Silver Tickets
- related to [Golden Tickets]
Background
- after a SPN has been cracked, we can use that to create a silver ticket
Silver Tickets do offer several benefits, including the following:
- The attacker is not required to authenticate the account to the domain controller to obtain the forged TGS, so they can proceed without creating network traffic and event logs to avoid detection.
- A Silver Ticket can be created for any user account, even fictitious accounts. This allows the attacker to exploit the service account without risking detection, which could result in a password reset and loss of access.
- The Privileged Attribute Certificate (PAC) in the TGS ticket can also be manipulated to elevate the account’s access to Domain In most cases, the PAC is not validated against the domain controller when the TGS is provided.
usage
Params:
- sid: the current user (from the initial line)
- user: forgning a random user name
- id: forgning a random user id
- target: server hosting the attacked service for which the TGS ticket was created
- service: service being attacked
- rc4: NTLM hash of the password the TGS ticket was encrypted with