John Montroy

In order to best protect our service, we can build out a profile in different domains. In a lot of these domains we can observe events via eBPF (another Liz Rice book I might need to read).

Things like Tracee are for detection - you need fuller systems for prevention. These systems should be able to actually take action when they detect a deviation. Lots of questions on how to run these auto-prevention systems:

Lastly, drift prevention system allow you to ensure the integrity of your containers vs. their image. This is in the name of ensuring immutable containers. We create a fingerprint for files, and when an executable is run, that executable’s fingerprint is compared to its original fingerprint. If they don’t match, we shut it down.

#Container-Security