mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-01 00:52:16 +00:00
Let puma reactor spawn shells
Sample Falco alert: ``` Shell spawned by untrusted binary (user=git shell=sh parent=puma reactor cmdline=sh -c pgrep -fl "unicorn.* worker\[.*?\]" pcmdline=puma reactor gparent=puma ggparent=runsv aname[4]=ru... ``` https://github.com/puma/puma says it is "A Ruby/Rack web server built for concurrency". Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
parent
48a0f512fb
commit
3693b16c91
@ -1685,7 +1685,8 @@
|
|||||||
mesos_shell_binaries,
|
mesos_shell_binaries,
|
||||||
erl_child_setup, exechealthz,
|
erl_child_setup, exechealthz,
|
||||||
PM2, PassengerWatchd, c_rehash, svlogd, logrotate, hhvm, serf,
|
PM2, PassengerWatchd, c_rehash, svlogd, logrotate, hhvm, serf,
|
||||||
lb-controller, nvidia-installe, runsv, statsite, erlexec)
|
lb-controller, nvidia-installe, runsv, statsite, erlexec, calico-node,
|
||||||
|
"puma reactor")
|
||||||
and not proc.cmdline in (known_shell_spawn_cmdlines)
|
and not proc.cmdline in (known_shell_spawn_cmdlines)
|
||||||
and not proc.aname in (unicorn_launche)
|
and not proc.aname in (unicorn_launche)
|
||||||
and not consul_running_net_scripts
|
and not consul_running_net_scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user