During a physical security assessment of an organization's remote branch offices, security auditors discover that unauthorized individuals could gain brief physical access to server hardware hosting edge compute workloads. The audit highlights a critical risk: an attacker with local physical access could reboot the system, modify kernel boot parameters, and force the operating system to load compromised drivers that disable host security software prior to OS initialization. Which of the following enterprise hardening strategies is the MOST effective technical mitigation to prevent this unauthorized pre-boot tampering?
- Enable UEFI Secure Boot paired with Measured Boot using a Hardware Root of Trust (TPM) to enforce signature verification and boot chain integrity validation.Cevap
- BImplement continuous network microsegmentation and IPsec tunnel encapsulation for all traffic originating from branch office server nodes.
- CDeploy an inline Web Application Firewall (WAF) to inspect all inbound traffic destined for local administration APIs running on the edge server.
- DConfigure high-interaction honeypots on adjacent local subnet segments to detect and log physical network reconnaissance.
Cevap
Enabling UEFI Secure Boot paired with Measured Boot using a Hardware Root of Trust (TPM) to enforce signature verification and boot chain integrity validation.
The correct answer emphasizes UEFI Secure Boot along with Measured Boot and TPM verification. This establishes a trusted boot chain where each stage validates the cryptographic signature of the subsequent stage (firmware -> bootloader -> kernel -> boot-start drivers). If a bootloader parameter or driver has been tampered with by a local attacker, the digital signature check fails and the system refuses to boot the unverified code, effectively preventing early-stage driver suppression.
Adım Adım Çözüm
Anahtar Kavram
Hardware Root of Trust, UEFI Secure Boot, and Measured Boot in Enterprise Host Hardening
Tahmini Süre:2m 0s