Falco low stable other
Kubernetes Client Tool Launched in Container
Detect the execution of a Kubernetes client tool (like docker, kubectl, crictl) within a container, which is typically not expected behavior. Although this rule targets container workloads, monitoring the use of tools like crictl on the host over interactive access could also be valuable for broader auditing objectives.
Detection Logic
spawned_process and container and not user_known_k8s_client_container_parens and proc.name in (k8s_client_binaries) Field Validations
Loading…
Comments (0)
Loading comments...