A security architect is designing a cloud backup and object storage architecture to safeguard critical corporate records against unauthorized data exfiltration and ransomware tampering. The design must guarantee data confidentiality at rest while preventing stored backup snapshots from being modified or deleted even if administrative credentials are compromised. Which TWO of the following technical controls should the architect incorporate into the storage design to satisfy these requirements? (Select TWO).
- Enforce AES-256 symmetric encryption managed through a dedicated key management service for bulk storage encryption.Answer
- Configure Write Once, Read Many (WORM) storage policies with object retention locks on backup buckets.Answer
- CUtilize RSA-4096 asymmetric key pairs as the primary mechanism to encrypt block storage volumes for high-speed read/write operations.
- DApply SHA-256 cryptographic hashing to raw files to enforce data confidentiality across stored backup archives.
- EDeploy inline network intrusion prevention systems (IPS) to execute automated file encryption on local host directory trees.
- FClassify storage immutability rules as detective security controls aimed at logging unauthorized access attempts post-incident.
Answer
The architect should enforce AES-256 symmetric encryption managed via a key management service to ensure data confidentiality at rest, and configure Write Once, Read Many (WORM) storage policies with retention locks to ensure data immutability against deletion.
To satisfy both requirements, the organization needs a robust encryption mechanism for confidentiality at rest and an immutable storage policy for anti-deletion resilience. AES-256 symmetric encryption provides high-speed bulk storage encryption suitable for large backup volumes. Write Once, Read Many (WORM) storage policies enforce object immutability, prohibiting data overwrite or deletion even if administrative credentials are compromised.
Step-by-Step Solution
Key Concept
Data Protection and Storage Security Architecture