From 7ea2aaee05878e87c3cbbaf87e255454a7384358 Mon Sep 17 00:00:00 2001 From: Desiree Beck Date: Sat, 12 Dec 2020 12:28:52 -0500 Subject: [PATCH] fix formatting --- defense-evasion/hidden-files.md | 6 ++++-- impact/README.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/defense-evasion/hidden-files.md b/defense-evasion/hidden-files.md index 0442ba8..9343a4b 100644 --- a/defense-evasion/hidden-files.md +++ b/defense-evasion/hidden-files.md @@ -15,5 +15,7 @@ Methods ------- |Name|ID|Description| |---|---|---| -|**Change File Location**|F0005.002|Malware may change the location of itself or another file to prevent detection.| -|**File Extension Change**|F0005.001|Malware may change the file extension of a file.| +|**Attribute**|F0005.003|Malware may change or choose an attribute to hide a file or directory.| +|**Extension**|F0005.001|Malware may change or use a particular file extension to hide a file.| +|**Location**|F0005.002|Malware may change or choose the location of itself, another file, or a directory to prevent detection.| + diff --git a/impact/README.md b/impact/README.md index 638ace8..9941597 100644 --- a/impact/README.md +++ b/impact/README.md @@ -6,14 +6,14 @@ # Impact # Behaviors that enable malware to achieve its mission of manipulating, interrupting, or destroying systems and/or data. -* **Clipboard Modification** [E1510] (../impact/clipboard-mod.md) +* **Clipboard Modification** [E1510](../impact/clipboard-mod.md) * **Component Firmware** [F0009](../persistence/component-firmware.md) * **Compromise Data Integrity** [B0016](../impact/compromise-data.md) * **Data Destruction** [E1485](../impact/data-destruction.md) * **Data Encrypted for Impact** [E1486](../impact/encrypt-impact.md) * **Denial of Service** [B0033](../impact/denial-of-service.md) * **Destroy Hardware** [B0017](../impact/destroy-hardware.md) -* **Disk Content Wipe** [F0014] (../impact/disk-content-wipe.md) +* **Disk Content Wipe** [F0014](../impact/disk-content-wipe.md) * **Exploit Kit Behavior** [E1190](../impact/exploit-kit-behavior.md) * **Exploitation for Client Execution** [E1203](../execution/exploit-software.md) * **Generate Fraudulent Advertising Revenue** [E1472](../impact/generate-fraud-rev.md)