Infiltr8: Red-Book
Active Directory PentestingMovementKerberos

Pass-the-

Authenticating with stolen Kerberos secrets instead of a password

Theory

Kerberos secrets can be replayed directly: given the right material, an attacker authenticates as the victim without ever knowing their password. Which technique applies depends on what was recovered.

TechniqueMaterialResult
Pass-the-Ticket (PTT)a TGT or service ticketreuse the ticket as-is
Overpass-the-Hash (OPTH)NT hash or AES keyrequest a fresh TGT
Pass-the-Key (PTK)AES/RC4 Kerberos keyrequest a fresh TGT
Pass-the-Cache (PTC)a ccache file from a UNIX-like hostreuse the cached ticket
Pass-the-Certificatea certificate with client-auth EKUrequest a TGT via PKINIT

These abuse Kerberos as designed rather than exploiting a vulnerability, which is what makes them durable and hard to distinguish from legitimate traffic.

On this page