| name | T1542_pre-os-boot |
| description | Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1542","defense-evasion","persistence","linux","network-devices","windows","macos"] |
| technique_id | T1542 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion","persistence"] |
| platforms | ["Linux","Network Devices","Windows","macOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1542 |
| tech_stack | ["linux","network devices","windows","macos"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1542.001","T1542.002","T1542.003","T1542.004","T1542.005"] |
| prerequisites | [] |
| severity_boost | {"T1542.001":"Chain with T1542.001 for deeper attack path","T1542.002":"Chain with T1542.002 for deeper attack path","T1542.003":"Chain with T1542.003 for deeper attack path"} |
T1542 Pre-OS Boot
High-Level Description
Adversaries may abuse Pre-OS Boot mechanisms as a way to establish persistence on a system. During the booting process of a computer, firmware and various startup services are loaded before the operating system. These programs control flow of execution before the operating system takes control.
Adversaries may overwrite data in boot drivers or firmware such as BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) to persist on systems at a layer below the operating system. This can be particularly difficult to detect as malware at this level will not be detected by host software-based defenses.
Kill Chain Phase
- Defense Evasion (TA0005)
- Persistence (TA0003)
Platforms: Linux, Network Devices, Windows, macOS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Pre-OS Boot by examining the target platforms (Linux, Network Devices, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1542 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1035 Limit Access to Resource Over Network
Prevent access to file shares, remote access to systems, unnecessary services. Mechanisms to limit access may include use of network concentrators, RDP gateways, etc.
M1047 Audit