nerdexam
EC-Council

312-50V13 · Question #93

Tess King is using the nslookup command to craft queries to list all DNS information (such as Name Servers, host names, MX records, CNAME records, glue records (delegation for child Domains), zone ser

The correct answer is B. A zone transfer. When a user crafts queries to retrieve all DNS information for a domain, including name servers, hostnames, MX records, and other zone details, they are attempting to perform a zone transfer.

Submitted by yousef_jo· Mar 6, 2026Footprinting and Reconnaissance

Question

Tess King is using the nslookup command to craft queries to list all DNS information (such as Name Servers, host names, MX records, CNAME records, glue records (delegation for child Domains), zone serial number, TimeToLive (TTL) records, etc) for a Domain. What do you think Tess King is trying to accomplish? Select the best answer.

Options

  • AA zone harvesting
  • BA zone transfer
  • CA zone update
  • DA zone estimate

How the community answered

(23 responses)
  • B
    87% (20)
  • C
    9% (2)
  • D
    4% (1)

Why each option

When a user crafts queries to retrieve all DNS information for a domain, including name servers, hostnames, MX records, and other zone details, they are attempting to perform a zone transfer.

AA zone harvesting

Zone harvesting (or enumeration) typically refers to collecting individual records or partial information, often through various queries, rather than obtaining the complete zone data in a single operation like a transfer.

BA zone transferCorrect

A zone transfer (specifically an AXFR or full zone transfer) is the process of retrieving the entire database of DNS records for a specific domain or zone, which includes all the types of information listed in the question.

CA zone update

A zone update refers to modifying specific records within a DNS zone, not retrieving all existing information from it.

DA zone estimate

A 'zone estimate' is not a standard or recognized operation in DNS.

Concept tested: DNS zone transfer purpose

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

Topics

#nslookup#DNS information#zone transfer#reconnaissance

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice