mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 06:29:47 +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
|
||||
output: >
|
||||
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
|
||||
tags: [host, shell]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user