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
Austin SongerCreated Thu Oct 21Updated Sun Dec 25961e0abb-1b1e-4c84-a453-aafe56ad0d34windows
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 filter
False Positives

Legitimate usage of stordiag.exe.

Rule Metadata
Rule ID
961e0abb-1b1e-4c84-a453-aafe56ad0d34
Status
test
Level
high
Type
Detection
Created
Thu Oct 21
Modified
Sun Dec 25
Path
rules/windows/process_creation/proc_creation_win_stordiag_susp_child_process.yml
Raw Tags
attack.defense-evasionattack.t1218
View on GitHub