kevmap

TechniquesT1218.003 › AN0932

AN0932 Analytic 0932

Windows · attack.mitre.org · ATT&CK Enterprise v19.2

<p>Execution of CMSTP.exe with arguments pointing to suspicious or remote INF/SCT/DLL payloads, optionally followed by outbound network connections to untrusted IPs, process injection via COM interfaces (CMSTPLUA, CMLUAUTIL), registry modifications registering malicious profiles, or creation of suspicious INF/DLL/SCT files prior to execution.</p>
Detects
T1218.003 CMSTP
Part of
DET0328 Detection of Malicious Profile Installation via CMSTP.exe

Log sources and channels

Exactly as MITRE states them in x_mitre_log_source_references. Where a channel is vague, it is vague in the source; kevmap does not tidy it.

Log sourceChannelData component
WinEventLog:PowerShellEventCode=4103, 4104, 4105, 4106DC0064 Command Execution
WinEventLog:SysmonEventCode=3, 22DC0082 Network Connection Creation
WinEventLog:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SysmonEventCode=10DC0035 Process Access
WinEventLog:SysmonEventCode=12DC0056 Windows Registry Key Creation
WinEventLog:SysmonEventCode=13, 14DC0063 Windows Registry Key Modification
WinEventLog:SysmonEventCode=11DC0039 File Creation

Mutable elements

Parameters MITRE marks as environment-specific. These are the knobs you are expected to tune; they are why an analytic is not a rule.

FieldDescription
INFPathRegexRegex for identifying suspicious INF files; adjust to suppress known safe profiles
ExternalIPAllowlistDomains or IP ranges allowed for CMSTP network connections
COMInterfaceGUIDsSet of auto-elevated COM interface GUIDs to flag (e.g., CMSTPLUA, CMLUAUTIL)
RegistryKeyAllowlistKnown good registry entries for CMSTP profile registration
TimeWindowCorrelate CMSTP execution with subsequent network activity or process creation within N seconds