Skip to content

Commit

Permalink
rule(Create Hidden Files or Directories): Exclude exe_running_docker_…
Browse files Browse the repository at this point in the history
…save

Signed-off-by: James Barlow <james.barlow@finbourne.com>
  • Loading branch information
James Barlow committed Sep 8, 2020
1 parent 17c8dd6 commit 4006c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2707,6 +2707,7 @@
(open_write and evt.arg.flags contains "O_CREAT" and fd.name contains "/." and not fd.name pmatch (exclude_hidden_directories))) and
consider_hidden_file_creation and
not user_known_create_hidden_file_activities
and not exe_running_docker_save
output: >
Hidden file or directory created (user=%user.name user_loginuid=%user.loginuid command=%proc.cmdline
file=%fd.name newpath=%evt.arg.newpath container_id=%container.id container_name=%container.name image=%container.image.repository:%container.image.tag)
Expand Down

0 comments on commit 4006c7e

Please sign in to comment.