| name | T1542.004_rommonkit |
| description | Adversaries may abuse the ROM Monitor (ROMMON) by loading an unauthorized firmware with adversary code to provide persistent access and manipulate device behavior that is difficult to detect. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1542.004","defense-evasion","persistence","network-devices","sub-technique"] |
| technique_id | T1542.004 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion","persistence"] |
| platforms | ["Network Devices"] |
| mitre_url | https://attack.mitre.org/techniques/T1542/004 |
| tech_stack | ["network devices"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1542","T1542.001","T1542.002","T1542.003","T1542.005"] |
| prerequisites | ["T1542"] |
| severity_boost | {"T1542":"Chain with T1542 for deeper attack path","T1542.001":"Chain with T1542.001 for deeper attack path","T1542.002":"Chain with T1542.002 for deeper attack path"} |
T1542.004 ROMMONkit
Sub-technique of: T1542
High-Level Description
Adversaries may abuse the ROM Monitor (ROMMON) by loading an unauthorized firmware with adversary code to provide persistent access and manipulate device behavior that is difficult to detect.
ROMMON is a Cisco network device firmware that functions as a boot loader, boot image, or boot helper to initialize hardware and software when the platform is powered on or reset. Similar to TFTP Boot, an adversary may upgrade the ROMMON image locally or remotely (for example, through TFTP) with adversary code and restart the device in order to overwrite the existing ROMMON image. This provides adversaries with the means to update the ROMMON to gain persistence on a system in a way that may be difficult to detect.
Kill Chain Phase
- Defense Evasion (TA0005)
- Persistence (TA0003)
Platforms: Network Devices
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to ROMMONkit by examining the target platforms (Network Devices).
-
Assess Existing Defenses: Review whether mitigations for T1542.004 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
M1046 Boot Integrity
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.
M1047 Audit
Periodically check the integrity of system image to ensure it has not been modified.