Detectionhightest

MMC Spawning Windows Shell

Detects a Windows command line executable started from MMC

Convert In Phoenix Studio

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

Launch
Karneades, Swisscom CSIRTCreated Mon Aug 05Updated Thu Jul 1405a2ab7e-ce11-4b63-86db-ab32e763e11dwindows
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 Logic2 selectors
detection:
    selection1:
        ParentImage|endswith: '\mmc.exe'
    selection2:
        - Image|endswith:
              - '\cmd.exe'
              - '\powershell.exe'
              - '\pwsh.exe'
              - '\wscript.exe'
              - '\cscript.exe'
              - '\sh.exe'
              - '\bash.exe'
              - '\reg.exe'
              - '\regsvr32.exe'
        - Image|contains: '\BITSADMIN'
    condition: all of selection*
Rule Metadata
Rule ID
05a2ab7e-ce11-4b63-86db-ab32e763e11d
Status
test
Level
high
Type
Detection
Created
Mon Aug 05
Modified
Thu Jul 14
Path
rules/windows/process_creation/proc_creation_win_mmc_susp_child_process.yml
Raw Tags
attack.lateral-movementattack.t1021.003
View on GitHub