kevmap

TechniquesT1546.008 › AN0094

AN0094 Analytic 0094

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

<p>Defenders can observe suspicious replacement or tampering of system accessibility binaries (e.g., utilman.exe, sethc.exe, osk.exe) and anomalous modifications to registry keys used to redirect accessibility programs (such as IFEO keys). Additionally, execution of cmd.exe or other suspicious binaries triggered from the login screen by SYSTEM can be correlated as part of a behavior chain.</p>
Detects
T1546.008 Accessibility Features
Part of
DET0033 Detection Strategy for Accessibility Feature Hijacking via Binary Replacement or Registry Modification

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=11DC0039 File Creation
WinEventLog:SysmonEventCode=1DC0032 Process Creation
WinEventLog:SysmonEventCode=13, 14DC0063 Windows Registry Key Modification
WinEventLog:SysmonEventCode=15DC0059 File 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
TimeWindowTime between registry modification and suspicious binary execution (e.g., < 1 hour) can be tuned.
TargetBinaryNamesSpecific binaries monitored (e.g., utilman.exe, sethc.exe) can be adjusted per OS version and risk tolerance.
ParentProcessParent process of cmd.exe (e.g., winlogon.exe) may vary across legitimate and adversarial cases.
UserContextContext of SYSTEM account execution vs. administrative sessions may influence tuning.
CommandLineContainsTunable patterns such as launching cmd.exe, powershell, or LOLBins from accessibility binaries.