Skip to main content
T1558Credential Accesshard difficulty

Steal or Forge Kerberos Tickets

This technique subverts Kerberos by stealing tickets from memory or forging them from domain secrets, enabling Pass-the-Ticket, Golden Ticket (a forged TGT from the krbtgt hash), and Silver Ticket (a forged service ticket) attacks, plus Kerberoasting of service tickets for offline cracking. Detection focuses on Kerberos anomalies: TGTs with implausibly long lifetimes or mismatched SIDs, a burst of service-ticket requests across many SPNs, and encryption-type downgrades that make cracking easier.

Practice detecting Steal or Forge Kerberos Tickets on realistic SIEM, XDR alerts in SOCSimulator Operations.

SIEMXDR

What is Steal or Forge Kerberos Tickets?

Steal or Forge Kerberos Tickets is documented as technique T1558 in MITRE ATT&CK® v19.1 under the Credential Access tactic. Detection requires visibility into SIEM, XDR telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Steal or Forge Kerberos Tickets activity. These methods apply across SIEM, XDR environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Detect Golden Ticket attacks by monitoring for Kerberos TGTs with unusually long validity periods, inconsistent user SID values, or attributes that do not match expected domain configurations.

  2. 2

    Alert on Kerberoasting activity by monitoring for large volumes of Kerberos service ticket requests using RC4 encryption from single sources, particularly from workstations that would not normally request many service tickets.

  3. 3

    Monitor for Pass the Ticket activity by correlating Kerberos ticket usage with the hosts where tickets were originally issued, flagging tickets used from unexpected source machines.

  4. 4

    Detect AS-REP Roasting by monitoring for Kerberos pre-authentication failure events for accounts that do not normally require pre-authentication, followed by offline hash cracking attempts.

  5. 5

    Implement KRBTGT account monitoring to detect unauthorized access to domain controllers or attempts to extract the KRBTGT hash through DCSync or physical access to domain controller NTDS.dit.

Example Alerts

These realistic alert examples show what Steal or Forge Kerberos Tickets looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

CriticalSIEM

Kerberos Golden Ticket Attack Indicators

Authentication event detected for account "Administrator" with a Kerberos TGT valid for 10 years (87600 hours), compared to the domain default of 10 hours. The ticket also contains a non-standard SID value not present in Active Directory. These attributes are definitive indicators of a forged Golden Ticket created using the compromised KRBTGT account hash.

HighSIEM

Pass the Ticket: Kerberos Ticket Used from Unexpected Host

Service ticket for CIFS/FILESERVER-01 was used from workstation WS-TEMP-009, but the corresponding TGT was issued to WS-EXEC-002. Kerberos tickets should be used from the same host where they were issued. This anomaly indicates a Pass the Ticket attack where a ticket was stolen from one machine and replayed from a different machine to access file server resources.

HighSIEM

High Volume Kerberos Service Ticket Requests (Kerberoasting)

Single source account jdoe requested 89 Kerberos service tickets for various service principal names within 4 minutes. All tickets were requested with RC4-HMAC encryption rather than the stronger AES encryption configured as the domain default. This is a hallmark of Kerberoasting, collecting service tickets for offline dictionary-based password cracking.

Frequently Asked Questions

How do SOC analysts detect Steal or Forge Kerberos Tickets?
Detection centers on SIEM, XDR telemetry for the credential access phase of the attack. Detect Golden Ticket attacks by monitoring for Kerberos TGTs with unusually long validity periods, inconsistent user SID values, or attributes that do not match expected domain configurations. Alert on Kerberoasting activity by monitoring for large volumes of Kerberos service ticket requests using RC4 encryption from single sources, particularly from workstations that would not normally request many service tickets.
What does a Steal or Forge Kerberos Tickets alert look like?
A representative SIEM detection is "Kerberos Golden Ticket Attack Indicators" (critical severity): Authentication event detected for account "Administrator" with a Kerberos TGT valid for 10 years (87600 hours), compared to the domain default of 10 hours. The ticket also contains a non-standard SID value not present in Active Directory. These attributes are definitive indicators of a forged Golden Ticket created using the compromised KRBTGT account hash.
Which tools detect Steal or Forge Kerberos Tickets, and how can I practice?
Steal or Forge Kerberos Tickets (T1558) is best surfaced with SIEM, XDR telemetry, which exposes the credential access signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.
Glossary

What is Brute Force Attack? SOC Glossary

A brute force attack systematically tries large numbers of username and password combinations, or decryption keys, until…

Read more
Glossary

What is MFA? SOC Glossary

Multi-Factor Authentication (MFA) requires a user to prove their identity with two or more independent factors, somethin…

Read more
Glossary

What is Lateral Movement? SOC Glossary

Lateral movement is the attack phase where adversaries expand access from an initial foothold to additional systems, usi…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Career Path

SOC Analyst (Tier 1) Career Guide: Salary & Skills

Tier 1 SOC Analysts are the front line. You monitor alert queues, triage incoming detections, classify them as true or f…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Playbook

Kerberoasting Attack Investigation: Investigation Playbook

When SIEM detects an unusual volume of Kerberos TGS ticket requests (Event ID 4769) with RC4 encryption from a single ac…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more