-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathmalwareevents.xml
69 lines (58 loc) · 2.47 KB
/
malwareevents.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="UTF-8"?>
<Subscription xmlns="http://schemas.microsoft.com/2006/03/windows/events/subscription">
<SubscriptionId>MalwareEvents</SubscriptionId>
<SubscriptionType>SourceInitiated</SubscriptionType>
<Description>MalwareEvents</Description>
<Enabled>true</Enabled>
<Uri>http://schemas.microsoft.com/wbem/wsman/1/windows/EventLog</Uri>
<ConfigurationMode>Custom</ConfigurationMode>
<Delivery Mode="Push">
<Batching>
<MaxLatencyTime>1000</MaxLatencyTime>
</Batching>
<PushSettings>
<Heartbeat Interval="60000"/>
</PushSettings>
</Delivery>
<Query>
<![CDATA[
<QueryList>
<!--Malware Found-->
<Query Id="1"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=1006)]]</Select>
</Query>
<!--Malware Found-->
<Query Id="2"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=1116)]]</Select>
</Query>
<!--Malware Action Taken-->
<Query Id="3"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=1007)]]</Select>
</Query>
<!--Malware Action Taken-->
<Query Id="4"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=1117)]]</Select>
</Query>
<!--Malware Action Failed-->
<Query Id="5"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=1008)]]</Select>
</Query>
<!--Malware Definitions Updated-->
<Query Id="6"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=2000)]]</Select>
</Query>
<!--Malware Definitions Update Failed-->
<Query Id="7"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=2001)]]</Select>
</Query>
<!--Malware Definitions Updated-->
<Query Id="8"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=2002)]]</Select>
</Query>
<!--Malware Definitions Update Failed-->
<Query Id="9"><Select Path="Microsoft-Windows-Windows Defender/Operational">*[System[(EventID=2003)]]</Select>
</Query>
</QueryList>
]]>
</Query>
<ReadExistingEvents>true</ReadExistingEvents>
<TransportName>HTTP</TransportName>
<ContentFormat>RenderedText</ContentFormat>
<Locale Language="en-US"/>
<LogFile>ForwardedEvents</LogFile>
<PublisherName>Microsoft-Windows-EventCollector</PublisherName>
<AllowedSourceNonDomainComputers></AllowedSourceNonDomainComputers>
<AllowedSourceDomainComputers>O:NSG:BAD:P(A;;GA;;;DC)(A;;GA;;;DD)S:</AllowedSourceDomainComputers>
</Subscription>