Suspicious Userinit Child Process


Description

Detects a suspicious child process of userinit

Query · sigma

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_*

Known false positives

  • Administrative scripts
Raw source Suspicious Userinit Child Process · Sigma
Esc
Published by SigmaHQ/sigma ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
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

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.