CAS-003 · Question #585
A security architect has designated that a server segment of an enterprise network will require each server to have secure and measured boot capabilities. The architect now wishes to ensure service…
The correct answer is B. Enterprise HSM. An enterprise HSM provides the hardware-backed cryptographic root of trust that anchors TPM attestation key chains, allowing service consumers and peers to cryptographically verify the integrity of hosted services.
Question
A security architect has designated that a server segment of an enterprise network will require each server to have secure and measured boot capabilities. The architect now wishes to ensure service consumers and peers can verify the integrity of hosted services. Which of the following capabilities must the architect consider for enabling the verification?
Options
- ACentralized attestation server
- BEnterprise HSM
- CvTPM
- DSIEM
How the community answered
(22 responses)- A5% (1)
- B68% (15)
- C18% (4)
- D9% (2)
Why each option
An enterprise HSM provides the hardware-backed cryptographic root of trust that anchors TPM attestation key chains, allowing service consumers and peers to cryptographically verify the integrity of hosted services.
A centralized attestation server coordinates attestation workflows in software, but without HSM-backed key storage its signing keys are vulnerable to compromise, undermining the trust chain that verifiers depend on.
In TPM-based remote attestation, boot-measurement values (PCR quotes) must be signed by keys that chain to a trusted root before external verifiers can rely on them. An enterprise HSM stores and protects the root CA signing keys in tamper-resistant hardware, acting as the Privacy CA that certifies TPM Attestation Identity Keys (AIKs). Without an HSM-backed trust anchor, attestation reports cannot be cryptographically validated by consumers or peers, making verification impossible regardless of what the measured boot process recorded.
A vTPM provides TPM measurement capabilities to virtual machines and is a server-side component; it generates measurements but does not supply the external trust anchor needed for remote parties to verify attestation reports.
A SIEM aggregates and correlates security logs for monitoring and alerting, and plays no role in cryptographic attestation or integrity verification.
Concept tested: HSM as root of trust for TPM remote attestation
Source: https://learn.microsoft.com/en-us/azure/attestation/overview
Topics
Community Discussion
No community discussion yet for this question.