Update FileEventMonitor.cs

This commit is contained in:
Namhyeon Go 2024-09-09 17:10:31 +09:00
parent 672a3637de
commit bc74515095

View File

@ -75,7 +75,7 @@ namespace WelsonJS.Service
{ {
string query = @"<QueryList> string query = @"<QueryList>
<Query Id='0' Path='Microsoft-Windows-Sysmon/Operational'> <Query Id='0' Path='Microsoft-Windows-Sysmon/Operational'>
<Select Path='Microsoft-Windows-Sysmon/Operational'>*[System/EventID=11 or System/EventID=3]</Select> <Select Path='Microsoft-Windows-Sysmon/Operational'>*[System/EventID=11 or System/EventID=3 or System/EventID=12 or System/EventID=13 or System/EventID=14]</Select>
</Query> </Query>
</QueryList>"; </QueryList>";