diff --git a/defense-evasion/README.md b/defense-evasion/README.md index 12b46e0..caa8f03 100644 --- a/defense-evasion/README.md +++ b/defense-evasion/README.md @@ -17,7 +17,7 @@ Behaviors that enable malware to evade detection. * **Hidden Files and Directories** [F0005](../defense-evasion/hidden-files.md) * **Hijack Execution Flow** [F0015](../defense-evasion/hijack-execution-flow.md) * **Indicator Blocking** [F0006](../defense-evasion/indicator-blocking.md) -* **Install Insecure or Malicious Configuration** [E1478](../defense-evasion/config-mod.md) +* **Install Insecure or Malicious Configuration** [B0047](../defense-evasion/config-mod.md) * **Modify Registry** [E1112](../defense-evasion/modify-reg.md) * **Obfuscated Files or Information** [E1027](../defense-evasion/obfuscate-files.md) * **Polymorphic Code** [B0029](../defense-evasion/polymorphic-code.md) diff --git a/impact/denial-of-service.md b/impact/denial-of-service.md index 6ecb5df..656c568 100644 --- a/impact/denial-of-service.md +++ b/impact/denial-of-service.md @@ -2,7 +2,7 @@ |---|---| |**ID**|**B0033**| |**Objective(s)**|[Impact](../impact)| -|**Related ATT&CK Technique**|[Network Denial of Device](https://attack.mitre.org/techniques/T1498/)| +|**Related ATT&CK Technique**|[Network Denial of Service](https://attack.mitre.org/techniques/T1498/)| Denial of Service @@ -11,7 +11,7 @@ Malware may make a network unavailable, for example, by launching a network-base Endpoint denial of service behaviors are captured by the [Endpoint Denial of Service](https://attack.mitre.org/techniques/T1499/) technique. -The subsequently defined ATT&CK technique [Network Denial of Device](https://attack.mitre.org/techniques/T1498/) is related to this MBC behavior. +The subsequently defined ATT&CK technique [Network Denial of Service](https://attack.mitre.org/techniques/T1498/) is related to this MBC behavior. Malware Examples ---------------- diff --git a/persistence/README.md b/persistence/README.md index bb554fd..ef13948 100644 --- a/persistence/README.md +++ b/persistence/README.md @@ -11,7 +11,7 @@ Behaviors that enable malware to remain on a system regardless of system events, * **Hide Artifacts** [E1564](../defense-evasion/hide-artifacts.md) * **Hidden Files and Directories** [F0005](../defense-evasion/hidden-files.md) * **Hijack Execution Flow** [E1574](../defense-evasion/hijack-execution-flow.md) -* **Install Insecure or Malicious Configuration** [E1478](../defense-evasion/config-mod.md) +* **Install Insecure or Malicious Configuration** [B0047](../defense-evasion/config-mod.md) * **Kernel Modules and Extensions** [F0010](../persistence/kernel-modules-ext.md) * **Malicious Network Driver** [B0026](../persistence/malicious-network-drv.md) * **Modify Existing Service** [F0011](../persistence/modify-service.md)