kevmap

TechniquesT1548.002 › AN1094

AN1094 Analytic 1094

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

<p>Detects a multi-event behavior chain involving UAC bypass attempts via known auto-elevated binaries (e.g., eventvwr.exe, sdclt.exe), unauthorized Registry changes to UAC-related keys, and anomalous process execution with elevated privileges but lacking standard parent-child lineage. Suspicious patterns include invocation of auto-elevated COM objects or manipulation of isolatedCommand Registry entries without consent prompts.</p>
Detects
T1548.002 Bypass User Account Control
Part of
DET0388 Detection Strategy for T1548.002 – Bypass User Account Control (UAC)

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:SecurityEventCode=4688DC0032 Process Creation
WinEventLog:SecurityEventCode=4672DC0088 Logon Session Metadata
WinEventLog:SysmonEventCode=13, 14DC0063 Windows Registry Key Modification
WinEventLog:SysmonEventCode=10DC0035 Process Access
WinEventLog:SysmonEventCode=7DC0016 Module Load

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
TimeWindowCorrelate registry tampering and elevation within a tunable time window (e.g., 30 seconds) to reduce noise from benign admin activity.
ElevatedProcessNameListTunable list of suspicious elevated binaries (e.g., sdclt.exe, eventvwr.exe, computerdefaults.exe) known to support UAC bypass.
ParentProcessAnomalyThresholdDefine logic for parent-child mismatch (e.g., non-elevated process spawning auto-elevated one) to flag uncommon elevation paths.

KEV CVEs whose mapped technique this analytic detects

CVEVendor / productState
CVE-2021-31207Microsoft Exchange ServerMapped