process where host.os.type == "linux" and event.type == "start" and event.action == "exec" and (
process.command_line like (
"*/run/secrets/kubernetes.io/serviceaccount*",
"*/var/run/secrets/kubernetes.io/serviceaccount*",
"*/secrets/kubernetes.io/serviceaccount*"
) or (
process.working_directory like (
"/run/secrets/kubernetes.io/serviceaccount",
"/var/run/secrets/kubernetes.io/serviceaccount",
"/secrets/kubernetes.io/serviceaccount"
) and
process.args in ("ca.crt", "token", "namespace")
)
)
Install detection rules in Elastic Security
Detect Kubernetes Service Account Secret Access 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(opens in a new tab or window).