A healthcare organization is refactoring its data architecture to secure sensitive patient diagnostic records stored on a Network Attached Storage (NAS) array. The security requirements dictate that data must be encrypted at rest, key lifecycle operations must be centrally managed and audited, and storage administrators must not have direct access to root cryptographic keys or store them on the local NAS hardware. Which of the following data protection solutions best fulfills these architectural requirements?
- Integrate the NAS array with a centralized Key Management Interoperability Protocol (KMIP) server backed by a Hardware Security Module (HSM).Answer
- BEncrypt the bulk NAS storage volumes using asymmetric RSA keys generated and stored locally on each NAS controller.
- CImplement stateful network firewall controls and VLAN microsegmentation between the database hosts and the NAS array.
- DApply Hash-based Message Authentication Codes (HMAC) across all NAS file system blocks.
Answer
Integrate the NAS array with a centralized Key Management Interoperability Protocol (KMIP) server backed by a Hardware Security Module (HSM).
Integrating a storage array with a Key Management Interoperability Protocol (KMIP) server backed by a Hardware Security Module (HSM) ensures bulk data at rest is encrypted using symmetric keys managed through a standardized enterprise protocol. The HSM provides dedicated, tamper-resistant hardware to generate, store, and audit root keys independently of the NAS array and administrators.
Step-by-Step Solution
Key Concept
Centralized Storage Key Management and HSM Integration