← RegistryDossier · 6 steps · 5 edges
Compromised root CA → arbitrary cert issuance → silent MITM
Compromise the private key (or signing process) of a publicly-trusted root or intermediate. Issue an unlogged cert for the target hostname; use it for invisible TLS MITM until CT-log monitoring or revocation catches up.
Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll
§ Context
Assumed environment: target uses a CA that has had key-material compromise (real history: DigiNotar, Comodo, Symantec). Attacker is in a position to MITM TLS traffic to the target — close to victim or upstream.
§ Steps
- 01Capture credentials / session dataCredential AccessT1539— Steal Web Session Cookie
- 02Intercept TLS, no browser warningCredential AccessCR-TLS-DOWNGRADE— TLS Downgrade (POODLE / FREAK / LOGJAM)
- 03Position for TLS MITM (BGP / DNS / Wi-Fi)Lateral MovementNET-BGP-HIJACK— BGP Route Hijack
- 04Compromise CA signing capabilityCredential AccessPKI-ROGUE-CA— Rogue / Compromised Root CA
- 05Eventually surfaces in CT logsReconnaissancePKI-CT-MONITOR— Certificate Transparency Monitoring
- 06Issue cert for victim hostCredential AccessPKI-COMPELLED— Compelled / Government CA Misissuance
§ References
§ Frequently asked
- What is the "Compromised root CA → arbitrary cert issuance → silent MITM" attack path?
- Compromise the private key (or signing process) of a publicly-trusted root or intermediate. Issue an unlogged cert for the target hostname; use it for invisible TLS MITM until CT-log monitoring or revocation catches up. It chains 6 steps drawn from real-world offensive-security techniques.
- What starting position does this attack require?
- The first step is Capture credentials / session data (T1539) — a credential access primitive. Assumed environment: target uses a CA that has had key-material compromise (real history: DigiNotar, Comodo, Symantec).
- What is the final impact of this kill-chain?
- The final step lands on Issue cert for victim host (PKI-COMPELLED), which falls under Credential Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
- How can defenders detect or prevent this attack?
- Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.