mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 12:27:10 +00:00
Add more container innocuous cmdlines
Various uname -x variants and ruby version.
This commit is contained in:
@@ -710,6 +710,11 @@
|
||||
'"sh -c curl http://localhost:6060/debug/vars>/dev/null "',
|
||||
'"sh -c pgrep java && exit 0 || exit 1 "',
|
||||
'"sh -c uname -p 2> /dev/null"',
|
||||
'"sh -c uname -s 2>&1"',
|
||||
'"sh -c uname -r 2>&1"',
|
||||
'"sh -c uname -v 2>&1"',
|
||||
'"sh -c uname -a 2>&1"',
|
||||
'"sh -c ruby -v 2>&1"',
|
||||
'"sh -c echo healthy "',
|
||||
'"sh -c echo alive "',
|
||||
'"sh -c getconf CLK_TCK"',
|
||||
|
Reference in New Issue
Block a user