1200KM / sigma-rule
Suspicious Userinit Child Process — Sigma Rule
Sigma rule b655a06a-31c0-477a-95c2-3726b83d649d. Suspicious Userinit Child Process — Sigma Rule. Detects a suspicious child process of userinit
Rule metadata and linked tags
Author: Florian Roth (Nextron Systems), Samir Bousseaden (idea). Source status: test; severity: medium. Source dates: 2019-06-17 / 2025-10-17.
{
"category": "process_creation",
"product": "windows"
}Pinned original Sigma rule · Detection Rule License 1.1
Source SHA-256: 32fc3f8bff0df4efb8d837a7cbd2d4dd6f78d24f8b3c612e1c8ce7b7a5aab2fd
Detection logic
Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.
title: Suspicious Userinit Child Process
id: b655a06a-31c0-477a-95c2-3726b83d649d
status: test
description: Detects a suspicious child process of userinit
references:
- https://twitter.com/SBousseaden/status/1139811587760562176
author: Florian Roth (Nextron Systems), Samir Bousseaden (idea)
date: 2019-06-17
modified: 2025-10-17
tags:
- attack.privilege-escalation
- attack.stealth
- attack.t1055
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\userinit.exe'
filter_main_netlogon:
CommandLine|contains: '\netlogon\'
filter_main_explorer:
- Image|endswith: '\explorer.exe'
- OriginalFileName: 'explorer.exe'
- CommandLine: 'C:\Windows\Explorer.EXE'
filter_main_null:
Image: null
condition: selection and not 1 of filter_main_*
falsepositives:
- Administrative scripts
level: medium
False positives
- Administrative scripts
Source references
Connected ecosystem references
Exact source-tagged techniques
Telemetry review
Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.
Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.