Credential Access

T1558.001: Golden Ticket

Adversaries who have the KRBTGT account password hash may forge Kerberos ticket-granting tickets (TGT), also known as a golden ticket.(Citation: AdSecurity Kerberos GT Aug 2015) Golden tickets enable...

T1558.001 · Sub-technique ·1 platforms ·1 groups

Description

Adversaries who have the KRBTGT account password hash may forge Kerberos ticket-granting tickets (TGT), also known as a golden ticket.(Citation: AdSecurity Kerberos GT Aug 2015) Golden tickets enable adversaries to generate authentication material for any account in Active Directory.(Citation: CERT-EU Golden Ticket Protection)

Using a golden ticket, adversaries are then able to request ticket granting service (TGS) tickets, which enable access to specific resources. Golden tickets require adversaries to interact with the Key Distribution Center (KDC) in order to obtain TGS.(Citation: ADSecurity Detecting Forged Tickets)

The KDC service runs all on domain controllers that are part of an Active Directory domain. KRBTGT is the Kerberos Key Distribution Center (KDC) service account and is responsible for encrypting and signing all Kerberos tickets.(Citation: ADSecurity Kerberos and KRBTGT) The KRBTGT password hash may be obtained using OS Credential Dumping and privileged access to a domain controller.

Active Directory Attack Techniques

Read our in-depth pentesting guide related to this technique

Platforms

Windows

Mitigations (2)

Privileged Account ManagementM1026

Limit domain admin account permissions to domain controllers and limited servers. Delegate other admin functions to separate accounts.

Active Directory ConfigurationM1015

For containing the impact of a previously generated golden ticket, reset the built-in KRBTGT account password twice, which will invalidate any existing golden tickets that have been created with the KRBTGT hash and other Kerberos tickets derived from it. For each domain, change the KRBTGT account password once, force replication, and then change the password a second time. Consider rotating the KR

Threat Groups (1)

IDGroupContext
G0004Ke3chang[Ke3chang](https://attack.mitre.org/groups/G0004) has used [Mimikatz](https://attack.mitre.org/software/S0002) to generate Kerberos golden tickets.(Ci...

Associated Software (4)

IDNameTypeContext
S0363EmpireTool[Empire](https://attack.mitre.org/software/S0363) can leverage its implementation of [Mimikatz](https://attack.mitre.org/software/S0002) to obtain and...
S0002MimikatzTool[Mimikatz](https://attack.mitre.org/software/S0002)'s kerberos module can create golden tickets.(Citation: GitHub Mimikatz kerberos Module)(Citation: ...
S0633SliverTool[Sliver](https://attack.mitre.org/software/S0633) incorporates the [Rubeus](https://attack.mitre.org/software/S1071) framework to allow for Kerberos t...
S1071RubeusTool[Rubeus](https://attack.mitre.org/software/S1071) can forge a ticket-granting ticket.(Citation: GitHub Rubeus March 2023)

References

Frequently Asked Questions

What is T1558.001 (Golden Ticket)?

T1558.001 is a MITRE ATT&CK technique named 'Golden Ticket'. It belongs to the Credential Access tactic(s). Adversaries who have the KRBTGT account password hash may forge Kerberos ticket-granting tickets (TGT), also known as a golden ticket.(Citation: AdSecurity Kerberos GT Aug 2015) Golden tickets enable...

How can T1558.001 be detected?

Detection of T1558.001 (Golden Ticket) typically involves monitoring system logs, network traffic, and endpoint telemetry. Use SIEM rules, EDR solutions, and behavioral analytics to identify suspicious activity associated with this technique.

What mitigations exist for T1558.001?

There are 2 documented mitigations for T1558.001. Key mitigations include: Privileged Account Management, Active Directory Configuration.

Which threat groups use T1558.001?

Known threat groups using T1558.001 include: Ke3chang.