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.
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)- A83% (29)
- B3% (1)
- C3% (1)
- D11% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.