Cross-source coverage
T1562.006 / ATT&CK
Impair Defenses: Indicator Blocking
ATT&CK has retired this technique. Rules still tag it; the current id is T1685 Disable or Modify Tools.
13 rules across 3 sources.
From MITRE ATT&CK 19.2
An adversary may attempt to block indicators or events typically captured by sensors from being gathered and analyzed. This could include maliciously redirecting or even disabling host-based sensors, such as Event Tracing for Windows (ETW), by tampering settings that control the collection and flow of event telemetry. These settings may be stored on the system in configuration files and/or in the Registry as well as being accessible via administrative utilities such as PowerShell or Windows Management Instrumentation.
For example, adversaries may modify the File value in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Security to hide their malicious actions in a new or different.evtx log file. This action does not require a system reboot and takes effect immediately.
ETW interruption can be achieved multiple ways, however most directly by defining conditions using the PowerShell Set-EtwTraceProvider cmdlet or by interfacing directly with the Registry to make alterations.
In the case of network-based reporting of indicators, an adversary may block traffic associated with reporting to prevent central analysis. This may be accomplished by many means, such as stopping a local process responsible for forwarding telemetry and/or creating a host-based firewall rule to block traffic to specific hosts responsible for aggregating events, such as security information and event management (SIEM) products.
In Linux environments, adversaries may disable or reconfigure log processing tools such as syslog or nxlog to inhibit detection and monitoring capabilities to facilitate follow on behaviors. ESXi also leverages syslog, which can be reconfigured via commands such as esxcli system syslog config set and esxcli system syslog config reload.
- Tactics
- Stealth
- Platforms
- Windows · macOS · Linux · ESXi
- Telemetry
- —
elastic/detection-rules
7 rules| Detection | Severity | Format |
|---|---|---|
| AWS CloudWatch Alarm Deletion | Medium | Elastic TOML |
| Sensitive Audit Policy Sub-Category Disabled | Medium | Elastic TOML |
| Suspicious Kernel Feature Activity | Medium | Elastic TOML |
| Windows Defender Exclusions Added via PowerShell | Medium | Elastic TOML |
| Disable Windows Event and Security Logs Using Built-in Tools | Low | Elastic TOML |
| Kill Command Execution | Low | Elastic TOML |
| Windows Defender Disabled via Registry Modification | Low | Elastic TOML |
socfortress/Wazuh-Rules
4 rules| Detection | Severity | Format |
|---|---|---|
| Possible tampering using sed on log/audit configuration files (T1562.006) | High | Wazuh XML |
| Suspicious echo or tee command modifying log configs (T1562.006) | High | Wazuh XML |
| Manual editing of logging or audit configuration files (T1562.006) | Medium | Wazuh XML |
| Modification of ESXi syslog configuration (T1562.006) | Medium | Wazuh XML |
elastic/protections-artifacts
2 rules| Detection | Severity | Format |
|---|---|---|
| Kill Command Executed from Binary in Unusual Location | Undefined | Elastic TOML |
| NotificationCenter Silenced via Killall Binary | Undefined | Elastic TOML |