Cross-source coverage
T1550.003 / ATT&CK
Use Alternate Authentication Material: Pass the Ticket
From MITRE ATT&CK 19.2
Adversaries may “pass the ticket” using stolen Kerberos tickets to move laterally within an environment, bypassing normal system access controls. Pass the ticket (PtT) is a method of authenticating to a system using Kerberos tickets without having access to an account's password. Kerberos authentication can be used as the first step to lateral movement to a remote system.
When preforming PtT, valid Kerberos tickets for Valid Accounts are captured by OS Credential Dumping. A user's service tickets or ticket granting ticket (TGT) may be obtained, depending on the level of access. A service ticket allows for access to a particular resource, whereas a TGT can be used to request service tickets from the Ticket Granting Service (TGS) to access any resource the user has privileges to access.
A Silver Ticket can be obtained for services that use Kerberos as an authentication mechanism and are used to generate tickets to access that particular resource and the system that hosts the resource (e.g., SharePoint).
A Golden Ticket can be obtained for the domain using the Key Distribution Service account KRBTGT account NTLM hash, which enables generation of TGTs for any account in Active Directory.
Adversaries may also create a valid Kerberos ticket using other user information, such as stolen password hashes or AES keys. For example, "overpassing the hash" involves using a NTLM password hash to authenticate as a user (i.e. Pass the Hash) while also using the password hash to create a valid Kerberos ticket.
- Tactics
- Lateral Movement
- Platforms
- Windows
- Telemetry
-
WinEventLog:SecurityWinEventLog:Sysmon
How MITRE says to detect it DET0352
Detection Strategy for T1550.003 - Pass the Ticket (Windows)
Windows Analytic 1000
Detects unauthorized Kerberos ticket injection by correlating service ticket (TGS - 4769) requests with absent corresponding account logons (4624) and prior Ticket Granting Ticket (TGT - 4768) activity. Highlights anomalous service ticket generation chains involving unexpected users, hosts, or times, and suspicious injection of tickets via mimikatz-like tooling into LSASS memory. Behavior also includes network lateral movement using Kerberos authentication absent expected interactive logon patterns.
WinEventLog:SecurityEventCode=4769WinEventLog:SecurityEventCode=4768WinEventLog:SecurityEventCode=4624, 4648WinEventLog:SysmonEventCode=10WinEventLog:SysmonEventCode=7
SigmaHQ/sigma
7 rules| Detection | Severity | Format |
|---|---|---|
| DC Machine Account Network Logon from Non-DC Source IP | Critical | Sigma |
| HackTool - Rubeus Execution | Critical | Sigma |
| DC Machine Account TGS Request from Non-DC Source IP | High | Sigma |
| DC Machine Account TGT Request from Non-DC Source IP | High | Sigma |
| HackTool - KrbRelayUp Execution | High | Sigma |
| HackTool - Rubeus Execution - ScriptBlock | High | Sigma |
| Uncommon Outbound Kerberos Connection | Medium | Sigma |
elastic/detection-rules
4 rules| Detection | Severity | Format |
|---|---|---|
| Potential Invoke-Mimikatz PowerShell Script | Critical | Elastic TOML |
| Potential Kerberos Attack via Bifrost | High | Elastic TOML |
| Suspicious Kerberos Authentication Ticket Request | High | Elastic TOML |
| Kerberos Traffic from Unusual Process | Medium | Elastic TOML |
splunk/security_content
4 rules| Detection | Severity | Format |
|---|---|---|
| Mimikatz PassTheTicket CommandLine Parameters | Undefined | SPL |
| Rubeus Command Line Parameters | Undefined | SPL |
| Rubeus Kerberos Ticket Exports Through Winlogon Access | Undefined | SPL |
| Windows Process With NetExec Command Line Parameters | Undefined | SPL |
Bert-JanP/Hunting-Queries-Detection-Rules
1 rule| Detection | Severity | Format |
|---|---|---|
| Kerberos attacks | Undefined | KQL |
elastic/protections-artifacts
1 rule| Detection | Severity | Format |
|---|---|---|
| Potential Kerberos Attack via Bifrost | Undefined | Elastic TOML |
socfortress/Wazuh-Rules
1 rule| Detection | Severity | Format |
|---|---|---|
| Powershell script: Kerberos ticket manipulation detected | High | Wazuh XML |