kevmap

TechniquesT1110.002 › AN0292

AN0292 Analytic 0292

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

<p>Use of hash-cracking tools (e.g., John the Ripper, Hashcat) after credential dumping, combined with high CPU usage or GPU invocation via unsigned binaries accessing password hash files</p>
Detects
T1110.002 Password Cracking
Part of
DET0105 Post-Credential Dump Password Cracking Detection via Suspicious File Access and Hash Analysis Tools

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=1DC0032 Process Creation
WinEventLog:SecurityEventCode=4663, 4670, 4656DC0055 File Access
WinEventLog:SysmonEventCode=11DC0039 File Creation
WinEventLog:SysmonEventCode=10DC0035 Process Access

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
HashToolNameMatch execution against known cracking toolnames like hashcat.exe, john.exe, etc.
FilePathIndicatorsWatch for access to common hash dump locations (e.g., SAM, SYSTEM, NTDS.dit)
ExecutionContextRun context: local interactive user vs. scheduled task or remote session