nerdexam
GIAC

GCIH · Question #833

A company is acquiring another organization that has a single DNS server that is accessible to the internet. What is a good recommendation for the acquiring organization?

The correct answer is B. Migrate to a split DNS infrastructure. A single internet-facing DNS server exposes internal network data publicly; split DNS separates internal and external name resolution to reduce this risk.

Incident Response & Cyber Kill Chain

Question

A company is acquiring another organization that has a single DNS server that is accessible to the internet. What is a good recommendation for the acquiring organization?

Options

  • ABlock traffic on UDP/53
  • BMigrate to a split DNS infrastructure
  • CBlock traffic on TCP/53
  • DEnable zone transfers on the acquired business' DNS server

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    72% (31)
  • C
    7% (3)
  • D
    16% (7)

Why each option

A single internet-facing DNS server exposes internal network data publicly; split DNS separates internal and external name resolution to reduce this risk.

ABlock traffic on UDP/53

Blocking UDP/53 would break standard DNS query resolution entirely, since the vast majority of DNS queries use UDP on port 53.

BMigrate to a split DNS infrastructureCorrect

Split DNS infrastructure (split-horizon DNS) deploys separate DNS servers for internal and external queries, ensuring internal hostnames and IP addresses are never resolvable from the internet. This eliminates the exposure of internal network topology to outside parties. It also allows different responses to be served to internal versus external clients querying the same domain name.

CBlock traffic on TCP/53

Blocking TCP/53 would disrupt zone transfers and large DNS responses but would not address the core problem of a single publicly accessible DNS server exposing internal records.

DEnable zone transfers on the acquired business' DNS server

Enabling zone transfers on the acquired server would allow any internet host to download the entire DNS zone, significantly worsening the security posture.

Concept tested: Split DNS infrastructure for reducing exposure

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/split-brain-dns-deployment

Topics

#DNS security#split DNS#DNS infrastructure#zone transfer

Community Discussion

No community discussion yet for this question.

Full GCIH Practice