Join our Newsletter — 33% off our NHI Course

Why do Silver Ticket attacks remain dangerous even though they are narrower than Golden Ticket attacks?

Silver Tickets are dangerous because they let an attacker access one service directly after stealing a service account or machine account hash. That can be enough to query databases, move laterally from a trusted service, or run malicious commands. The attack is stealthy because it can bypass the KDC after ticket creation, reducing obvious authentication signals.

Why This Matters for Security Teams

Silver Ticket attacks remain dangerous because “narrower” does not mean “safer.” Once an attacker has a service account or machine account hash, they can forge a ticket that looks valid to a single service and skip the normal Kerberos validation path. That means the blast radius can still include databases, file shares, management tools, and other high-value services, especially when those services trust the account more than the user behind it.

This matters because defenders often tune detections around domain controller activity and miss direct-to-service abuse. The broader lesson from The 52 NHI breaches Report is that compromise of one identity can create outsized downstream access when credentials are reused, over-privileged, or poorly segmented. Silver Tickets exploit that same trust assumption in a Windows authentication context. In practice, many security teams encounter the abuse only after a sensitive service has already been queried or a lateral move has already succeeded, rather than through intentional detection design.

How It Works in Practice

A Silver Ticket is forged using the long-term secret for a service account, such as an NTLM hash, rather than a domain-wide credential. The attacker builds a Kerberos service ticket that the target service can accept locally because the service validates the ticket’s structure and the embedded authorization data, but the ticket never has to be checked by the Key Distribution Center. That makes it stealthier than a golden ticket, which impacts the entire realm. For authentication context, the critical point is that the service trusts the ticket content enough to grant access.

Operationally, attackers use Silver Tickets for focused objectives: query a SQL instance, access a file share, reach backup systems, or execute commands through a service that accepts delegated or privileged access. The attack is especially attractive when the compromised account is a machine account or a service account with broad permissions. Guidance in MITRE ATT&CK Enterprise Matrix maps this to credential access, lateral movement, and stealthy persistence behaviors. Defenders should also consider Ultimate Guide to NHIs, Key Challenges and Risks because the same pattern appears when non-human identities are over-trusted and rarely reviewed. Detection usually depends on service-side anomalies, unusual ticket lifetimes, mismatched account-to-host relationships, or access from unexpected source systems. These controls tend to break down when service accounts are shared broadly across clusters or when legacy applications depend on static credentials and weak logging.

Common Variations and Edge Cases

Tighter Kerberos controls often increase operational overhead, requiring organisations to balance service continuity against better ticket hygiene. That tradeoff becomes visible in environments with legacy Windows services, multi-tier application chains, or third-party tools that hard-code service credentials. In those cases, best practice is evolving rather than universally settled: current guidance suggests reducing privilege first, then shortening credential lifetime and improving service account segmentation where dependencies allow.

Silver Tickets are also more dangerous when defenders assume that “no domain controller event” means “no real attack.” That assumption is wrong because the ticket is validated at the service boundary, not centrally. If the service account is a local administrator, runs a critical application, or is reused across many hosts, the forged ticket can open an unexpectedly large path. NHI teams should treat this as a trust-chain problem, not only an authentication problem, and align monitoring with CISA cyber threat advisories and NIST SP 800-53 Rev 5 Security and Privacy Controls for stronger account management, audit logging, and least-privilege enforcement. The edge case that often surprises teams is a single service account protecting many services, because one stolen hash can still become a repeatable foothold across an entire application tier.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Focuses on secret rotation and compromise impact for service accounts.
NIST CSF 2.0 PR.AC-1 Addresses identity proofing and access control for service trust paths.
NIST SP 800-63 Supports stronger identity assurance concepts that help narrow trust assumptions.
NIST Zero Trust (SP 800-207) AC-4 Emphasises policy enforcement at each trust boundary instead of implicit service trust.
NIST AI RMF Provides governance language for managing identity risk and monitoring uncertainty.

Rotate service account secrets quickly and reduce ticket abuse windows with stronger NHI secret governance.