What problem does it solve?
Pass-the-Ticket attacks let adversaries replay stolen Kerberos tickets to authenticate without passwords, and naive detection rules miss AES-ticket replays and imports that generate no TGT request events. This Skill provides a structured detection methodology that catches cross-host ticket reuse, RC4 downgrades, and anomalous ticket request volumes.
Core Features & Use Cases
- Multi-Event Correlation: Correlates Windows Security Event IDs 4768, 4769, and 4771 to identify ticket reuse from non-origin hosts and 4769 events with no matching 4768.
- SIEM Detection Rules: Builds Splunk and Elastic queries for RC4 encryption downgrades (TicketEncryptionType 0x17) and per-user ticket request baselines with standard deviation alerting.
- False Positive Tuning: Baselines per-user host counts and excludes jump hosts, VPN handoffs, and RODC referrals that generate benign multi-host patterns.
- Use Case: A SOC analyst investigating lateral movement runs the correlation rule, finds a service ticket used from a second host with no intervening TGT request, and validates the alert fires using Atomic Red Team T1550.003.
Quick Start
Use this skill to build a Splunk correlation rule that detects Kerberos ticket reuse across multiple hosts from Event IDs 4768 and 4769.