| name | T1561_disk-wipe |
| description | Adversaries may wipe or corrupt raw disk data on specific systems or in large numbers in a network to interrupt availability to system and network resources. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1561","impact","linux","macos","windows","network-devices"] |
| technique_id | T1561 |
| tactic | impact |
| all_tactics | ["impact"] |
| platforms | ["Linux","macOS","Windows","Network Devices"] |
| mitre_url | https://attack.mitre.org/techniques/T1561 |
| tech_stack | ["linux","macos","windows","network devices"] |
| cwe_ids | ["CWE-400"] |
| chains_with | ["T1561.001","T1561.002"] |
| prerequisites | [] |
| severity_boost | {"T1561.001":"Chain with T1561.001 for deeper attack path","T1561.002":"Chain with T1561.002 for deeper attack path"} |
T1561 Disk Wipe
High-Level Description
Adversaries may wipe or corrupt raw disk data on specific systems or in large numbers in a network to interrupt availability to system and network resources. With direct write access to a disk, adversaries may attempt to overwrite portions of disk data. Adversaries may opt to wipe arbitrary portions of disk data and/or wipe disk structures like the master boot record (MBR). A complete wipe of all disk sectors may be attempted.
To maximize impact on the target organization in operations where network-wide availability interruption is the goal, malware used for wiping disks may have worm-like features to propagate across a network by leveraging additional techniques like Valid Accounts, OS Credential Dumping, and SMB/Windows Admin Shares.
On network devices, adversaries may wipe configuration files and other data from the device using Network Device CLI commands such as erase.
Kill Chain Phase
Platforms: Linux, macOS, Windows, Network Devices
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Disk Wipe by examining the target platforms (Linux, macOS, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1561 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
M1053 Data Backup