Home / Companies / Sysdig / Blog / Post Details
Content Deep Dive

Container security orchestration with Falco and Splunk Phantom.

Blog post from Sysdig

Post Details
Company
Date Published
Author
Néstor Salceda
Word Count
1,081
Language
English
Hacker News Points
-
Summary

Container security orchestration can be effectively managed by integrating Falco, an open-source intrusion detection system, with Splunk Phantom, a security orchestration platform. Falco excels at detecting anomalous runtime activities in container environments, such as unauthorized shell access or suspicious processes, and emits security events that can be processed further. By publishing Falco events into a NATS message broker and using a Function as a Service (FaaS) with Kubeless, these events can be forwarded to Splunk Phantom. Phantom then unifies security events from various sources, enabling the automation of incident response workflows, collaboration, and reporting. This integration allows for a comprehensive security approach, unifying container security operations with broader infrastructure security measures and supporting the creation of a centralized "security control center" for incident management. The article provides a detailed guide on deploying this setup within a Kubernetes cluster, emphasizing the potential of leveraging these tools to enhance container security policies.