MITRE ATT&CK technique
Steal or Forge Kerberos Tickets detection rulesT1558
Steal or Forge Kerberos Tickets (T1558) is a MITRE ATT&CK technique in the Credential Access tactic. This page lists the 26 community-maintained Sigma detection rules in the library mapped to T1558 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, zeek.
Tactic
Antivirus - Password Dumper Signature
criticalDetects a highly relevant Antivirus alert that reports password dumpers and stealers. This event must not be ignored just because the AV has blocked the malware but investigate, how it came there in the first place and check if passwords need to be reset.
antivirus
DC Machine Account Network Logon from Non-DC Source IP
criticalDetects a Domain Controller machine account authenticating from a source IP that is not a known Domain Controller. DC machine accounts should only authenticate locally or from other DCs during replication operations. Any logon event for a DC account from a workstation or non-DC host is anomalous and indicates one of the following: - Silver Ticket: attacker forged a Kerberos TGS for a DC machine account without requesting a TGT - Pass-the-Ticket: attacker is replaying a captured DC machine account TGS from a non-DC host - Overpass-the-Hash: attacker converted a stolen DC machine account hash into a Kerberos ticket and is authenticating from a non-DC host - Exploitation of certain vulnerabilities such as CVE-2026-54121 (Certighost): attacker obtained a DC certificate via ADCS CDC-chase abuse, authenticates via PKINIT as the DC from their own host, then performs DCSync
windows
HackTool - Mimikatz Kirbi File Creation
criticalDetects the creation of files created by mimikatz such as ".kirbi", "mimilsa.log", etc.
windows · file_event
HackTool - Rubeus Execution
criticalDetects the execution of the hacktool Rubeus via PE information of command line parameters
windows · process_creation
DC Machine Account TGS Request from Non-DC Source IP
highDetects a Kerberos service ticket request (Event 4769) targeting a Domain Controller machine account's service (e.g. DRSUAPI) originating from an IP address that is not a known Domain Controller. Service tickets for DC machine accounts should only be requested by other DCs during legitimate replication operations. An attacker with a valid TGT (obtained via PKINIT, overpass-the-hash, or stolen TGT) targeting a DC machine account's service from a workstation IP indicates preparation for DCSync or impersonation of a DC. Unlike Silver Ticket attacks (which forge the TGS and bypass this event), this rule catches attacks that go through the KDC legitimately. This rule requires %dc_machine_accounts% and %dc_ip_addresses% to be populated with all known DC machine account names and DC IP addresses respectively.
windows
DC Machine Account TGT Request from Non-DC Source IP
highDetects a Kerberos TGT request (Event 4768) for a known Domain Controller machine account originating from an IP address that is not a known Domain Controller. DC machine accounts should only request TGTs from their own IP. Any TGT request for a DC account from a workstation or non-DC host is anomalous and indicates one of the following: - PKINIT abuse (CVE-2026-54121 / Certighost): attacker authenticating as a DC via a forged certificate from their workstation - Overpass-the-Hash: attacker converting a stolen DC machine account NTLM hash into a Kerberos TGT - Pass-the-Hash (RC4): attacker using the DC machine account hash directly with Kerberos
windows
HackTool - KrbRelay Execution
highDetects the use of KrbRelay, a Kerberos relaying tool
windows · process_creation
HackTool - KrbRelayUp Execution
highDetects KrbRelayUp used to perform a universal no-fix local privilege escalation in Windows domain environments where LDAP signing is not enforced
windows · process_creation
HackTool - RemoteKrbRelay Execution
highDetects the use of RemoteKrbRelay, a Kerberos relaying tool via CommandLine flags and PE metadata.
windows · process_creation
HackTool - Rubeus Execution - ScriptBlock
highDetects the execution of the hacktool Rubeus using specific command line flags
windows · ps_script
Register new Logon Process by Rubeus
highDetects potential use of Rubeus via registered new trusted logon process
windows
Replay Attack Detected
highDetects possible Kerberos Replay Attack on the domain controllers when "KRB_AP_ERR_REPEAT" Kerberos response is sent to the client
windows
Suspicious Kerberos Ticket Request via CLI
highDetects suspicious Kerberos ticket requests via command line using System.IdentityModel.Tokens.KerberosRequestorSecurityToken class. Threat actors may use command line interfaces to request Kerberos tickets for service accounts in order to perform offline password cracking attacks commonly known as Kerberoasting or other Kerberos ticket abuse techniques like silver ticket attacks.
windows · process_creation
Suspicious Kerberos Ticket Request via PowerShell Script - ScriptBlock
highDetects PowerShell scripts that utilize native PowerShell Identity modules to request Kerberos tickets. This behavior is typically seen during a Kerberos or silver ticket attack. A successful execution will output the SPNs for the endpoint in question.
windows · ps_script
User Couldn't Call a Privileged Service 'LsaRegisterLogonProcess'
highThe 'LsaRegisterLogonProcess' function verifies that the application making the function call is a logon process by checking that it has the SeTcbPrivilege privilege set. Possible Rubeus tries to get a handle to LSA.
windows
Kerberoasting Activity - Initial Query
mediumThis rule will collect the data needed to start looking into possible kerberoasting activity. Further analysis or computation within the query is needed focusing on requests from one specific host/IP towards multiple service names within a time period of 5 seconds. You can then set a threshold for the number of requests and time between the requests to turn this into an alert.
windows
Kerberos Network Traffic RC4 Ticket Encryption
mediumDetects kerberos TGS request using RC4 encryption which may be indicative of kerberoasting
zeek
Potential CVE-2021-42278 Exploitation Attempt
mediumThe attacker creates a computer object using those permissions with a password known to her. After that she clears the attribute ServicePrincipalName on the computer object. Because she created the object (CREATOR OWNER), she gets granted additional permissions and can do many changes to the object.
windows
Potential CVE-2021-42287 Exploitation Attempt
mediumThe attacker creates a computer object using those permissions with a password known to her. After that she clears the attribute ServicePrincipalName on the computer object. Because she created the object (CREATOR OWNER), she gets granted additional permissions and can do many changes to the object.
windows
Potential SPN Enumeration Via Setspn.EXE
mediumDetects service principal name (SPN) enumeration used for Kerberoasting
windows · process_creation
Potential Unconstrained Delegation Discovery Via Get-ADComputer - ScriptBlock
mediumDetects the use of the "Get-ADComputer" cmdlet in order to identify systems which are configured for unconstrained delegation.
windows · ps_script
Suspicious Kerberos RC4 Ticket Encryption
mediumDetects service ticket requests using RC4 encryption type
windows
Uncommon Outbound Kerberos Connection
mediumDetects uncommon outbound network activity via Kerberos default port indicating possible lateral movement or first stage PrivEsc via delegation.
windows · network_connection
Uncommon Outbound Kerberos Connection - Security
mediumDetects uncommon outbound network activity via Kerberos default port indicating possible lateral movement or first stage PrivEsc via delegation.
windows
No Suitable Encryption Key Found For Generating Kerberos Ticket
lowDetects errors when a target server doesn't have suitable keys for generating kerberos tickets. This issue can occur for example when a service uses a user account or a computer account that is configured for only DES encryption on a computer that is running Windows 7 which has DES encryption for Kerberos authentication disabled.
windows
User with Privileges Logon
lowDetects logon with "Special groups" and "Special Privileges" can be thought of as Administrator groups or privileges.
windows