File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ detection:
2626 condition : selection and 1 of keywords or selection2
2727falsepositives :
2828 - Unknown (data set is too small; further testing needed)
29- level : high
29+ level : medium
3030
Original file line number Diff line number Diff line change 11title : Suspicious Userinit Child Process
22status : experimental
3- description : Detects the creation of a process from Windows task manager
3+ description : Detects a suspicious child process of userinit
44references :
55 - https://twitter.com/SBousseaden/status/1139811587760562176
66author : Florian Roth (rule), Samir Bousseaden (idea)
@@ -11,14 +11,14 @@ logsource:
1111detection :
1212 selection :
1313 ParentImage : ' *\userinit.exe'
14- filter :
15- CommandLine :
16- - ' *\explorer.exe* '
17- - ' *\\netlogon\\* '
18- condition : selection and not filter
14+ filter1 :
15+ CommandLine : ' *\\netlogon\\* '
16+ filter2 :
17+ Image : ' *\explorer.exe '
18+ condition : selection and not filter1 and not filter2
1919fields :
2020 - CommandLine
2121 - ParentCommandLine
2222falsepositives :
2323 - Administrative scripts
24- level : high
24+ level : medium
You can’t perform that action at this time.
0 commit comments