Silver Ticket Attacks
Jump to:
Summary
Silver Ticket Attacks are a type of Kerberos authentication bypass where attackers forge service tickets (TGS) to gain unauthorized access to specific services without contacting the Key Distribution Center (KDC).
Key Characteristics
- Involves forging Kerberos Ticket Granting Service (TGS) tickets using compromised service account credentials.
- Allows attackers to access targeted services directly, bypassing normal authentication mechanisms.
- Does not require interaction with the KDC, making detection more difficult.
- Typically used for lateral movement and privilege escalation within a network.
- Relies on knowledge of the service account’s NTLM hash or password.
Defensive Controls
- Regularly monitor and audit service account usage and Kerberos ticket activity.
- Enforce strong, unique passwords for service accounts and rotate them frequently.
- Implement strict access controls and least privilege principles for service accounts.
- Use endpoint detection and response (EDR) tools to identify abnormal ticket usage patterns.
- Deploy network segmentation to limit lateral movement opportunities.
Related Security Solutions
Security Information and Event Management (SIEM) systems, Kerberos authentication monitoring tools, endpoint detection and response (EDR) platforms, and identity and access management (IAM) solutions are critical for detecting and mitigating Silver Ticket Attacks.
More in Identity Attacks