A security analyst is designing a network structure to support a virtual server that is running an unsupported operating system The unsupported operating system contains PII and is business critical. Given the following information: β’ The PII server name is legacy-box, and the machine IP is 192.168.1.100. β’ The jump-box server name is jump-box with an IP of 192.168.1.10 β’ The IP address scheme for the corporate network is 192.168.1.0/24 The machines with the following IP addresses need access β’ 192.168.1.3 β’ 192.168.1.4 Which of the following actions should the analyst do to best secure the PII server?
- AConfigure jump-box and legacy-box with dual NICs, giving them both virtual network and corporate network IP addresses
- BModify host firewall rules and routes on legacy-box to permit only 192.168.1.3 and 192.168.1.4 to RDP
- CSet up host firewall rules and routes on jump-box to permit only 192.168.1.3 and 192.168.1.4 to RDP
- DImplement host firewall rules and routes on legacy-box to permit only 192.168.1.0/24 to RDP and deny everything else (correct answer)
Reveal answer & explanationHide answer
The correct answer is D. Option D: Implement host firewall rules and routes on legacy-box to permit only 192.168.1.0/24 to RDP and deny everything else
Explanation
A firewall enforces traffic policy by permitting or blocking connections based on configured rules. This option keeps traffic private / properly secured as required.




