Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Falco in action: protecting your Cloud Native i...

Falco in action: protecting your Cloud Native infrastructure

Edgaras Apšega

September 18, 2024
Tweet

More Decks by Edgaras Apšega

Other Decks in Technology

Transcript

  1. Falco in action: protecting your Cloud Native infrastructure Edgaras Apšega

    Site Reliability Engineer // CNCF Ambassador // Kubestronaut // Cloud Native Lithuania meetup co-organizer
  2. © 2023 Cloud Native Computing Foundation 7 Security cameras are

    like runtime security Big walls and guarded entrances alone are not enough to secure a city. A better approach involves widespread, granular visibility: a network of security cameras. Runtime security measures are implemented and monitored while the application is running, ensuring that all critical data and processes are secure.
  3. © 2023 Cloud Native Computing Foundation 9 • Capturing system

    calls in a running process typically involves modifying either the process or some of its libraries with some kind of instrumentation. • The second option involves intercepting the system call execution after it has transitioned to the operating system. This requires running some code in the OS kernel itself. Runtime Security
  4. 12 High level architecture Sensor Sensor Sensor Sensor System Calls

    System Calls Audit Logs CloudTrail Alerts Collector