| name | T1601_modify-system-image |
| description | Adversaries may make changes to the operating system of embedded network devices to weaken defenses and provide new capabilities for themselves. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1601","defense-evasion","network-devices"] |
| technique_id | T1601 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion"] |
| platforms | ["Network Devices"] |
| mitre_url | https://attack.mitre.org/techniques/T1601 |
| tech_stack | ["network devices"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1601.001","T1601.002"] |
| prerequisites | [] |
| severity_boost | {"T1601.001":"Chain with T1601.001 for deeper attack path","T1601.002":"Chain with T1601.002 for deeper attack path"} |
T1601 Modify System Image
High-Level Description
Adversaries may make changes to the operating system of embedded network devices to weaken defenses and provide new capabilities for themselves. On such devices, the operating systems are typically monolithic and most of the device functionality and capabilities are contained within a single file.
To change the operating system, the adversary typically only needs to affect this one file, replacing or modifying it. This can either be done live in memory during system runtime for immediate effect, or in storage to implement the change on the next boot of the network device.
Kill Chain Phase
Platforms: Network Devices
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Modify System Image by examining the target platforms (Network Devices).
-
Assess Existing Defenses: Review whether mitigations for T1601 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
M1032 Multi-factor Authentication
Use multi-factor authentication for user and privileged accounts. Most embedded network devices support TACACS+ and/or RADIUS. Follow vendor prescribed best practices for hardening access control.
M1027 Password Policies
Refer to NIST guidelines when creating password policies.
M1043 Credential Access Protection
Some embedded network devices are capable of storing passwords for local accounts in either plain-text or encrypted formats. Ensure that, where available, local passwords are always encrypted, per vendor recommendations.