text code block:process where host.os.type == "linux" and event.type == "start" and event.action == "exec" and process.name in ("bash", "dash", "sh", "tcsh", "csh", "zsh", "ksh", "fish", "busybox") and process.entry_leader.entry_meta.type == "container" and /* process is the inital process run in a container */ process.entry_leader.same_as_process == true and /* interactive process */ process.interactive == true and container.id like "*"
Install detection rules in Elastic Security
Detect Interactive Exec Into Container Detected via Defend for Containers in the Elastic Security detection engine by installing this rule into your Elastic Stack.
To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(external, opens in a new tab or window).