CrowdStrike outage made me realize we're doing cloud security backwards

Posted by Tiny_Habit5745@reddit | sysadmin | View on Reddit | 125 comments

recent crowdstrike outage broke everyone's brain, but it got me thinking about cloud security. We have perfect CI/CD scans. Every container checked, every policy reviewed. Security dashboard all green.

Last week a dev accidentally deployed a test service that hammered prod with 10k queries/sec. Perfect security posture... no CVEs, minimal privileges. But at runtime it destroyed our infrastructure.

CSPM saw everything as compliant. But nobody watched what it actually did when running. We obsess over static posture while being blind to runtime behavior. Found containers making sketchy API calls, services with excessive network access, processes doing random stuff. All "secure" according to scans, all dangerous in reality. Reality happens at runtime.....