CISSP · Question #572
A security architect is responsible for the protection of a new home banking system. Which of the following solutions can BEST improve the confidentiality and integrity of this external system?
The correct answer is C. One-time Password (OTP) token. A One-time Password (OTP) token best improves both confidentiality and integrity of a home banking system by providing strong authentication that prevents unauthorized access to sensitive financial data.
Question
A security architect is responsible for the protection of a new home banking system. Which of the following solutions can BEST improve the confidentiality and integrity of this external system?
Options
- AIntrusion Prevention System (IPS)
- BDenial of Service (DoS) protection solution
- COne-time Password (OTP) token
- DWeb Application Firewall (WAF)
How the community answered
(57 responses)- A4% (2)
- B7% (4)
- C77% (44)
- D12% (7)
Why each option
A One-time Password (OTP) token best improves both confidentiality and integrity of a home banking system by providing strong authentication that prevents unauthorized access to sensitive financial data.
An IPS primarily focuses on detecting and blocking network-level attacks and intrusions, but it does not directly address user authentication or ensure confidentiality and integrity of the application data at the user level.
A DoS protection solution focuses on maintaining availability of the system by mitigating volumetric and application-layer denial-of-service attacks, but it does not address confidentiality or integrity.
An OTP token provides strong two-factor authentication, ensuring that only authorized users can access the banking system, which directly protects both confidentiality (preventing unauthorized viewing of account data) and integrity (preventing unauthorized modifications to transactions). OTPs are single-use and time-limited, making them resistant to replay attacks and credential theft. For an external-facing banking system, strong authentication is the most fundamental control to protect both confidentiality and integrity simultaneously.
A WAF protects against web application attacks such as SQL injection and cross-site scripting, primarily addressing integrity and availability, but it does not comprehensively address confidentiality through user authentication the way an OTP token does.
Concept tested: Authentication controls for external-facing banking systems
Source: https://csrc.nist.gov/publications/detail/sp/800-63b/final
Topics
Community Discussion
No community discussion yet for this question.