Linux process attempts to delete log files using rm, rmdir, shred, or unlink

Flags Linux attempts to remove or destroy log files via rm/rmdir/shred/unlink when /var/log or mail spool paths are referenced.

FreeReviewedSigma · Medium · v3
Product
linux
Category
process_creation
Author
Ömer Günal, oscd.community (SigmaHQ), DRL 1.1
Published
2020-10-07
Updated
2026-07-31

ATT&CK techniques

  1. Recon

  2. Resource Dev

  3. Initial Access

  4. Execution

  5. Persistence

  6. Priv Esc

  7. Defense Evasion

  8. Cred Access

  9. Discovery

  10. Lateral Movement

  11. Collection

  12. C2

  13. Exfiltration

  14. Impact

What it detects

This rule flags Linux process executions where the binary name ends with rm, rmdir, shred, or unlink and the command line includes references to /var/log or /var/spool/mail. Clearing or destroying logs can help attackers reduce forensic evidence after malicious activity. It relies on process creation telemetry (process image path and command line content) to identify likely log-targeting delete operations, while excluding a couple of specific rm -f sysstat and dmesg paths.

Related detections9 linkedT1685.006 — drag to rearrange
Suspicious Deletion of System Logs Under var log on Linux Appliance
Suspicious Clearing of System Logs on Linux (via process_creation)
Malicious Sed Tampering of Juniper Syslog Configuration by UNC3886 (via process_creation)
Suspicious Clearing of Linux Authentication and History Logs
Suspicious Linux Log Sanitization via sed In-Place Edit
Suspicious utmpdump Usage for wtmp Log Manipulation
Linux auditd: Clear kernel ring buffer via syslog syscall (action 5/4/6)
Linux Syslog Clearing or Removal Using System Utilities
macOS Host Indicator Removal via rm/unlink/shred of Local Log Paths
Linux process attempts to delete log files using rm, rmdir, shred, or unlink
Pivot detection · T1685.006 · 9 related

Changelog

v3
  1. v3
    Candidate ingested via manual entry.2026-07-31
  2. v2
    Candidate ingested via manual entry.2026-07-31
  3. v1
    No changelog recorded for this version.2026-07-30

Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.