Hi, Is there a way I can query for file-modificati...
# general
k
Hi, Is there a way I can query for file-modification events which also gives the name of the process (or pid) which modified it ? I want this on windows platform. Thanks
s
hey @Kunal, currently on windows there is
ntfs_journal_events
(https://osquery.io/schema/5.6.0/#ntfs_journal_events) which does not have the pid, but this is being worked on here -- https://github.com/osquery/osquery/issues/7836