Threat Huntmediumtest

Diskshadow Child Process Spawned

Detects any child process spawning from "Diskshadow.exe". This could be due to executing Diskshadow in interpreter mode or script mode and using the "exec" flag to launch other applications.

Convert In Phoenix Studio

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

Launch
Harjot SinghCreated Fri Sep 1556b1dde8-b274-435f-a73a-fb75eb81262awindows
Hunting Hypothesis
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: '\diskshadow.exe'
    filter_main_werfault:
        Image|endswith: ':\Windows\System32\WerFault.exe'
    condition: selection and not 1 of filter_main_*
False Positives

Likely from legitimate usage of Diskshadow in Interpreter mode.

MITRE ATT&CK
Rule Metadata
Rule ID
56b1dde8-b274-435f-a73a-fb75eb81262a
Status
test
Level
medium
Type
Threat Hunt
Created
Fri Sep 15
Path
rules-threat-hunting/windows/process_creation/proc_creation_win_diskshadow_child_process.yml
Raw Tags
attack.defense-evasionattack.t1218attack.executiondetection.threat-hunting
View on GitHub