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 authored and leogr committed Jan 8, 2021
1 parent 7c234d1 commit 1acf106
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 @@ -2730,6 +2730,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 1acf106

Please sign in to comment.