A security engineer is designing a secure storage architecture for an enterprise financial organization migrating sensitive customer records to a public cloud object storage environment. To meet compliance standards and protect data at rest against unauthorized cloud administrator access and physical disk theft, which of the following controls should the engineer implement? (Select TWO).
- Client-side bulk data encryption using symmetric AES-256 with key management integrated into a dedicated Hardware Security Module (HSM)Answer
- Storage-integrated Data Loss Prevention (DLP) policies paired with automated data classification tagsAnswer
- CAsymmetric RSA-4096 block-level encryption for high-throughput bulk database volume storage
- DStandalone SHA-256 cryptographic file hashing to establish non-repudiation against internal data deletion
- EInline Web Application Firewall (WAF) filtering configured as a corrective security control to repair corrupted storage sectors
Answer
The correct controls to implement are client-side bulk data encryption using symmetric AES-256 with HSM key management, and storage-integrated Data Loss Prevention (DLP) policies paired with automated data classification tags.
Client-side symmetric encryption (AES-256) backed by an HSM ensures high-speed bulk data protection and complete customer key ownership before data reaches public cloud storage. Storage-integrated DLP with automated classification enforces content-aware authorization and exfiltration monitoring across the storage repository.
Step-by-Step Solution
Key Concept
Data Protection and Storage Security Architecture