Terminology Index
Glossary
1801 terms
Showing 1153-1184 of 1801 terms
Pass-the-Hash
An attack that authenticates using a stolen password hash directly, without cracking it to the plaintext password, letting an attacker move laterally using captured credential hashes on Windows networks.
Pass-the-hash exploits Windows authentication protocols that accept a password's hash as proof of identity: an attacker who steals a hash (for example from LSASS) can authenticate as that user to other systems without ever knowing the password. It is a primary lateral-movement technique in Windows environments. Defenses include limiting where privileged hashes are exposed, credential protections (Credential Guard), unique local passwords (LAPS), and detecting the abnormal authentication patterns it produces.
Introduced in: Threat Landscape and Attacker Thinking
Examples
- Authenticating to another host with a stolen hash, not the password.
- Moving laterally across Windows systems using captured hashes.
- Limiting privileged hash exposure to blunt pass-the-hash.
No related terms linked yet.
