What are the main Kerberos attack types?
▼
Key attacks: AS-REP Roasting (cracking TGTs for accounts without pre-auth), Kerberoasting (cracking service tickets for accounts with SPNs), Golden Ticket (forging TGTs with krbtgt hash), and Silver Ticket (forging service tickets).
How do I find vulnerable Kerberos accounts?
▼
Audit for: accounts without pre-auth required, accounts with SPNs and weak passwords, the krbtgt account password age, and any delegation configurations that could be abused.
What Kerberos failure codes should I alert on?
▼
Alert on: 0x18 (bad password) in volume, 0x6 (unknown principal) from single IPs, 0x17 encryption type in ticket requests, and Pre-Authentication Type 0 in Event 4768.