Techniques › T1110.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 source | Channel | Data component |
|---|---|---|
| WinEventLog:Sysmon | EventCode=1 | DC0032 Process Creation |
| WinEventLog:Security | EventCode=4663, 4670, 4656 | DC0055 File Access |
| WinEventLog:Sysmon | EventCode=11 | DC0039 File Creation |
| WinEventLog:Sysmon | EventCode=10 | DC0035 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.
| Field | Description |
|---|---|
HashToolName | Match execution against known cracking toolnames like hashcat.exe, john.exe, etc. |
FilePathIndicators | Watch for access to common hash dump locations (e.g., SAM, SYSTEM, NTDS.dit) |
ExecutionContext | Run context: local interactive user vs. scheduled task or remote session |