Detectionhightest
Execution via stordiag.exe
Detects the use of stordiag.exe to execute schtasks.exe systeminfo.exe and fltmc.exe
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
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: '\stordiag.exe'
Image|endswith:
- '\schtasks.exe'
- '\systeminfo.exe'
- '\fltmc.exe'
filter:
ParentImage|startswith: # as first is "Copy c:\windows\system32\stordiag.exe to a folder"
- 'c:\windows\system32\'
- 'c:\windows\syswow64\'
condition: selection and not filterFalse Positives
Legitimate usage of stordiag.exe.
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
961e0abb-1b1e-4c84-a453-aafe56ad0d34
Status
test
Level
high
Type
Detection
Created
Thu Oct 21
Modified
Sun Dec 25
Author
Path
rules/windows/process_creation/proc_creation_win_stordiag_susp_child_process.yml
Raw Tags
attack.defense-evasionattack.t1218