kevmap

TechniquesT1546.016 › AN0940

AN0940 Analytic 0940

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

<p>Detection of msiexec.exe running installer packages that result in anomalous process creation. Look for unexpected binaries executed by msiexec or custom action DLLs in the temp directory.</p>
Detects
T1546.016 Installer Packages
Part of
DET0330 Detection Strategy for T1546.016 - Event Triggered Execution via Installer Packages

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:SysmonEventCode=1DC0032 Process Creation
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
InstallerParentCould be msiexec.exe or third-party wrapper like setup.exe.
ChildImagePathPayload paths vary based on where installer extracts to (e.g., %TEMP%, C:\Users\Public).
ExecutionTimeWindowThreshold for how soon a payload must run after msiexec to be considered related.