| name | T1485_data-destruction |
| description | Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1485","impact","containers","esxi","iaas","linux","macos","windows"] |
| technique_id | T1485 |
| tactic | impact |
| all_tactics | ["impact"] |
| platforms | ["Containers","ESXi","IaaS","Linux","macOS","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1485 |
| tech_stack | ["containers","esxi","cloud","linux","macos","windows"] |
| cwe_ids | ["CWE-400"] |
| chains_with | ["T1485.001"] |
| prerequisites | [] |
| severity_boost | {"T1485.001":"Chain with T1485.001 for deeper attack path"} |
T1485 Data Destruction
High-Level Description
Adversaries may destroy data and files on specific systems or in large numbers on a network to interrupt availability to systems, services, and network resources. Data destruction is likely to render stored data irrecoverable by forensic techniques through overwriting files or data on local and remote drives. Common operating system file deletion commands such as del and rm often only remove pointers to files without wiping the contents of the files themselves, making the files recoverable by proper forensic methodology. This behavior is distinct from Disk Content Wipe and Disk Structure Wipe because individual files are destroyed rather than sections of a storage disk or the disk's logical structure.
Adversaries may attempt to overwrite files and directories with randomly generated data to make it irrecoverable. In some cases politically oriented image files have been used to overwrite data.
To maximize impact on the target organization in operations where network-wide availability interruption is the goal, malware designed for destroying data 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..
In cloud environments, adversaries may leverage access to delete cloud storage objects, machine images, database instances, and other infrastructure crucial to operations to damage an organization or their customers. Similarly, they may delete virtual machines from on-prem virtualized environments.
Kill Chain Phase
Platforms: Containers, ESXi, IaaS, Linux, macOS, Windows
What to Check
How to Test
Atomic Red Team Tests
The following tests are from Atomic Red Team and provide actionable ways to test this technique:
Atomic Test 1: Windows - Overwrite file with SysInternals SDelete