Pass-the-Hash
Using NTLM hashes instead of plaintext passwords for authentication.
Term
description · examples · notesUsing NTLM hashes instead of plaintext passwords for authentication.
Description
Hashes are extracted from memory of compromised systems (LSASS process).
Enables lateral movement without cracking the password.
Effective in networks using NTLM instead of Kerberos authentication.
Tools like Mimikatz and Impacket automate the entire process.
Examples
- Mimikatz sekurlsa::pth module
- Impacket psexec for lateral movement via hashes
Notes
- Technique (how) for the pass-the-hash threat.
- Differs from kerberos-attacks in the targeted protocol.
Threats
used by 1Threats that use it. Select one to open its page.
Defenses
countered by 4How it is countered. Select one to open its page.