FuelLabs / infrastructure

Shared infrastructure templates for Fuel services
15 stars 13 forks source link

Explore New Security Tooling for Infrastructure Monitoring #145

Closed rfuelsh closed 11 months ago

rfuelsh commented 1 year ago

Our tooling covers this:

There's some coverage in Guard Duty, but if you want something more comprehensive we'd recommend setting up https://falco.org/ to monitor your k8s workloads.

Take into account that the more tooling you have in place, the more effort is required in order to tweak, review, triage, and follow up on their output. It's important to tailor your monitoring to your capabilities, otherwise it's easy to get inundated in alerts.

We've partnered with Panther, and are currently Panther's only "MSSP": meaning: we're the only org that operates Panthers on behalf of other organizations. This is part of a bigger Latacora push towards increased capabilities, which includes managed SOC and even DFIR.

In the immediacy, what that means is that we'd be able to get you a Panther up and running. We've been using Panther for about as long as Panther has existed, and even ran its precursor tool, Streamalert, on behalf of clients.

rfuelsh commented 1 year ago
rfuelsh commented 1 year ago

latacora suggested some things to look into:

Guard Duty’s runtime monitoring for EKS - I think you said you had this enabled, but if not, very useful for EKS Overview:

https://docs.aws.amazon.com/guardduty/latest/ug/features-kubernetes-protection.html#guardduty_runtime-monitoring In-depth documentation:

https://docs.aws.amazon.com/guardduty/latest/ug/guardduty-eks-runtime-monitoring.html

In-depth rule evaluation documentation https://docs.aws.amazon.com/network-firewall/latest/developerguide/suricata-rule-evaluation-order.html

rfuelsh commented 12 months ago

working on a POC for falco in DEV

rfuelsh commented 11 months ago

Installed falco on fuel-dev: https://falco.org/docs/getting-started/falco-kubernetes-quickstart/

$ kubectl get pods NAME READY STATUS RESTARTS AGE falco-ct9jk 2/2 Running 0 2m57s falco-falcosidekick-7bf6c5799c-2rts5 1/1 Running 0 2m57s falco-falcosidekick-7bf6c5799c-dnr82 1/1 Running 0 2m57s falco-w4zs9 2/2 Running 0 2m57s falco-x9sd8 2/2 Running 0 2m57s

Alerts going to slack