Skip to content

M1046 Boot Integrity

Boot Integrity ensures that a system starts securely by verifying the integrity of its boot process, operating system, and associated components. This mitigation focuses on leveraging secure boot mechanisms, hardware-rooted trust, and runtime integrity checks to prevent tampering during the boot sequence. It is designed to thwart adversaries attempting to modify system firmware, bootloaders, or critical OS components. This mitigation can be implemented through the following measures:

Implementation of Secure Boot:

  • Implementation: Enable UEFI Secure Boot on all systems and configure it to allow only signed bootloaders and operating systems.
  • Use Case: An adversary attempts to replace the system’s bootloader with a malicious version to gain persistence. Secure Boot prevents the untrusted bootloader from executing, halting the attack.

Utilization of TPMs:

  • Implementation: Configure systems to use TPM-based attestation for boot integrity, ensuring that any modification to the firmware, bootloader, or OS is detected.
  • Use Case: A compromised firmware component alters the boot sequence. The TPM detects the change and triggers an alert, allowing the organization to respond before further damage.

Enable Bootloader Passwords:

  • Implementation: Protect BIOS/UEFI settings with a strong password and limit physical access to devices.
  • Use Case: An attacker with physical access attempts to disable Secure Boot or modify the boot sequence. The password prevents unauthorized changes.

Runtime Integrity Monitoring:

  • Implementation: Deploy solutions to verify the integrity of critical files and processes after boot.
  • Use Case: A malware infection modifies kernel modules post-boot. Runtime integrity monitoring detects the modification and prevents the malicious module from loading.
Item Value
ID M1046
Version 1.1
Created 11 June 2019
Last Modified 10 December 2024
Navigation Layer View In ATT&CK® Navigator

Techniques Addressed by Mitigation

Domain ID Name Use
enterprise T1495 Firmware Corruption Check the integrity of the existing BIOS and device firmware to determine if it is vulnerable to modification.
enterprise T1601 Modify System Image Some vendors of embedded network devices provide cryptographic signing to ensure the integrity of operating system images at boot time. Implement where available, following vendor guidelines. 5
enterprise T1601.001 Patch System Image Some vendors of embedded network devices provide cryptographic signing to ensure the integrity of operating system images at boot time. Implement where available, following vendor guidelines. 5
enterprise T1601.002 Downgrade System Image Some vendors of embedded network devices provide cryptographic signing to ensure the integrity of operating system images at boot time. Implement where available, following vendor guidelines. 5
enterprise T1542 Pre-OS Boot Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised. Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification. 1 4
enterprise T1542.001 System Firmware Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification. Use Trusted Platform Module technology. 1 Move system’s root of trust to hardware to prevent tampering with the SPI flash memory.2 Technologies such as Intel Boot Guard can assist with this. 3
enterprise T1542.003 Bootkit Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised.14
enterprise T1542.004 ROMMONkit Enable secure boot features to validate the digital signature of the boot environment and system image using a special purpose hardware device. If the validation check fails, the device will fail to boot preventing loading of unauthorized software. 5
enterprise T1542.005 TFTP Boot Enable secure boot features to validate the digital signature of the boot environment and system image using a special purpose hardware device. If the validation check fails, the device will fail to boot preventing loading of unauthorized software. 5
enterprise T1505 Server Software Component Enabling secure boot allows validation of software and drivers during initial system boot.
enterprise T1505.006 vSphere Installation Bundles Enabling secure boot allows ESXi to validate software and drivers during initial system boot.7
enterprise T1553 Subvert Trust Controls -
enterprise T1553.006 Code Signing Policy Modification Use of Secure Boot may prevent some implementations of modification to code signing policies.6
enterprise T1195 Supply Chain Compromise Use secure methods to boot a system and verify the integrity of the operating system and loading mechanisms.
enterprise T1195.003 Compromise Hardware Supply Chain Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised. Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification. 1 4

References