kevmap

TechniquesT1003.004 › AN1212

AN1212 Analytic 1212

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

<p>Detects adversary activity aimed at accessing LSA Secrets, including registry key export of HKEY_LOCAL_MACHINE\SECURITY\Policy\Secrets or memory scraping via tools such as Mimikatz or PowerSploit's Invoke-Mimikatz.</p>
Detects
T1003.004 LSA Secrets
Part of
DET0437 Detection of LSA Secrets Dumping via Registry and Memory Extraction

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=4663, 4670, 4656DC0061 File Modification
WinEventLog:SysmonEventCode=1DC0032 Process Creation
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
TargetObjectTarget registry paths like HKLM\SECURITY\Policy\Secrets or variants can be tuned depending on OS version or registry redirection settings.
ImageLoadedModule names such as `lsasrv.dll`, `sechost.dll`, or suspicious DLLs loaded by user processes may require tuning for known-good service operations.
AccessMaskTuning based on whether processes are using specific sensitive access rights (e.g., 0x2 or 0x4).
TimeWindowTemporal window between registry access and command-line tool execution.