mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 22:47:46 +00:00
Add more debugging for shells
Used to track down deeper chains of shells for things like ansible, chef.
This commit is contained in:
parent
608d4e234f
commit
ac70325522
@ -573,7 +573,7 @@
|
|||||||
and not parent_node_running_npm
|
and not parent_node_running_npm
|
||||||
output: >
|
output: >
|
||||||
Shell spawned by untrusted binary (user=%user.name shell=%proc.name parent=%proc.pname
|
Shell spawned by untrusted binary (user=%user.name shell=%proc.name parent=%proc.pname
|
||||||
cmdline=%proc.cmdline pcmdline=%proc.pcmdline)
|
cmdline=%proc.cmdline pcmdline=%proc.pcmdline gparent=%proc.aname[2] ggparent=%proc.aname[3])
|
||||||
priority: DEBUG
|
priority: DEBUG
|
||||||
tags: [host, shell]
|
tags: [host, shell]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user