Skip to main content

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.
To investigate further, you can use the following kubectl command:
This command will list all the pods running in the cluster, allowing you to identify the pod associated with the event.

Remediation

  1. Create a Kubernetes Deployment manifest file to deploy a Python script as a container:
  1. Create a Kubernetes Service manifest file to expose the deployment:
  1. Create a Python script named remediation_script.py that uses the Kubernetes Python API to perform the remediation actions:
Note: Replace app=malicious-pod with the appropriate label selector for the Pods exhibiting the “Interpreted procs outbound network activity” event.