kevmap

TechniquesT1003.002 › AN0235

AN0235 Analytic 0235

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

<p>An adversary running with SYSTEM-level privileges executes commands or accesses registry keys to dump the SAM hive or directly reads sensitive local files from the config directory. This behavior often involves sequential access to HKLM\SAM, HKLM\SYSTEM, and creation of .save or .dmp files, enabling offline hash extraction.</p>
Detects
T1003.002 Security Account Manager
Part of
DET0085 Credential Dumping from SAM via Registry Dump and Local File Access

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:SysmonEventCode=13, 14DC0063 Windows Registry Key Modification
WinEventLog:SysmonEventCode=11DC0039 File Creation
WinEventLog:SysmonEventCode=2DC0061 File Modification

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
CommandLinePatternDetectable variations include `reg save`, `reg.exe save`, or PowerShell equivalents for dumping SAM/SYSTEM hives.
TargetFilePathDefenders can tune based on dump file path patterns (e.g., `%TEMP%\sam.save`, `C:\Users\Public\*.dmp`).
RegistryPathTune for HKLM\SAM, HKLM\SYSTEM or access via direct \Device\Harddisk paths.
TimeWindowTemporal gap between SAM and SYSTEM hive dumping can be tuned (e.g., 3 minutes).
ParentProcessNameUseful for suppressing known-good access (e.g., backup tools).