We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe9ff0 commit e1644a4Copy full SHA for e1644a4
config/detect.yaml
@@ -379,6 +379,25 @@ detect:
379
# rpm
380
- /var/log/mysql/mysqld.log
381
382
+ # Audit daemon
383
+ #
384
+ # This should be the same for deb and rpm.
385
+ # Does not go through syslog.
386
+ auditd:
387
+ when:
388
+ - Systemd.UnitInstalled("auditd.service") or len(Path.Glob("/var/log/audit/*.log")) > 0
389
+ hub_spec:
390
+ collections:
391
+ - crowdsecurity/auditd
392
+ acquisition_spec:
393
+ filename: auditd.yaml
394
+ datasource:
395
+ source: file
396
+ labels:
397
+ type: auditd
398
+ filenames:
399
+ - /var/log/audit/*.log
400
+
401
# There is no standard systemd unit for telnetd, so
402
# we rely on file detection only.
403
telnet:
0 commit comments