kevmap

TechniquesT1546.001 › AN0170

AN0170 Analytic 0170

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

<p>Detects modification of registry keys used for default file handlers, followed by anomalous process execution from user-initiated file opens. This includes tracking changes under HKCU and HKCR for file extension mappings, and correlating them with new or suspicious handler paths launching unusual child processes (e.g., PowerShell, cmd, wscript).</p>
Detects
T1546.001 Change Default File Association
Part of
DET0061 Detect Default File Association Hijack via Registry & Execution Correlation on Windows

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=13, 14DC0063 Windows Registry Key Modification
WinEventLog:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SecurityEventCode=4672DC0088 Logon Session Metadata

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
TimeWindowDefines how long after the registry modification to correlate a suspicious process execution
UserContextTune to ignore known admin or installer behavior in specific user profiles
SuspiciousHandlerPathRegexPattern match for suspicious handler paths (e.g., powershell.exe, rundll32.exe)