Cross-source coverage
T1649 / ATT&CK
Steal or Forge Authentication Certificates
37 rules across 6 sources.
From MITRE ATT&CK 19.2
Adversaries may steal or forge certificates used for authentication to access remote systems or resources. Digital certificates are often used to sign and encrypt messages and/or files. Certificates are also used as authentication material. For example, Entra ID device certificates and Active Directory Certificate Services (AD CS) certificates bind to an identity and can be used as credentials for domain accounts.
Authentication certificates can be both stolen and forged. For example, AD CS certificates can be stolen from encrypted storage (in the Registry or files), misplaced certificate files (i.e. Unsecured Credentials), or directly from the Windows certificate store via various crypto APIs. With appropriate enrollment rights, users and/or machines within a domain can also request and/or manually renew certificates from enterprise certificate authorities (CA). This enrollment process defines various settings and permissions associated with the certificate. Of note, the certificate’s extended key usage (EKU) values define signing, encryption, and authentication use cases, while the certificate’s subject alternative name (SAN) values define the certificate owner’s alternate names.
Abusing certificates for authentication credentials may enable other behaviors such as Lateral Movement. Certificate-related misconfigurations may also enable opportunities for Privilege Escalation, by way of allowing users to impersonate or assume privileged accounts or permissions via the identities (SANs) associated with a certificate. These abuses may also enable Persistence via stealing or forging certificates that can be used as Valid Accounts for the duration of the certificate's validity, despite user password resets. Authentication certificates can also be stolen and forged for machine accounts.
Adversaries who have access to root (or subordinate) CA certificate private keys (or mechanisms protecting/managing these keys) may also establish Persistence by forging arbitrary authentication certificates for the victim domain (known as “golden” certificates). Adversaries may also target certificates and related services in order to access other forms of credentials, such as Golden Ticket ticket-granting tickets (TGT) or NTLM plaintext.
- Tactics
- Credential Access
- Platforms
- Windows · Linux · macOS · Identity Provider
- Telemetry
-
WinEventLog:Securityauditd:SYSCALLmacos:unifiedlogmacos:keychainazure:signinlogsm365:unified
How MITRE says to detect it DET0240
Detection Strategy for Steal or Forge Authentication Certificates
Windows Analytic 0671
Monitor for abnormal certificate enrollment and usage activity in Active Directory Certificate Services (AD CS), registry access to certificate storage locations, and unusual process executions that attempt to export or access private keys.
WinEventLog:SecurityEventCode=4768WinEventLog:SecurityEventCode=4657
Linux Analytic 0672
Monitor for file access to certificate directories, commands invoking OpenSSL or PKCS#12 utilities to export or modify certificates, and processes accessing sensitive key storage paths.
auditd:SYSCALLopen, read: /etc/ssl/, /etc/pki/, ~/.pki/nssdb/auditd:SYSCALLexecve: openssl pkcs12, certutil, keytool
macOS Analytic 0673
Monitor for security commands and API calls interacting with the Keychain, as well as file access attempts to stored certificates and private keys in ~/Library/Keychains or /Library/Keychains.
macos:unifiedlogprocess calling security find-certificate, export, or importmacos:keychain~/Library/Keychains, /Library/Keychains
Identity Provider Analytic 0674
Monitor for abnormal certificate enrollment events in identity platforms, unexpected use of token-signing certificates, and unusual CA configuration modifications.
azure:signinlogsAdd certificate credential, Update certificate credentialm365:unifiedcertificate added or modified in application credentials
splunk/security_content
18 rules| Detection | Severity | Format |
|---|---|---|
| Certutil exe certificate extraction | Undefined | SPL |
| Detect Certify Command Line Arguments | Undefined | SPL |
| Detect Certify With PowerShell Script Block Logging | Undefined | SPL |
| Detect Certipy File Modifications | Undefined | SPL |
| Steal or Forge Authentication Certificates Behavior Identified | Undefined | SPL |
| Windows Export Certificate | Undefined | SPL |
| Windows Mimikatz Crypto Export File Extensions | Undefined | SPL |
| Windows PowerShell Export Certificate | Undefined | SPL |
| Windows PowerShell Export PfxCertificate | Undefined | SPL |
| Windows Steal Authentication Certificates Certificate Issued | Undefined | SPL |
+ 8 more from splunk/security_content → showing the 10 highest-severity
SigmaHQ/sigma
11 rules| Detection | Severity | Format |
|---|---|---|
| DC Machine Account Network Logon from Non-DC Source IP | Critical | Sigma |
| ADCS - Certighost CDC Chase Certificate Request (CVE-2026-54121) | High | Sigma |
| ADCS - Certighost Certificate Issued via CDC Chase (CVE-2026-54121) | High | Sigma |
| ADCS - Certighost Ghost Machine Account Creation | High | Sigma |
| Certificate Services Outbound SMB or LDAP Connection | High | Sigma |
| DC Machine Account TGT Request from Non-DC Source IP | High | Sigma |
| HackTool - Certify Execution | High | Sigma |
| HackTool - Certipy Execution | High | Sigma |
| Certificate Exported From Local Certificate Store | Medium | Sigma |
| Certificate Private Key Acquired | Medium | Sigma |
+ 1 more from SigmaHQ/sigma → showing the 10 highest-severity
elastic/detection-rules
4 rules| Detection | Severity | Format |
|---|---|---|
| Potential Invoke-Mimikatz PowerShell Script | Critical | Elastic TOML |
| Potential CertiGhost AD CS Machine Identity Mismatch (CVE-2026-54121) | High | Elastic TOML |
| Access to a Sensitive LDAP Attribute | Medium | Elastic TOML |
| Azure AKS Certificate Signing Request Created or Approved | Medium | Elastic TOML |
socfortress/Wazuh-Rules
2 rules| Detection | Severity | Format |
|---|---|---|
| Sysmon - Event 1: Process creation · PowerShell Certificate Store Enumeration (T1649) | High | Wazuh XML |
| Sysmon - Event 1: Process creation · PowerShell Export-Certificate (T1649) | High | Wazuh XML |
Bert-JanP/Hunting-Queries-Detection-Rules
1 rule| Detection | Severity | Format |
|---|---|---|
| Kerberos attacks | Undefined | KQL |
elastic/protections-artifacts
1 rule| Detection | Severity | Format |
|---|---|---|
| Kerberos Config File Accessed by Untrusted or Unsigned Process | Undefined | Elastic TOML |