mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-15 04:43:52 +00:00
Add addl bitnami conditions.
This commit is contained in:
parent
480ba4e0f8
commit
15e2d0bf7e
@ -464,7 +464,9 @@
|
||||
proc.aname[4]=assemble))
|
||||
|
||||
- macro: node_running_bitnami
|
||||
condition: proc.pname=node and proc.cmdline startswith "sh -c /opt/bitnami"
|
||||
condition: (proc.pname=node and
|
||||
(proc.cmdline startswith "sh -c /opt/bitnami" or
|
||||
proc.cmdline startswith "sh -c bin/redis-server /opt/bitnami"))
|
||||
|
||||
- macro: node_running_threatstack
|
||||
condition: proc.pcmdline startswith "node /opt/threatstack/node_modules"
|
||||
|
Loading…
Reference in New Issue
Block a user