CAS-001 · Question #163
A financial company implements end-to-end encryption via SSL in the DMZ, and only IPSec in transport mode with AH enabled and ESP disabled throughout the internal network. The company has hired a…
The correct answer is A. Switch to TLS in the DMZ. Implement NIPS on the internal network, and HIPS on the DMZ. Because the DMZ uses end-to-end SSL/TLS encryption, a NIPS cannot inspect encrypted payloads there and HIPS is required; the internal network uses AH-only IPSec with no encryption, so NIPS can inspect traffic freely.
Question
A financial company implements end-to-end encryption via SSL in the DMZ, and only IPSec in transport mode with AH enabled and ESP disabled throughout the internal network. The company has hired a security consultant to analyze the network infrastructure and provide a solution for intrusion prevention. Which of the following recommendations should the consultant provide to the security administrator?
Options
- ASwitch to TLS in the DMZ. Implement NIPS on the internal network, and HIPS on the DMZ.
- BSwitch IPSec to tunnel mode. Implement HIPS on the internal network, and NIPS on the DMZ.
- CDisable AH. Enable ESP on the internal network, and use NIPS on both networks.
- DEnable ESP on the internal network, and place NIPS on both networks.
How the community answered
(41 responses)- A68% (28)
- B5% (2)
- C10% (4)
- D17% (7)
Why each option
Because the DMZ uses end-to-end SSL/TLS encryption, a NIPS cannot inspect encrypted payloads there and HIPS is required; the internal network uses AH-only IPSec with no encryption, so NIPS can inspect traffic freely.
Upgrading SSL to TLS addresses a known protocol weakness in the DMZ. Because the DMZ traffic is encrypted end-to-end, a NIPS cannot inspect packet payloads, so HIPS - which operates at the host level before or after encryption - is the appropriate IPS choice there. The internal network uses IPSec transport mode with AH only and no ESP, meaning the payload is unencrypted and fully visible to a NIPS.
Placing NIPS in the DMZ is ineffective because SSL/TLS encryption prevents the NIPS from inspecting payloads, and switching IPSec to tunnel mode does not address the core IPS placement problem.
Disabling AH removes authentication and integrity protection from the internal network, and enabling ESP would encrypt internal traffic, making NIPS unable to inspect payloads on either segment.
Enabling ESP on the internal network would encrypt the payload and prevent NIPS from inspecting internal traffic, while NIPS in the DMZ still cannot inspect TLS-encrypted payloads.
Concept tested: NIPS vs HIPS placement with encrypted traffic
Source: https://csrc.nist.gov/publications/detail/sp/800-94/final
Topics
Community Discussion
No community discussion yet for this question.