What problem does it solve?
Forged Kerberos Golden Tickets grant attackers persistent domain-wide access after a KRBTGT hash compromise, and they are difficult to spot without structured log analysis. This Skill provides a repeatable hunting workflow with ready-to-use detection queries to identify forged tickets in Windows domain controller event logs.
Core Features & Use Cases
- Anomaly Detection Workflow: Seven-step methodology covering missing TGT requests (4768 before 4769), RC4 encryption downgrades, impossible ticket lifetimes, non-existent SIDs, and PAC validation failures.
- Ready Detection Queries: Includes Splunk SPL and KQL queries for RC4 encryption anomalies and TGS-without-prior-TGT correlation across domain controllers.
- Gap & Tuning Guidance: Documents blind spots such as Diamond/Sapphire ticket forgeries, PAC enforcement patch requirements (KB5008380/KB5037754), and false-positive tuning for legacy RC4 usage.
- Use Case: After a DCSync attack is discovered, a threat hunter runs the KQL query against SecurityEvent logs to find 4769 events using RC4 encryption from accounts with no preceding 4768, confirming whether forged tickets are active before resetting KRBTGT twice.
Quick Start
Hunt for Golden Ticket indicators in my Kerberos event logs by checking for TGS requests without prior TGT requests and RC4 encryption anomalies.