mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 15:47:25 +00:00
rule(macro trusted_logging_images): Let azure-npm image write to /var/log
"The Azure's NPM is a a daemonset that supports network policies as defined by the Kubernetes policy specification." Example event: --- Log files were tampered (user=root command=azure-npm file=/var/log/iptables.conf CID1 image=mcr.microsoft.com/containernetworking/azure-npm) --- Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
parent
acb3f94786
commit
fa3d2eb473
@ -2438,7 +2438,8 @@
|
||||
- macro: trusted_logging_images
|
||||
condition: (container.image.repository endswith "splunk/fluentd-hec" or
|
||||
container.image.repository endswith "fluent/fluentd-kubernetes-daemonset" or
|
||||
container.image.repository endswith "openshift3/ose-logging-fluentd")
|
||||
container.image.repository endswith "openshift3/ose-logging-fluentd" or
|
||||
container.image.repository endswith "containernetworking/azure-npm")
|
||||
|
||||
- rule: Clear Log Activities
|
||||
desc: Detect clearing of critical log files
|
||||
|
Loading…
Reference in New Issue
Block a user