Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are exa...
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 39% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 19% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -16% | 0% |
> Sub-technique of: T1542
Adversaries may modify system firmware to persist on systems.The BIOS (Basic Input/Output System) and The Unified Extensible Firmware Interface (UEFI) or Extensible Firmware Interface (EFI) are examples of system firmware that operate as the software interface between the operating system and hardware of a computer.
System firmware like BIOS and (U)EFI underly the functionality of a computer and may be modified by an adversary to perform or assist in malicious activity. Capabilities exist to overwrite the system firmware, which may give sophisticated adversaries a means to install malicious firmware updates as a means of persistence on a system that may be difficult to detect.
Platforms: Windows, Network Devices
The following tests are from Atomic Red Team and provide actionable ways to test this technique:
Creates Wpbbin.exe in %systemroot%. This technique can be used for UEFI-based pre-OS boot persistence mechanisms.
Supported Platforms: windows Elevation Required: Yes
powershellecho "Creating %systemroot%\wpbbin.exe" New-Item -ItemType File -Path "$env:SystemRoot\System32\wpbbin.exe"
If Atomic Red Team tests are not applicable, manually verify the technique by:
Check the integrity of the existing BIOS or EFI to determine if it is vulnerable to modification. Use Trusted Platform Module technology. Move system's root of trust to hardware to prevent tampering with the SPI flash memory. Technologies such as Intel Boot Guard can assist with this.
Patch the BIOS and EFI as necessary.
Prevent adversary access to privileged accounts or access necessary to perform this technique.
| Finding | Severity | Impact | | ------------------------------------ | -------- | ----------- | | System Firmware technique applicable | Low | Persistence |
| CWE ID | Title | | ------- | ----------------------------- | | CWE-276 | Incorrect Default Permissions |
Other measured skills in the registry, with their headline benchmark lift.