312-50V11 · Question #802
A regional bank hires your company to perform a security assessment on their network after a recent data breach. The attacker was able to steal financial data from the bank by compromising only a sing
The correct answer is A. Place a front-end web server in a demilitarized zone that only handles external web traffic. Because a single compromised server exposed all financial data, the bank lacks proper network segmentation. Placing externally-facing servers in a DMZ isolates them from sensitive internal resources.
Question
A regional bank hires your company to perform a security assessment on their network after a recent data breach. The attacker was able to steal financial data from the bank by compromising only a single server. Based on this information, what should be one of your key recommendations to the bank?
Options
- APlace a front-end web server in a demilitarized zone that only handles external web traffic
- BRequire all employees to change their anti-virus program with a new one
- CMove the financial data to another server on the same IP subnet
- DIssue new certificates to the web servers from the root certificate authority
How the community answered
(34 responses)- A85% (29)
- B9% (3)
- C3% (1)
- D3% (1)
Why each option
Because a single compromised server exposed all financial data, the bank lacks proper network segmentation. Placing externally-facing servers in a DMZ isolates them from sensitive internal resources.
A DMZ (demilitarized zone) is a network segment that separates public-facing servers from the internal network containing sensitive data. By placing the front-end web server in a DMZ, even if an attacker fully compromises it, they cannot directly reach the internal financial database servers without breaching an additional firewall layer. This directly addresses the root cause - a flat network where one compromised host could access all data.
Replacing anti-virus software does not address the architectural weakness of a flat network and would not prevent lateral movement after an initial server compromise.
Moving financial data to another server on the same IP subnet provides no additional isolation, as an attacker who compromised the original server would have the same level of access to any host in the same subnet.
Issuing new certificates addresses transport-layer authentication and encryption but does not segment the network or prevent an attacker from accessing other servers after an initial compromise.
Concept tested: DMZ network segmentation for data breach prevention
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-41r1.pdf
Topics
Community Discussion
No community discussion yet for this question.