Skip to content
← RegistryDossier · 6 steps · 5 edges

ADCS ESC11 → certificate via RPC (no web enrollment)

When the CA's ICertPassage RPC interface allows NTLM without signing, relay any coerced auth directly to RPC and obtain a cert — bypasses HTTP-only mitigations.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: CA host has IF_NOREMOTEICERTREQUEST disabled and RPC interface accessible. Common when admins disable web enrollment thinking it patches ESC8.

§ Steps

  1. 01
    Low-priv principal w/ network reachInitial Access
    T1078Valid Accounts
  2. 02
    DC cert issuedLateral Movement
    T1550.003Pass the Ticket
  3. 03
    Coerce DC$ via PetitPotam / DFSCoerceInitial Access
    AD-COERCE-DFSCOERCEDFSCoerce (MS-DFSNM)
  4. 04
    DCSyncCredential Access
    T1003.006DCSync
  5. 05
    ntlmrelayx --adcs to CA RPCCredential Access
    AD-ESC11ADCS ESC11 — RPC over IF_NOREMOTEICERTREQUEST

    ntlmrelayx.py -t rpc://<ca> --adcs --template DomainController

  6. 06
    PKINIT as DC$Credential Access
    AD-UNPACUnPAC-the-Hash

§ References

§ Frequently asked

What is the "ADCS ESC11 → certificate via RPC (no web enrollment)" attack path?
When the CA's ICertPassage RPC interface allows NTLM without signing, relay any coerced auth directly to RPC and obtain a cert — bypasses HTTP-only mitigations. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Low-priv principal w/ network reach (T1078) — a initial access primitive. Assumed environment: CA host has IF_NOREMOTEICERTREQUEST disabled and RPC interface accessible.
What is the final impact of this kill-chain?
The final step lands on PKINIT as DC$ (AD-UNPAC), 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.

§ Related dossiers