nerdexam
CompTIA

CAS-002 · Question #700

An IT administrator has installed new DNS name servers (Primary and Secondary), which are used to host the company MX records and resolve the web server's public address. In order to secure the zone…

The correct answer is B. IP spoofing. Using only ACLs to secure zone transfers is insufficient because ACLs rely on source IP addresses, which an attacker can forge via IP spoofing.

Technical Integration of Enterprise Components

Question

An IT administrator has installed new DNS name servers (Primary and Secondary), which are used to host the company MX records and resolve the web server's public address. In order to secure the zone transfer between the primary and secondary server, the administrator uses only server ACLs. Which of the following attacks could the secondary DNS server still be susceptible to?

Options

  • AEmail spamming
  • BIP spoofing
  • CClickjacking
  • DDNS replication

How the community answered

(41 responses)
  • A
    5% (2)
  • B
    83% (34)
  • C
    10% (4)
  • D
    2% (1)

Why each option

Using only ACLs to secure zone transfers is insufficient because ACLs rely on source IP addresses, which an attacker can forge via IP spoofing.

AEmail spamming

Email spamming involves sending unsolicited bulk email and has no direct relationship to DNS zone transfer mechanisms or ACL configurations.

BIP spoofingCorrect

ACLs permit zone transfers based solely on the source IP address of the requesting server. An attacker can craft packets with a spoofed source IP matching the primary server's address, causing the secondary DNS server to accept a malicious or unauthorized zone transfer. This bypass is possible because ACLs alone provide no cryptographic verification of the sender's identity, unlike TSIG (Transaction Signature) which would authenticate the transfer.

CClickjacking

Clickjacking is a UI redress attack that tricks users into clicking hidden elements in a browser, which is entirely unrelated to DNS server-to-server zone transfer security.

DDNS replication

DNS replication is a description of the zone transfer process itself, not an attack vector, and does not represent a distinct threat that ACLs would or would not mitigate.

Concept tested: DNS zone transfer security and IP spoofing vulnerability

Source: https://www.rfc-editor.org/rfc/rfc2845

Topics

#DNS zone transfer#IP spoofing#ACL limitations#DNS security

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice