An incident response team investigates a workstation that consistently bypasses security controls during boot-up. Low-level forensic examination reveals that malicious code was injected directly into the device's Unified Extensible Firmware Interface (UEFI) storage, allowing the payload to execute before the operating system kernel and Endpoint Detection and Response (EDR) drivers initialize. Which of the following malware classifications best describes this threat?
- BootkitAnswer
- BLogic Bomb
- CTrojan
- DWorm
Answer
Bootkit is correct because it specifically targets pre-boot firmware/storage such as UEFI or MBR to execute before the operating system kernel and security agents load.
The correct option identifying the threat as a bootkit accurately reflects malware that infects system boot environments like the MBR, VBR, or UEFI NVRAM. This allows it to run before the OS kernel and security components load, effectively hiding its presence and maintaining high privilege persistence.
Step-by-Step Solution
Key Concept
Bootkit Malware and Pre-Boot Persistence