Skip to content
Vol. 1 · Ed. 2026
CyberGlossary
Entry № 447

Golden Ticket

What is Golden Ticket?

Golden TicketA forged Kerberos Ticket-Granting Ticket signed with the krbtgt account hash that lets attackers impersonate any principal in a domain.


A Golden Ticket is a TGT crafted offline by an attacker who has obtained the krbtgt account's password hash, typically through a DCSync replication attack or by compromising a domain controller. Because every Kerberos TGT in a domain is signed by krbtgt, anyone holding that hash can mint tickets for arbitrary users, groups, and validity periods, granting persistent domain dominance. MITRE ATT&CK tracks the technique as T1558.001 (Steal or Forge Kerberos Tickets: Golden Ticket). Mitigations include rotating the krbtgt password twice after any DC compromise, restricting and auditing DCSync rights, deploying tier-0 administration, and hunting for anomalously long-lived or impossible TGTs.

Examples

  1. 01

    Mimikatz kerberos::golden command creating a 10-year TGT for a fake user marked as Domain Admin.

  2. 02

    Post-compromise persistence where the attacker can re-enter the domain even after passwords are reset.

Frequently asked questions

What is Golden Ticket?

A forged Kerberos Ticket-Granting Ticket signed with the krbtgt account hash that lets attackers impersonate any principal in a domain. It belongs to the Attacks & Threats category of cybersecurity.

What does Golden Ticket mean?

A forged Kerberos Ticket-Granting Ticket signed with the krbtgt account hash that lets attackers impersonate any principal in a domain.

How does Golden Ticket work?

A Golden Ticket is a TGT crafted offline by an attacker who has obtained the krbtgt account's password hash, typically through a DCSync replication attack or by compromising a domain controller. Because every Kerberos TGT in a domain is signed by krbtgt, anyone holding that hash can mint tickets for arbitrary users, groups, and validity periods, granting persistent domain dominance. MITRE ATT&CK tracks the technique as T1558.001 (Steal or Forge Kerberos Tickets: Golden Ticket). Mitigations include rotating the krbtgt password twice after any DC compromise, restricting and auditing DCSync rights, deploying tier-0 administration, and hunting for anomalously long-lived or impossible TGTs.

How do you defend against Golden Ticket?

Defences for Golden Ticket typically combine technical controls and operational practices, as detailed in the full definition above.

Related terms

See also