Event Information
Meaning
- The Interpreted procs outbound network activity event in a Kubernetes cluster indicates that a process running within a container is making outbound network connections.
- This event could be triggered when a containerized application is attempting to communicate with external services or resources over the network.
- It is important to investigate this event to ensure that the outbound network activity is legitimate and compliant with the organization’s security policies and compliance standards.
Remediation
- Create a Kubernetes Deployment manifest file to deploy a Python script as a container:
- Create a Kubernetes Service manifest file to expose the deployment:
- Create a Python script named
remediation_script.py
that uses the Kubernetes Python API to perform the remediation actions:
app=malicious-pod
with the appropriate label selector for the Pods exhibiting the “Interpreted procs outbound network activity” event.