mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
25 lines
653 B
YAML
25 lines
653 B
YAML
title: Suspicious Userinit Child Process
|
|
status: experimental
|
|
description: Detects the creation of a process from Windows task manager
|
|
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:
|
|
ParentImage: '*\userinit.exe'
|
|
filter:
|
|
CommandLine:
|
|
- '*\explorer.exe*'
|
|
- '*\\netlogon\\*'
|
|
condition: selection and not filter
|
|
fields:
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Administrative scripts
|
|
level: high
|