Sigma high experimental sigma

Audit Rules Deleted Via Auditctl

Detects the execution of 'auditctl' with the '-D' command line parameter, which deletes all configured audit rules and watches on Linux systems. This technique is commonly used by attackers to disable audit logging and cover their tracks by removing monitoring capabilities. Removal of audit rules can significantly impair detection of malicious activities on the affected system.

View Source

Detection Logic

{
  "selection": {
    "Image
| endswith": "/auditctl",
    "CommandLine
| re": "-D"
  },
  "condition": "selection"
}

False Positives

  • An administrator troubleshooting. Investigate all attempts.

Field Validations

Loading…

Comments (0)

Loading comments...