nerdexam
CSA

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.

Cloud Data Security

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)
  • A
    7% (2)
  • B
    14% (4)
  • C
    4% (1)
  • E
    75% (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.

AAllowing the cloud provider to manage your keys so that they have the ability to access and delete

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.

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.

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.

DKeep the keys stored on the client side so that they are secure and so that the users have the
EBoth B and D.Correct

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

#data deletion#key management#crypto-shredding#cloud data removal

Community Discussion

No community discussion yet for this question.

Full CCSK Practice