A security engineer is establishing hardware hardening controls for smart grid embedded devices deployed in physically accessible remote locations. Which of the following hardware-level controls will protect device integrity and prevent unauthorized boot-level tampering? (Select TWO.)
- Implementation of Secure Boot backed by a hardware Root of Trust to verify bootloader cryptographic signaturesCevap
- Deployment of eFuse technology to permanently lock bootloader settings and disable sensitive hardware debug interfacesCevap
- CApplying network firewall filtering rules on upstream routers to block low-level software buffer overflow exploits
- DConfiguring asymmetric RSA algorithms for continuous, high-speed bulk encryption of sensor memory telemetry
Cevap
The correct controls are implementing Secure Boot backed by a hardware Root of Trust and deploying eFuse technology to permanently lock bootloader settings and debug interfaces.
Establishing a hardware Root of Trust for Secure Boot ensures that the system checks cryptographic signatures before running any firmware or boot code. Complementing this with eFuse technology provides a permanent, hardware-enforced lockdown of configuration parameters and debugging interfaces that cannot be reverted through software.
Adım Adım Çözüm
Anahtar Kavram
Hardware-rooted security mechanisms, such as Secure Boot with a Root of Trust and eFuse lockdown, protect device integrity by ensuring only authenticated firmware executes.