Skip to content
← RegistryDossier · 5 steps · 4 edges

Autodiscover external leak → credential harvest

Mis-implemented Autodiscover falls back to autodiscover.<TLD>; register that domain externally, harvest plaintext Basic-auth credentials from clients that haven't been patched / configured properly.

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

§ Context

Assumed environment: target organisation uses Outlook / Exchange with on-prem Autodiscover. The TLD fallback domain (autodiscover.com / autodiscover.org / similar) is registerable by the attacker.

§ Steps

  1. 01
    Authenticate to OWA / EWSInitial Access
    T1078Valid Accounts
  2. 02
    Serve autodiscover XML to clientsCommand and Control
    T1071Application Layer Protocol
  3. 03
    Register the public autodiscover fallback domainResource Development
    T1583Acquire Infrastructure
  4. 04
    Log harvested credentialsCollection
    T1056Input Capture
  5. 05
    Misconfigured Outlook posts Basic-auth credsCredential Access
    EX-AUTODISCOVER-LEAKAutodiscover Domain Hijack

§ References

§ Frequently asked

What is the "Autodiscover external leak → credential harvest" attack path?
Mis-implemented Autodiscover falls back to autodiscover.<TLD>; register that domain externally, harvest plaintext Basic-auth credentials from clients that haven't been patched / configured properly. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Authenticate to OWA / EWS (T1078) — a initial access primitive. Assumed environment: target organisation uses Outlook / Exchange with on-prem Autodiscover.
What is the final impact of this kill-chain?
The final step lands on Misconfigured Outlook posts Basic-auth creds (EX-AUTODISCOVER-LEAK), 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