nerdexam
GIAC

GCIH · Question #726

A series of TCP packets are being sent from a DNS server to an external webserver over port 53. Based on the information given, what is most likely generating the traffic?

The correct answer is A. DNS zone transfers. DNS zone transfers use TCP on port 53 to reliably transfer entire zone databases between DNS servers, distinguishing them from standard UDP-based DNS queries.

Reconnaissance, Scanning, and Enumeration

Question

A series of TCP packets are being sent from a DNS server to an external webserver over port 53. Based on the information given, what is most likely generating the traffic?

Options

  • ADNS zone transfers
  • BDNS queries to the webserver
  • CWhois lookup from the DNS server
  • DDNS query responses from the webserver

How the community answered

(18 responses)
  • A
    78% (14)
  • B
    11% (2)
  • C
    6% (1)
  • D
    6% (1)

Why each option

DNS zone transfers use TCP on port 53 to reliably transfer entire zone databases between DNS servers, distinguishing them from standard UDP-based DNS queries.

ADNS zone transfersCorrect

DNS zone transfers are initiated over TCP port 53 because TCP provides the reliable, ordered delivery needed to transfer a complete zone file from a primary to a secondary DNS server. Standard DNS queries and responses use UDP port 53 for efficiency. Traffic originating from a DNS server over TCP port 53 to an external host is a strong indicator of zone transfer activity.

BDNS queries to the webserver

DNS queries are directed to DNS resolvers or authoritative servers, not web servers, and typically use UDP rather than TCP port 53.

CWhois lookup from the DNS server

Whois lookups use TCP port 43, not port 53, and are initiated by clients, not DNS servers.

DDNS query responses from the webserver

DNS query responses originate from the DNS server back to the querying client using UDP port 53, and a webserver would not be sending DNS queries to a DNS server in normal operation.

Concept tested: DNS zone transfer protocol and port behavior

Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml

Topics

#DNS zone transfer#port 53#TCP DNS#network reconnaissance

Community Discussion

No community discussion yet for this question.

Full GCIH Practice