Detectionhightest

Abused Debug Privilege by Arbitrary Parent Processes

Detection of unusual child processes by different system processes

Convert In Phoenix Studio

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

Launch
Semanur Guneysu, oscd.communityCreated Wed Oct 28Updated Fri Nov 11d522eca2-2973-4391-a3e0-ef0374321daewindows
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 Logic3 selectors
detection:
    selection_parent:
        ParentImage|endswith:
            - '\winlogon.exe'
            - '\services.exe'
            - '\lsass.exe'
            - '\csrss.exe'
            - '\smss.exe'
            - '\wininit.exe'
            - '\spoolsv.exe'
            - '\searchindexer.exe'
        User|contains: # covers many language settings
            - 'AUTHORI'
            - 'AUTORI'
    selection_img:
        - Image|endswith:
              - '\powershell.exe'
              - '\pwsh.exe'
              - '\cmd.exe'
        - OriginalFileName:
              - 'PowerShell.EXE'
              - 'pwsh.dll'
              - 'Cmd.Exe'
    filter:
        CommandLine|contains|all:
            - ' route '
            - ' ADD '
    condition: all of selection_* and not filter
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
d522eca2-2973-4391-a3e0-ef0374321dae
Status
test
Level
high
Type
Detection
Created
Wed Oct 28
Modified
Fri Nov 11
Path
rules/windows/process_creation/proc_creation_win_susp_abusing_debug_privilege.yml
Raw Tags
attack.defense-evasionattack.privilege-escalationattack.t1548
View on GitHub