mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-04 08:04:49 +00:00
Include container image in shell in container rule
Include the container image in the "run shell in container" rule output.
This commit is contained in:
@@ -604,7 +604,7 @@
|
|||||||
and not shell_spawning_containers
|
and not shell_spawning_containers
|
||||||
and not proc.cmdline in (known_container_shell_spawn_cmdlines)
|
and not proc.cmdline in (known_container_shell_spawn_cmdlines)
|
||||||
output: >
|
output: >
|
||||||
Shell spawned in a container other than entrypoint (user=%user.name %container.info
|
Shell spawned in a container other than entrypoint (user=%user.name %container.info image=%container.image
|
||||||
shell=%proc.name parent=%proc.pname cmdline=%proc.cmdline)
|
shell=%proc.name parent=%proc.pname cmdline=%proc.cmdline)
|
||||||
priority: NOTICE
|
priority: NOTICE
|
||||||
tags: [container, shell]
|
tags: [container, shell]
|
||||||
|
Reference in New Issue
Block a user