CAS-002 · Question #346
An IT administrator has been tasked with implementing an appliance-based web proxy server to control external content accessed by internal staff. Concerned with the threat of corporate data leakage…
The correct answer is B. HSM. An HSM (Hardware Security Module) is purpose-built to protect cryptographic keys and certificates used in SSL/TLS inspection by storing them in tamper-resistant hardware.
Question
An IT administrator has been tasked with implementing an appliance-based web proxy server to control external content accessed by internal staff. Concerned with the threat of corporate data leakage via web-based email, the IT administrator wants to decrypt all outbound HTTPS sessions and pass the decrypted content to an ICAP server for inspection by the corporate DLP software. Which of the following is BEST at protecting the internal certificates used in the decryption process?
Options
- ANIPS
- BHSM
- CUTM
- DHIDS
- EWAF
- FSIEM
How the community answered
(25 responses)- A8% (2)
- B76% (19)
- C4% (1)
- E12% (3)
Why each option
An HSM (Hardware Security Module) is purpose-built to protect cryptographic keys and certificates used in SSL/TLS inspection by storing them in tamper-resistant hardware.
A NIPS detects and blocks malicious network traffic but has no capability to protect the cryptographic keys or certificates stored on the proxy appliance.
An HSM is a dedicated hardware appliance that securely generates, stores, and manages cryptographic keys and certificates in a tamper-resistant environment, preventing extraction even if the surrounding system is compromised. It is the industry standard for protecting the private keys a web proxy uses to perform SSL/TLS decryption and re-encryption during HTTPS inspection. Without an HSM, those keys are vulnerable to theft from memory or disk, which would allow an attacker to decrypt all intercepted sessions.
A UTM consolidates multiple security functions into one appliance but does not provide specialized tamper-resistant storage for cryptographic material.
A HIDS monitors a host system for unauthorized changes or intrusions but does not protect private keys from being extracted by a privileged attacker.
A WAF inspects and filters HTTP/HTTPS traffic targeting web applications but provides no mechanism for securing certificate private keys on a proxy device.
A SIEM aggregates and correlates security event logs for analysis but plays no role in protecting cryptographic keys used by a proxy.
Concept tested: HSM protection of SSL inspection certificate keys
Source: https://csrc.nist.gov/publications/detail/fips/140/3/final
Topics
Community Discussion
No community discussion yet for this question.