nerdexam
CompTIA

CAS-002 · Question #703

The security team for Company XYZ has determined that someone from outside the organization has obtained sensitive information about the internal organization by querying the external DNS server of…

The correct answer is A. Implement a split DNS, only allowing the external DNS server to contain information about. Split DNS separates internal and external DNS zones so that outside queries only reveal records for publicly accessible hosts, preventing enumeration of internal network topology.

Technical Integration of Enterprise Components

Question

The security team for Company XYZ has determined that someone from outside the organization has obtained sensitive information about the internal organization by querying the external DNS server of the company. The security manager is tasked with making sure this problem does not occur in the future. How would the security manager address this problem?

Options

  • AImplement a split DNS, only allowing the external DNS server to contain information about
  • BImplement a split DNS, only allowing the external DNS server to contain information about
  • CImplement a split DNS, only allowing the external DNS server to contain information about
  • DImplement a split DNS, only allowing the internal DNS server to contain information about

How the community answered

(35 responses)
  • A
    83% (29)
  • B
    3% (1)
  • C
    3% (1)
  • D
    11% (4)

Why each option

Split DNS separates internal and external DNS zones so that outside queries only reveal records for publicly accessible hosts, preventing enumeration of internal network topology.

AImplement a split DNS, only allowing the external DNS server to contain information aboutCorrect

Implementing split DNS where the external DNS server contains only records for publicly facing hosts ensures that external parties cannot query and map internal hostnames, IP addresses, or services. The internal DNS zone retains full records for internal resolution, while the external zone is scoped to only what is necessary for outside access. This directly closes the reconnaissance vector described in the scenario.

BImplement a split DNS, only allowing the external DNS server to contain information about

This choice continues exposing more information than necessary on the external DNS server, failing to resolve the information leakage problem the security manager was tasked to fix.

CImplement a split DNS, only allowing the external DNS server to contain information about

Restricting only the internal DNS server does not address the root cause, since it is the external DNS server being queried by outsiders that is leaking sensitive organizational data.

DImplement a split DNS, only allowing the internal DNS server to contain information about

Placing information only on the internal DNS server without also limiting the external DNS server to public records leaves the external server able to expose sensitive details to outside queries.

Concept tested: Split DNS configuration to prevent external information leakage

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

Topics

#split DNS#DNS security#information disclosure#external DNS

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice