PROFESSIONAL-CLOUD-SECURITY-ENGINEER · Question #246
Your organization wants to protect all workloads that run on Compute Engine VM to ensure that the instances weren't compromised by boot-level or kernel-level malware. Also, you need to ensure that…
The correct answer is C. 1. Use Google Shielded VM including secure boot, Virtual Trusted Platform Module (vTPM), and. To protect Compute Engine VMs from boot/kernel-level malware and prevent data-in-use from being read by the host, you should combine Google Shielded VM with Confidential VM.
Question
Options
- A
- Use Google Shielded VM including secure boot, Virtual Trusted Platform Module (vTPM), and
- B
- Activate Virtual Machine Threat Detection in Security Command Center (SCC) Premium.
- C
- Use Google Shielded VM including secure boot, Virtual Trusted Platform Module (vTPM), and
- D
- Use secure hardened images from the Google Cloud Marketplace.
How the community answered
(32 responses)- A16% (5)
- B9% (3)
- C72% (23)
- D3% (1)
Why each option
To protect Compute Engine VMs from boot/kernel-level malware and prevent data-in-use from being read by the host, you should combine Google Shielded VM with Confidential VM.
Using Google Shielded VM addresses boot and kernel-level malware but does not include the hardware-based protection for data in use provided by Confidential VM, which prevents the host from reading the data.
Activating Virtual Machine Threat Detection (VMTD) in Security Command Center (SCC) Premium detects threats but does not proactively prevent boot-level compromise or provide hardware-based protection for data in use from the underlying host.
Google Shielded VM with secure boot and Virtual Trusted Platform Module (vTPM) protects against boot-level and kernel-level malware by verifying the integrity of the boot process and providing a secure identity. Confidential VM, by using hardware-based encryption, ensures that data in use (memory and CPU state) cannot be accessed by the underlying host system, thus meeting both requirements for comprehensive protection.
Using secure hardened images from Google Cloud Marketplace is a good security practice but does not provide the specific boot-level integrity protections of Shielded VM or the hardware-based data-in-use protection of Confidential VM.
Concept tested: Shielded VM and Confidential VM capabilities
Source: https://cloud.google.com/compute/docs/shielded-vm/overview
Topics
Community Discussion
No community discussion yet for this question.