nerdexam
EC-Council

312-50V11 · Question #180

Look at the following output. What did the hacker accomplish?

The correct answer is D. The hacker successfully transferred the zone and enumerated the hosts. A DNS zone transfer (AXFR) allows an attacker to retrieve all DNS records from a misconfigured name server, fully enumerating the target domain's hosts.

Enumeration

Question

Look at the following output. What did the hacker accomplish?

Exhibit

312-50V11 question #180 exhibit

Options

  • AThe hacker used who is to gather publicly available records for the domain.
  • BThe hacker used the "fierce" tool to brute force the list of available domains.
  • CThe hacker listed DNS records on his own domain.
  • DThe hacker successfully transferred the zone and enumerated the hosts.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    12% (3)
  • C
    4% (1)
  • D
    81% (21)

Why each option

A DNS zone transfer (AXFR) allows an attacker to retrieve all DNS records from a misconfigured name server, fully enumerating the target domain's hosts.

AThe hacker used who is to gather publicly available records for the domain.

WHOIS returns registrar and contact information for a domain, not a structured list of internal DNS host records.

BThe hacker used the "fierce" tool to brute force the list of available domains.

The fierce tool performs DNS brute-forcing by guessing hostnames, not by performing an authorized or unauthorized zone transfer.

CThe hacker listed DNS records on his own domain.

Listing records on one's own domain would have no reconnaissance value and would not represent a security finding against an external target.

DThe hacker successfully transferred the zone and enumerated the hosts.Correct

A successful DNS zone transfer exploits a misconfigured authoritative name server that responds to AXFR queries from unauthorized clients. The resulting output lists all DNS resource records - including A, MX, CNAME, and NS records - effectively mapping the entire domain infrastructure. This technique is a classic reconnaissance method when zone transfer restrictions are not enforced.

Concept tested: DNS zone transfer (AXFR) enumeration vulnerability

Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/dns-zone-transfer

Topics

#DNS zone transfer#DNS enumeration#fierce#DNS records

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice