2019-06-23 11:27:06 +00:00
|
|
|
title: Suspicious Userinit Child Process
|
2019-11-12 22:12:27 +00:00
|
|
|
id: b655a06a-31c0-477a-95c2-3726b83d649d
|
2019-06-23 11:27:06 +00:00
|
|
|
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:
|
2019-06-23 11:27:06 +00:00
|
|
|
- https://twitter.com/SBousseaden/status/1139811587760562176
|
|
|
|
author: Florian Roth (rule), Samir Bousseaden (idea)
|
|
|
|
date: 2019/06/17
|
2021-06-27 15:36:32 +00:00
|
|
|
modified: 2021/06/27
|
2019-06-23 11:27:06 +00:00
|
|
|
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:
|
2021-06-27 12:51:29 +00:00
|
|
|
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
|
2019-06-23 11:27:06 +00:00
|
|
|
fields:
|
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
falsepositives:
|
|
|
|
- Administrative scripts
|
2019-11-09 22:36:29 +00:00
|
|
|
level: medium
|