An enterprise organization is mitigating two distinct security concerns regarding its web services: unauthorized tampering of REST API transactional data in transit, and frequent web server unresponsiveness caused by TCP SYN flood attacks. Which TWO of the following security mechanisms directly address the Integrity and Availability pillars of the CIA triad to mitigate these specific issues? (Select TWO)
- Implementation of HMAC (Hash-based Message Authentication Code) validation for API payload transmissionsAnswer
- Deployment of perimeter SYN proxy appliances with automated TCP rate-limiting capabilitiesAnswer
- CEnforcement of AES-256 bit encryption across all backend database storage volumes at rest
- DImplementation of RADIUS authentication for network administrator out-of-band management access
Answer
The correct mechanisms are implementing HMAC validation for API payloads (protecting Integrity against tampering in transit) and deploying SYN proxy appliances with rate-limiting (protecting Availability against SYN flood attacks).
HMAC verification protects payload Integrity by ensuring API transaction data is not modified during transit. Deploying a SYN proxy protects service Availability by absorbing spoofed TCP connection floods, keeping backend services operational.
Step-by-Step Solution
Key Concept
CIA Triad Principles (Integrity and Availability Controls)
Estimated Time:1m 30s