Terminology Index
Glossary
2953 terms
Token Theft
Stealing authentication tokens (session cookies, OAuth tokens, Kerberos tickets) from a host to impersonate the user without needing the password. A modern attacker focus as MFA spreads.
Token theft sidesteps passwords entirely: an attacker who compromises a host can lift session cookies, OAuth refresh tokens, Kerberos tickets, or browser credentials and replay them to log in as the user, often without triggering MFA. As MFA has spread, token theft has become a leading attacker focus, fueling info-stealer markets and adversary-in-the-middle phishing. Defenders address it through token binding, short-lived tokens, hardware-bound credentials, and detections for unusual session reuse.
Introduced in: Identity and Access Management, Operating Systems for Defenders
Examples
- Lifting session cookies from a compromised endpoint and replaying them.
- Stealing OAuth refresh tokens to impersonate the user persistently.
- Detecting unusual session reuse from a new device or location.
