A Silver Ticket is a forged Service Ticket (TGS) that allows an attacker to authenticate directly to a specific service without interacting with the domain controller. Unlike Golden Ticket attacks which target the KRBTGT account (granting full domain control)—Silver Ticket attacks exploit individual service account password hashes to access targeted services stealthily.

Screenshot 2024-12-07 182839.png

MITRE ATT&CK ID: T1558.002


1- Understanding the Attack

A Silver Ticket is forged using a service account's password hash rather than the KRBTGT hash. This enables attackers to access a specific service (such as CIFS for file shares) without needing a valid TGT from the domain controller. The attack is often more stealthy, as it bypasses the KDC and targets service authentication directly.


2- Steps of a Silver Ticket Attack

a. Compromise a Service Account

b. Forge the Service Ticket

c. Use the Forged Ticket

d. Escalate and Move Laterally