Terminology Index

Glossary

1801 terms

Open concept maps

Showing 417-448 of 1801 terms

C
32

Container Runtime Protection

Securing containers while they are running by monitoring their behavior and blocking malicious activity in real time, such as detecting and stopping a container escape, unexpected process execution, or anomalous network connection.

Runtime protection guards the live container, complementing build-time defenses like image scanning and hardening that cannot catch attacks happening now. It baselines expected container behavior and detects or blocks deviations, escapes, unexpected shells, privilege changes, suspicious connections, often using kernel-level instrumentation like eBPF. It is the last line of defense when a vulnerability or misconfiguration is exploited at runtime.

Introduced in: Cloud Workload Protection

Examples

  • Blocking a container's attempt to escape to the host in real time.
  • Detecting an unexpected shell process spawning inside a running container.
  • Stopping an anomalous outbound connection from a container.

No related terms linked yet.