Detectionhightest

RunDLL32 Spawning Explorer

Detects RunDLL32.exe spawning explorer.exe as child, which is very uncommon, often observes Gamarue spawning the explorer.exe process in an unusual way

Convert In Phoenix Studio

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

Launch
elhoim, CD_ROM_Created Wed Apr 27Updated Wed May 25caa06de8-fdef-4c91-826a-7f9e163eef4bwindows
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:
    selection:
        ParentImage|endswith: '\rundll32.exe'
        Image|endswith: '\explorer.exe'
    filter:
        ParentCommandLine|contains: '\shell32.dll,Control_RunDLL'
    condition: selection and not filter
False Positives
Unknown

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

MITRE ATT&CK
Rule Metadata
Rule ID
caa06de8-fdef-4c91-826a-7f9e163eef4b
Status
test
Level
high
Type
Detection
Created
Wed Apr 27
Modified
Wed May 25
Path
rules/windows/process_creation/proc_creation_win_rundll32_spawn_explorer.yml
Raw Tags
attack.defense-evasionattack.t1218.011
View on GitHub