An aerospace security architecture team is designing a satellite communications (SATCOM) avionics gateway for autonomous aircraft. The gateway will operate in environments susceptible to physical interception, probe attacks, and firmware tampering. To meet stringent safety standards, the hardware must establish an immutable boot verification chain and prevent physical extraction of secret keys stored in memory. Which TWO of the following hardware security controls should the team implement to satisfy these architecture requirements? (Select TWO)
- Integrating a hardware Root of Trust (RoT) backed by a Trusted Platform Module (TPM) to validate cryptographic measurements during every stage of the boot sequence.Answer
- Leveraging Physically Unclonable Functions (PUFs) to dynamically derive cryptographic keys from silicon micro-structure variations rather than storing static key material in non-volatile memory.Answer
- CConfiguring kernel-level Mandatory Access Control (MAC) policies within the operating system to prevent unauthorized processes from modifying system binaries.
- DDeploying an inline hardware Intrusion Prevention System (IPS) module on the internal communication bus to filter malicious memory packets.
Answer
The correct controls to implement are integrating a hardware Root of Trust backed by a Trusted Platform Module (TPM) for boot validation and leveraging Physically Unclonable Functions (PUFs) for tamper-resistant key generation.
Establishing a hardware Root of Trust (RoT) using a cryptoprocessor such as a Trusted Platform Module (TPM) ensures that every stage of boot firmware is verified against cryptographically secure measurement hashes before execution. Furthermore, Physically Unclonable Functions (PUFs) leverage unique semiconductor manufacturing variations to generate cryptographic keys dynamically, preventing attackers from physically extracting static keys from non-volatile memory via chip decapsulation or microprobing.
Step-by-Step Solution
Key Concept
Hardware Root of Trust & Silicon-Level Key Protection
Estimated Time:2m 0s