mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-21 09:59:40 +00:00
Let ruby running pups spawn shells
This commit is contained in:
parent
e51fbd6569
commit
109f86cd85
@ -569,6 +569,9 @@
|
|||||||
- macro: parent_ruby_running_discourse
|
- macro: parent_ruby_running_discourse
|
||||||
condition: (proc.pcmdline startswith "ruby /var/www/discourse/vendor/bundle/ruby")
|
condition: (proc.pcmdline startswith "ruby /var/www/discourse/vendor/bundle/ruby")
|
||||||
|
|
||||||
|
- macro: parent_ruby_running_pups
|
||||||
|
condition: (proc.pcmdline startswith "ruby /pups/bin/pups")
|
||||||
|
|
||||||
- macro: pki_realm_writing_realms
|
- macro: pki_realm_writing_realms
|
||||||
condition: (proc.cmdline startswith "bash /usr/local/lib/pki/pki-realm" and fd.name startswith /etc/pki/realms)
|
condition: (proc.cmdline startswith "bash /usr/local/lib/pki/pki-realm" and fd.name startswith /etc/pki/realms)
|
||||||
|
|
||||||
@ -920,6 +923,7 @@
|
|||||||
and not parent_java_running_appdynamics
|
and not parent_java_running_appdynamics
|
||||||
and not parent_cpanm_running_perl
|
and not parent_cpanm_running_perl
|
||||||
and not parent_ruby_running_discourse
|
and not parent_ruby_running_discourse
|
||||||
|
and not parent_ruby_running_pups
|
||||||
and not assemble_running_php
|
and not assemble_running_php
|
||||||
and not node_running_bitnami
|
and not node_running_bitnami
|
||||||
and not node_running_threatstack
|
and not node_running_threatstack
|
||||||
@ -1177,6 +1181,7 @@
|
|||||||
and not parent_running_datastax
|
and not parent_running_datastax
|
||||||
and not ics_running_java
|
and not ics_running_java
|
||||||
and not parent_ruby_running_discourse
|
and not parent_ruby_running_discourse
|
||||||
|
and not parent_ruby_running_pups
|
||||||
and not assemble_running_php
|
and not assemble_running_php
|
||||||
and not node_running_bitnami
|
and not node_running_bitnami
|
||||||
and not node_running_threatstack
|
and not node_running_threatstack
|
||||||
|
Loading…
Reference in New Issue
Block a user