Skip to content

Commit

Permalink
updated falco rules files
Browse files Browse the repository at this point in the history
Signed-off-by: h4l0gen <ks3913688@gmail.com>
  • Loading branch information
h4l0gen committed Mar 22, 2024
1 parent b52d16e commit 71d1ff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/falco-sandbox_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@
condition: (proc.name in (python, pypy, python3) and
proc.cmdline contains ansible)

macro: python_running_chef
- macro: python_running_chef
condition: >
(proc.name= python and
(proc.cmdline contains yum-dump.py or
(proc.cmdline contains yum-dump.py or
proc.cmdline="python /usr/bin/chef-monitor.py"))
- macro: python_running_denyhosts
Expand Down

0 comments on commit 71d1ff8

Please sign in to comment.