An electrical utility provider is deploying smart grid field concentrator units to unmonitored outdoor locations. The units will transmit sensitive metering telemetry and must be protected against physical tampering, unauthorized firmware manipulation, and key extraction. Which of the following hardware security controls should the security architect require for these embedded devices? (Select TWO).
- Implementation of a hardware Root of Trust combined with a Trusted Platform Module (TPM) to perform measured boot and secure cryptographic keys.Cevap
- Integration of physical tamper detection sensors connected to active zeroization circuits to purge sensitive key material if the chassis is compromised.Cevap
- CStorage of master symmetric encryption keys in unencrypted onboard flash memory to optimize key retrieval speed during transmission.
- DConfiguration of host-based stateful packet inspection firewalls in software to prevent physical side-channel voltage probing attacks.
Cevap
The device security architecture must incorporate a hardware Root of Trust with a TPM for measured boot integrity, along with physical tamper detection sensors linked to zeroization circuits to clear cryptographic key material upon physical intrusion.
Establishing a hardware Root of Trust with a TPM guarantees firmware integrity through measured boot and protects cryptographic keys within dedicated secure hardware. Combining this with physical tamper detection and zeroization ensures that physical intrusion results in the immediate destruction of sensitive key material, effectively mitigating both software manipulation and physical extraction risks.
Adım Adım Çözüm
Anahtar Kavram
Hardware Root of Trust, TPM measured boot, and physical tamper zeroization mechanisms in embedded hardware security.