Skip to main content

Certificate Theft

Status: Scaffold — content in progress

ATT&CK: T1649, T1552.004
Severity: High

What It Enables

A stolen certificate + private key for a valid user:

  • Authenticate as that user via Kerberos PKINIT
  • Survives password resets
  • No credentials in memory — harder to detect with standard credential hunting

Theft Methods

MethodCommandNotes
Mimikatz exportmimikatz# crypto::certificates /exportRequires local admin
certutil copycertutil -exportPFX -p password cert.pfxFor user's own certs
DPAPI blob theftMimikatz dpapi::certsDecrypt user's cert container
File searchfind / -name "*.pfx" -o -name "*.p12"Cert files on disk
TopicLink
ADCS Protocoladcs
PKI Overviewpki-overview
Detectiondetect-certificate-attacks