Get fresh insights, pro tips, and thought starters–only the best of posts for you.
A golden ticket in cyber security is a forged Kerberos authentication ticket that gives an attacker long-term, highly privileged access to systems in a Microsoft Active Directory environment. It is called “golden” because it can let the attacker impersonate almost any user, often including domain administrators.
Golden ticket attacks are associated with post-exploitation activity. The attacker usually needs to compromise the Active Directory Key Distribution Center secret, especially the KRBTGT account hash, before creating the forged ticket.
Kerberos is an authentication protocol used by Active Directory to verify users and issue tickets for access to network resources. In a normal login, a user receives a ticket-granting ticket from the domain controller and uses it to request access to services.
In a golden ticket attack, the attacker does not follow the normal process. Instead, they forge a ticket using stolen domain-level cryptographic material. If successful, the forged ticket can appear valid to services across the domain.
This can allow the attacker to:
A golden ticket is dangerous because it abuses trust at the domain level. Traditional account lockouts or password resets may not remove the attacker’s access if the KRBTGT secret remains unchanged.
The attack can also be difficult to detect because forged tickets may look legitimate during routine authentication. However, unusual ticket lifetimes, abnormal administrative activity, access from unexpected devices, and mismatched user behavior can indicate abuse.
| Attack type | Main difference |
|---|---|
| Golden ticket | Targets domain-wide Kerberos trust and can enable broad access. |
| Silver ticket | Targets a specific service account and usually limits access to one service. |
Reducing the risk of golden ticket attacks requires stronger identity security and endpoint visibility. Organizations should protect domain controllers, restrict privileged accounts, monitor Kerberos activity, and rotate the KRBTGT password carefully when compromise is suspected.
Endpoint management also matters. Tools such as Hexnode can help enforce device compliance, reduce unmanaged access, and support policies that limit exposure from compromised endpoints.
Key defenses include:
The attacker usually needs access to highly sensitive domain secrets first. They may obtain these through credential dumping, domain controller compromise, or privilege escalation after an initial breach.
MFA helps protect initial access, but it may not stop forged Kerberos tickets after domain secrets are stolen. Strong monitoring and privileged access controls are still required.