Detectionhightest

DLL Loaded From Suspicious Location Via Cmspt.EXE

Detects cmstp loading "dll" or "ocx" files from suspicious locations

Convert In Phoenix Studio

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

Launch
Nasreddine Bencherchali (Nextron Systems)Created Tue Aug 30Updated Fri Feb 1775e508f7-932d-4ebc-af77-269237a84ce1windows
Log Source
WindowsImage Load (DLL)
ProductWindows← raw: windows
CategoryImage Load (DLL)← raw: image_load
Detection Logic
Detection Logic1 selector
detection:
    selection:
        Image|endswith: '\cmstp.exe'
        ImageLoaded|contains:
            # Add more suspicious paths as you see fit in your env
            - '\PerfLogs\'
            - '\ProgramData\'
            - '\Users\'
            - '\Windows\Temp\'
            - 'C:\Temp\'
        ImageLoaded|endswith:
            - '.dll'
            - '.ocx'
    condition: selection
False Positives

Unikely

MITRE ATT&CK
Rule Metadata
Rule ID
75e508f7-932d-4ebc-af77-269237a84ce1
Status
test
Level
high
Type
Detection
Created
Tue Aug 30
Modified
Fri Feb 17
Path
rules/windows/image_load/image_load_cmstp_load_dll_from_susp_location.yml
Raw Tags
attack.defense-evasionattack.t1218.003
View on GitHub