Detectionmediumtest

Suspicious Userinit Child Process

Detects a suspicious child process of userinit

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Florian Roth (Nextron Systems), Samir BousseadenCreated Mon Jun 17Updated Fri Oct 17b655a06a-31c0-477a-95c2-3726b83d649dwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic4 selectors
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_*
False Positives

Administrative scripts

Rule Metadata
Rule ID
b655a06a-31c0-477a-95c2-3726b83d649d
Status
test
Level
medium
Type
Detection
Created
Mon Jun 17
Modified
Fri Oct 17
Path
rules/windows/process_creation/proc_creation_win_susp_userinit_child.yml
Raw Tags
attack.privilege-escalationattack.defense-evasionattack.t1055
View on GitHub