From 3dafbebc69b9afde3ed62cd458c5a3882af037ca Mon Sep 17 00:00:00 2001 From: Ryan Xu Date: Thu, 16 Mar 2023 10:40:33 -0400 Subject: [PATCH] disk-wipe fix (#87) --- impact/disk-wipe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/impact/disk-wipe.md b/impact/disk-wipe.md index a005593..2ab6581 100644 --- a/impact/disk-wipe.md +++ b/impact/disk-wipe.md @@ -9,7 +9,7 @@ Related ATT&CK Techniques -Disk Wipe (T1561) +Disk Wipe (T1561.001) Impact Type @@ -33,7 +33,7 @@ Malware may erase the content of storage devices. This behavior is different than **Data Destruction ([E1485](../impact/data-destruction.md))** because sections of the disk are erased rather than individual files. -This description refines the ATT&CK **Disk Wipe ([T1203](https://attack.mitre.org/techniques/T1561/)**) sub-technique. +This description refines the ATT&CK **Disk Wipe: Disk Content Wipe ([T1561.001](https://attack.mitre.org/techniques/T1561/001/)**) sub-technique. ## Use in Malware