Skip to content

Commit

Permalink
rules update: add fluent/fluentd-kubernetes-daemonset to clear log tr…
Browse files Browse the repository at this point in the history
…usted images

Signed-off-by: kaizhe <derek0405@gmail.com>
  • Loading branch information
Kaizhe authored and leodido committed Sep 26, 2019
1 parent c0721b3 commit 79a10ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rules/falco_rules.yaml
Expand Up @@ -2356,7 +2356,8 @@
condition: (never_true)

- macro: trusted_logging_images
condition: (container.image.repository endswith "splunk/fluentd-hec")
condition: (container.image.repository endswith "splunk/fluentd-hec" or
container.image.repository endswith "fluent/fluentd-kubernetes-daemonset")

- rule: Clear Log Activities
desc: Detect clearing of critical log files
Expand Down

0 comments on commit 79a10ad

Please sign in to comment.