CCSK · Question #51
What is the best way to ensure that all data has been removed from a public cloud environment including all media such as back-up tapes?
The correct answer is E. Both B and D. Cryptographic erasure via customer-managed key revocation ensures that all encrypted data, including backup media held by the provider, becomes permanently unreadable regardless of where copies exist.
Question
What is the best way to ensure that all data has been removed from a public cloud environment including all media such as back-up tapes?
Options
- AAllowing the cloud provider to manage your keys so that they have the ability to access and delete
- BMaintaining customer managed key management and revoking or deleting keys from the key
- CPractice Integration of Duties (IOD) so that everyone is able to delete the encrypted data.
- DKeep the keys stored on the client side so that they are secure and so that the users have the
- EBoth B and D.
How the community answered
(28 responses)- A7% (2)
- B14% (4)
- C4% (1)
- E75% (21)
Why each option
Cryptographic erasure via customer-managed key revocation ensures that all encrypted data, including backup media held by the provider, becomes permanently unreadable regardless of where copies exist.
Allowing the cloud provider to manage keys grants the CSP independent access to plaintext data and creates dependency on the provider's willingness to delete, undermining the customer's control.
Integration of Duties (IOD) is not a recognized security principle, and granting all users deletion rights is the opposite of least-privilege access control, increasing the risk of accidental or malicious data loss.
When customers manage their own encryption keys and revoke or delete those keys (B), all encrypted data - including residual copies on backup tapes held by the cloud provider - becomes permanently inaccessible because no entity retains the ability to decrypt it. Keeping keys stored on the client side (D) ensures the CSP never independently holds plaintext access, preventing unauthorized retrieval. Together, these two controls implement cryptographic erasure, which NIST SP 800-88 recognizes as the appropriate sanitization method when physical media destruction is not possible.
Concept tested: Cryptographic erasure via customer-managed key revocation
Source: https://csrc.nist.gov/publications/detail/sp/800-88/rev-1/final
Topics
Community Discussion
No community discussion yet for this question.