Linux auditd alerts on syslog daemon configuration file changes
Alerts when syslog daemon configuration files are changed on a Linux host via auditd PATH events.
- Product
- linux
- Service
- auditd
- Author
- Mikhail Larin, oscd.community (SigmaHQ), DRL 1.1
- Published
- 2019-10-25
- Updated
- 2026-07-31
ATT&CK techniques
Recon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule flags events where syslog daemon configuration files are modified or accessed on Linux hosts, including /etc/syslog.conf, /etc/rsyslog.conf, and /etc/syslog-ng/syslog-ng.conf. Changes to logging configuration are a common defense-impairment technique, as attackers may aim to reduce or redirect log visibility. It relies on auditd telemetry reporting PATH-based activity involving these specific configuration files.
Reporting behind it
Changelog
v3- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No 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.
title: Linux auditd alerts on syslog daemon configuration file changes
id: ff6878e2-9b23-4170-aaf6-adfba03d155b
status: test
description: This rule flags events where syslog daemon configuration files are modified or accessed on Linux hosts, including /etc/syslog.conf, /etc/rsyslog.conf, and /etc/syslog-ng/syslog-ng.conf. Changes to logging configuration are a common defense-impairment technique, as attackers may aim to reduce or redirect log visibility. It relies on auditd telemetry reporting PATH-based activity involving these specific configuration files.
references:
- self experience
- https://github.com/SigmaHQ/sigma/blob/master/rules/linux/auditd/path/lnx_auditd_logging_config_change.yml
author: Mikhail Larin, oscd.community, Huntrule Team
date: 2019-10-25
modified: 2021-11-27
tags:
- attack.defense-impairment
- attack.t1685
logsource:
product: linux
service: auditd
detection:
selection:
type: PATH
name:
- /etc/syslog.conf
- /etc/rsyslog.conf
- /etc/syslog-ng/syslog-ng.conf
condition: selection
falsepositives:
- Legitimate administrative activity
level: high
license: DRL-1.1
related:
- id: c830f15d-6f6e-430f-8074-6f73d6807841
type: derived