| ID | Name |
|---|---|
| T1542.001 | System Firmware |
| T1542.002 | Component Firmware |
| T1542.003 | Bootkit |
| T1542.004 | ROMMONkit |
| T1542.005 | TFTP Boot |
Adversaries may use bootkits to persist on systems. A bootkit is a malware variant that modifies the boot sectors of a hard drive, allowing malicious code to execute before a computer's operating system has loaded. Bootkits reside at a layer below the operating system and may make it difficult to perform full remediation unless an organization suspects one was used and can act accordingly.
In BIOS systems, a bootkit may modify the Master Boot Record (MBR) and/or Volume Boot Record (VBR).[1] The MBR is the section of disk that is first loaded after completing hardware initialization by the BIOS. It is the location of the boot loader. An adversary who has raw access to the boot drive may overwrite this area, diverting execution during startup from the normal boot loader to adversary code.[2]
The MBR passes control of the boot process to the VBR. Similar to the case of MBR, an adversary who has raw access to the boot drive may overwrite the VBR to divert execution during startup to adversary code.
In UEFI (Unified Extensible Firmware Interface) systems, a bootkit may instead create or modify files in the EFI system partition (ESP). The ESP is a partition on data storage used by devices containing UEFI that allows the system to boot the OS and other utilities used by the system. An adversary can use the newly created or patched files in the ESP to run malicious kernel code.[3][4]
| ID | Name | Description |
|---|---|---|
| G0007 | APT28 |
APT28 has deployed a bootkit along with Downdelph to ensure its persistence on the victim. The bootkit shares code with some variants of BlackEnergy.[5] |
| G0096 | APT41 |
APT41 deployed Master Boot Record bootkits on Windows systems to hide their malware and maintain persistence on victim systems.[6] |
| S0114 | BOOTRASH |
BOOTRASH is a Volume Boot Record (VBR) bootkit that uses the VBR to maintain persistence.[1][7][8] |
| S0484 | Carberp |
Carberp has installed a bootkit on the system to maintain persistence.[9] |
| S0182 | FinFisher | |
| G0032 | Lazarus Group |
Lazarus Group malware WhiskeyAlfa-Three modifies sector 0 of the Master Boot Record (MBR) to ensure that the malware will persist even if a victim machine shuts down.[12][13] |
| S0112 | ROCKBOOT |
ROCKBOOT is a Master Boot Record (MBR) bootkit that uses the MBR to establish persistence.[7] |
| S0266 | TrickBot |
TrickBot can implant malicious code into a compromised device's firmware.[14] |
| S0689 | WhisperGate |
WhisperGate overwrites the MBR with a bootloader component that performs destructive wiping operations on hard drives and displays a fake ransom note when the host boots.[15][16][17][18][19] |
| ID | Mitigation | Description |
|---|---|---|
| M1046 | Boot Integrity |
Use Trusted Platform Module technology and a secure or trusted boot process to prevent system integrity from being compromised.[20][21] |
| M1026 | Privileged Account Management |
Ensure proper permissions are in place to help prevent adversary access to privileged accounts necessary to install a bootkit. |
| ID | Name | Analytic ID | Analytic Description |
|---|---|---|---|
| DET0150 | Detection Strategy for File Creation or Modification of Boot Files | AN0428 |
Detection of raw access to physical drives, modification of boot records (MBR/VBR), and suspicious file creation or alteration within the EFI System Partition (ESP). Correlates privileged process execution with low-level disk modification and unexpected driver or firmware interactions. |
| AN0429 |
Detection of suspicious write operations to block devices, modifications of bootloader files (GRUB, initrd, vmlinuz), and unexpected changes within the EFI System Partition. Monitors privileged execution of utilities like dd, grub-install, or efibootmgr that modify boot sectors or loader entries. |