Skip to main content
DNS Checker(beta)

Zone Transfer

The DNS operation that replicates a zone file from a primary nameserver to one or more secondary nameservers.

A zone transfer is how DNS keeps multiple authoritative nameservers in sync for the same zone. The primary nameserver holds the master copy of the zone file; secondaries pull updates either fully (AXFR) or incrementally (IXFR), typically authenticated with TSIG. Healthy operation requires that all secondaries answer with identical data, so an unrestricted or broken zone transfer is both an information disclosure risk (anyone can dump the zone) and a consistency risk. Auditing for accidentally open AXFR is a standard external-attack-surface check.

Reference

Related terms

See also

Referenced on