-
Notifications
You must be signed in to change notification settings - Fork 4
/
Process-Anomalies_OSSEC-Ruleset.txt
168 lines (133 loc) · 4.59 KB
/
Process-Anomalies_OSSEC-Ruleset.txt
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!--Maintained by Josh Brower, [email protected] -->
<!--Licensed under the MIT License: http://opensource.org/licenses/MIT-->
<!-- Ruleset to detect Windows Process Anomalies -
- Uses Sysmon Event ID 1 logs & associated decoder.
- Currently only looks at Parent Image Anomalies.
- Windows Process Attributes documentation here: http://defensivedepth.com/windows-processes
-
- OSSEC to Sysmon (Event ID 1) Fields Mapping:
- user = User
- status = Image
- url = Hash
- extra_data = ParentImage
-->
<rule id="184666" level="12">
<if_sid>18100</if_sid>
<status>svchost.exe</status>
<description>Sysmon - Suspicious Process - svchost.exe</description>
</rule>
<rule id="184667" level="0">
<if_sid>184666</if_sid>
<extra_data>\services.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - svchost.exe</description>
</rule>
<rule id="184676" level="12">
<if_sid>18100</if_sid>
<status>lsm.exe</status>
<description>Sysmon - Suspicious Process - lsm.exe</description>
</rule>
<rule id="184677" level="0">
<if_sid>184676</if_sid>
<extra_data>wininit.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - lsm.exe</description>
</rule>
<rule id="184678" level="12">
<if_sid>18100</if_sid>
<extra_data>lsm.exe</extra_data>
<description>Sysmon - Suspicious Process - lsm.exe is a Parent Image</description>
</rule>
<rule id="184686" level="12">
<if_sid>18100</if_sid>
<status>csrss.exe</status>
<description>Sysmon - Suspicious Process - csrss.exe</description>
</rule>
<rule id="184687" level="0">
<if_sid>184686</if_sid>
<extra_data>smss.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - csrss.exe</description>
</rule>
<rule id="184696" level="12">
<if_sid>18100</if_sid>
<status>lsass.exe</status>
<description>Sysmon - Suspicious Process - lsass</description>
</rule>
<rule id="184697" level="0">
<if_sid>184696</if_sid>
<extra_data>wininit.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - lsass.exe</description>
</rule>
<rule id="184698" level="12">
<if_sid>18100</if_sid>
<extra_data>lsass.exe</extra_data>
<description>Sysmon - Suspicious Process - lsass.exe is a Parent Image</description>
</rule>
<rule id="184706" level="12">
<if_sid>18100</if_sid>
<status>winlogon.exe</status>
<description>Sysmon - Suspicious Process - winlogon.exe</description>
</rule>
<rule id="184707" level="0">
<if_sid>184706</if_sid>
<extra_data>smss.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - winlogon.exe</description>
</rule>
<rule id="184716" level="12">
<if_sid>18100</if_sid>
<status>wininit.exe</status>
<description>Sysmon - Suspicious Process - wininit</description>
</rule>
<rule id="184717" level="0">
<if_sid>184716</if_sid>
<extra_data>smss.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - wininit.exe</description>
</rule>
<rule id="184726" level="12">
<if_sid>18100</if_sid>
<status>smss.exe</status>
<description>Sysmon - Suspicious Process - smss.exe</description>
</rule>
<rule id="184727" level="0">
<if_sid>184726</if_sid>
<extra_data>system</extra_data>
<description>Sysmon - Legitimate Parent Image - smss.exe</description>
</rule>
<rule id="184736" level="12">
<if_sid>18100</if_sid>
<status>taskhost.exe</status>
<description>Sysmon - Suspicious Process - taskhost.exe</description>
</rule>
<rule id="184737" level="0">
<if_sid>184736</if_sid>
<extra_data>services.exe|svchost.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - taskhost.exe</description>
</rule>
<rule id="184746" level="12">
<if_sid>18100</if_sid>
<status>/services.exe</status>
<description>Sysmon - Suspicious Process - services.exe</description>
</rule>
<rule id="184747" level="0">
<if_sid>184746</if_sid>
<extra_data>wininit.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - services.exe</description>
</rule>
<rule id="184766" level="12">
<if_sid>18100</if_sid>
<status>dllhost.exe</status>
<description>Sysmon - Suspicious Process - dllhost.exe</description>
</rule>
<rule id="184767" level="0">
<if_sid>184766</if_sid>
<extra_data>svchost.exe|services.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - dllhost.exe</description>
</rule>
<rule id="184776" level="12">
<if_sid>18100</if_sid>
<status>\explorer.exe</status>
<description>Sysmon - Suspicious Process - explorer.exe</description>
</rule>
<rule id="184777" level="0">
<if_sid>184776</if_sid>
<extra_data>userinit.exe</extra_data>
<description>Sysmon - Legitimate Parent Image - explorer.exe</description>
</rule>