mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-05 19:06:44 +00:00
Added list k8s_client_binaries
Added accidentally deleted lines for the list of k8s client binaries. Signed-off-by: David de Torres <detorres.david@gmail.com>
This commit is contained in:
parent
98becedebb
commit
ed767561ac
@ -2595,9 +2595,8 @@
|
|||||||
priority: CRITICAL
|
priority: CRITICAL
|
||||||
tags: [process, mitre_execution]
|
tags: [process, mitre_execution]
|
||||||
|
|
||||||
# Application rules have moved to application_rules.yaml. Please look
|
- list: k8s_client_binaries
|
||||||
# there if you want to enable them by adding to
|
items: [docker, kubectl, crictl]
|
||||||
# falco_rules.local.yaml.
|
|
||||||
|
|
||||||
- rule: The docker client is executed in a container
|
- rule: The docker client is executed in a container
|
||||||
desc: Detect a k8s client tool executed inside a container
|
desc: Detect a k8s client tool executed inside a container
|
||||||
@ -2605,3 +2604,7 @@
|
|||||||
output: "Docker or kubernetes client executed in container (user=%user.name %container.info parent=%proc.pname cmdline=%proc.cmdline)"
|
output: "Docker or kubernetes client executed in container (user=%user.name %container.info parent=%proc.pname cmdline=%proc.cmdline)"
|
||||||
priority: WARNING
|
priority: WARNING
|
||||||
tags: [container, mitre_execution]
|
tags: [container, mitre_execution]
|
||||||
|
|
||||||
|
# Application rules have moved to application_rules.yaml. Please look
|
||||||
|
# there if you want to enable them by adding to
|
||||||
|
# falco_rules.local.yaml.
|
||||||
|
Loading…
Reference in New Issue
Block a user