mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-22 08:06:10 +00:00
rule(macro trusted_logging_images): Add addl fluentd image
Openshift specific variant, example alert: --- Log files were tampered (user=root command=fluentd /usr/bin/fluentd --no-supervisor file=/var/log/journal.pos CID1 image=registry.redhat.io/openshift3/ose-logging-fluentd) --- Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
parent
d1af7e139f
commit
acb3f94786
@ -2437,7 +2437,8 @@
|
|||||||
|
|
||||||
- macro: trusted_logging_images
|
- macro: trusted_logging_images
|
||||||
condition: (container.image.repository endswith "splunk/fluentd-hec" or
|
condition: (container.image.repository endswith "splunk/fluentd-hec" or
|
||||||
container.image.repository endswith "fluent/fluentd-kubernetes-daemonset")
|
container.image.repository endswith "fluent/fluentd-kubernetes-daemonset" or
|
||||||
|
container.image.repository endswith "openshift3/ose-logging-fluentd")
|
||||||
|
|
||||||
- rule: Clear Log Activities
|
- rule: Clear Log Activities
|
||||||
desc: Detect clearing of critical log files
|
desc: Detect clearing of critical log files
|
||||||
|
Loading…
Reference in New Issue
Block a user