How to Set Up Spyderbat to Ingest Falco Alerts
Let's talk about the most optimal way to integrate Falco security detections with Spyderbat platform to further enhance the cloud-native runtime security monitoring value of Spyderbat.
Infrastructure Prerequisites
Installing Falco Sidekick Using Helm Chart
helm repo add falcosecurity https://falcosecurity.github.io/charts
helm repo updatehelm install falco falcosecurity/falco \
--create-namespace \
--namespace falco \
--set falcosidekick.enabled=true \
--set falcosidekick.config.spyderbat.orguid="YOUR_ORG_ID" \
--set falcosidekick.config.spyderbat.apiurl="https://api.spyderbat.com" \
--set falcosidekick.config.spyderbat.apikey="YOUR_API_KEY" \
--set extra.args=\{"-p","%proc.pid"\} \
--set driver.kind=modern_ebpf

Validation






Falco Severity Value
Spyderbat Severity Value
Last updated
Was this helpful?