CISSP · Question #844
Which of the following BEST avoids data reminisce disclosure for cloud hosted resources?
The correct answer is B. Strong encryption and deletion of the virtual host after data is deleted. Data remanence in cloud environments refers to residual data that persists after deletion. For cloud-hosted (typically virtualized) resources, destroying the virtual host ensures the underlying storage is fully deprovisioned and inaccessible.
Question
Which of the following BEST avoids data reminisce disclosure for cloud hosted resources?
Options
- AStrong encryption and deletion of the keys after data is deleted.
- BStrong encryption and deletion of the virtual host after data is deleted.
- CSoftware based encryption with two factor authentication.
- DHardware based encryption on dedicated physical servers.
How the community answered
(32 responses)- A16% (5)
- B72% (23)
- C6% (2)
- D6% (2)
Why each option
Data remanence in cloud environments refers to residual data that persists after deletion. For cloud-hosted (typically virtualized) resources, destroying the virtual host ensures the underlying storage is fully deprovisioned and inaccessible.
Deleting only the encryption keys leaves the encrypted data still present on the underlying storage media, meaning a sufficiently motivated adversary with access to the raw storage could potentially recover ciphertext and wait for cryptanalytic advances, and the virtual disk or storage volume itself is not deprovisioned.
In cloud environments, data resides on virtual hosts whose underlying physical storage may retain residual data after logical deletion. Combining strong encryption with deletion of the entire virtual host (including its associated virtual disks and storage volumes) ensures that any remnant data is both unreadable and physically deprovisioned, eliminating remanence risk. This approach addresses the cloud-specific challenge where you do not control the physical media, making virtual host destruction the most complete remediation.
Software-based encryption with two-factor authentication addresses access control and data-in-use protection but does not specifically address data remanence, as residual data can still persist on storage media after deletion regardless of the authentication mechanism used.
Hardware-based encryption on dedicated physical servers applies to on-premises or bare-metal deployments and is not applicable to cloud-hosted (virtualized, multi-tenant) resources; it also does not address the remanence problem inherent to shared or virtualized cloud storage environments.
Concept tested: Data remanence mitigation for cloud-hosted virtual resources
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/data-encryption-best-practices
Topics
Community Discussion
No community discussion yet for this question.