Skip to content
← RegistryDossier · 6 steps · 5 edges

AXFR → discover shadow-IT staging → exploitable web app

DNS server allows unrestricted AXFR. Pull the full zone, find admin- / staging- / dev- hostnames never linked, hit one with default creds / leftover debug routes.

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

§ Context

Assumed environment: target has at least one authoritative DNS server with permissive AXFR (still common on legacy bind setups / staging zones). The discovered hostnames serve real apps with weaker hygiene than production.

§ Steps

  1. 01
    Reach RCE / dumpExfiltration
    T1041Exfiltration Over C2 Channel
  2. 02
    Filter for staging / admin / internal subdomainsReconnaissance
    W-RECON-SUBDOMAINSubdomain Enumeration
  3. 03
    HTTP probe interesting hostsReconnaissance
    W-RECON-DIRBRUTEDirectory & File Bruteforce
  4. 04
    Enumerate NS records for targetReconnaissance
    W-RECON-FINGERPRINTTech Stack Fingerprinting
  5. 05
    Default creds / debug endpointDiscovery
    W-DEBUG-ENDPOINTDebug / Admin Endpoint Exposed
  6. 06
    dig @ns axfr <domain>Discovery
    DNS-ZONE-TRANSFERUnrestricted Zone Transfer (AXFR)

§ References

§ Frequently asked

What is the "AXFR → discover shadow-IT staging → exploitable web app" attack path?
DNS server allows unrestricted AXFR. Pull the full zone, find admin- / staging- / dev- hostnames never linked, hit one with default creds / leftover debug routes. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Reach RCE / dump (T1041) — a exfiltration primitive. Assumed environment: target has at least one authoritative DNS server with permissive AXFR (still common on legacy bind setups / staging zones).
What is the final impact of this kill-chain?
The final step lands on dig @ns axfr <domain> (DNS-ZONE-TRANSFER), which falls under Discovery. 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