youtube image
From YouTube: Building Container Defences Executable at a Time

Description

Supply Chain Security issues are on the rise. Supply Chain Security tools will ensure that whatever you are downloading from container registries is not tampered with. But the granularity of these tools is way too coarse. They work at the container image level. How do you ensure the continuous security of the apps shipped inside the container image? How do you secure the app against attacks where an attacker gains access to the container and replaces the app binaries? There are various ways supported in the k8s land, but they give you all or nothing solutions. How do you actively thwart someone from executing anything that is not shipped inside the image? This talk will showcase novel ideas using Linux Kernel technologies to implement solutions to block untrusted binary execution.