SigmaHQ/rules/windows/process_creation/win_susp_userinit_child.yml

26 lines
720 B
YAML
Raw Normal View History

title: Suspicious Userinit Child Process
2019-11-12 22:12:27 +00:00
id: b655a06a-31c0-477a-95c2-3726b83d649d
status: experimental
2019-11-09 22:36:29 +00:00
description: Detects a suspicious child process of userinit
2019-11-12 22:12:27 +00:00
references:
- https://twitter.com/SBousseaden/status/1139811587760562176
author: Florian Roth (rule), Samir Bousseaden (idea)
date: 2019/06/17
logsource:
category: process_creation
product: windows
detection:
selection:
2020-10-15 22:51:42 +00:00
ParentImage|endswith: '\userinit.exe'
2019-11-09 22:36:29 +00:00
filter1:
CommandLine|contains: '\netlogon\'
2019-11-09 22:36:29 +00:00
filter2:
2020-10-15 22:51:42 +00:00
Image|endswith: '\explorer.exe'
2019-11-09 22:36:29 +00:00
condition: selection and not filter1 and not filter2
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Administrative scripts
2019-11-09 22:36:29 +00:00
level: medium