From 6c482e24591d00f481a93d1585c667bc1109de98 Mon Sep 17 00:00:00 2001 From: Wes Widner Date: Sat, 4 Nov 2017 18:00:50 -0400 Subject: [PATCH] more sysdig resources, add container exploitation blackhat presentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 608514b..0818b58 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,8 @@ A collection of container related security resources ### [Falco](https://www.sysdig.org/falco/) * Open source container security monitoring +* [Technical discussion](https://sysdig.com/blog/selinux-seccomp-falco-technical-discussion/) +* [WTF, My Container Just Spawned a Shell - Jorge Salamero Sanz, Sysdig](https://www.youtube.com/watch?v=LPgjLzFcFVU) ### [Getting towards real sandbox containers](https://blog.jessfraz.com/post/getting-towards-real-sandbox-containers/) @@ -235,3 +237,4 @@ A collection of container related security resources * Balancing moving fast and breaking things with securing against vulnerabilities ### [Making Security Invisible - Jessica Frazelle - JOTB17](https://www.youtube.com/watch?v=BuFTHOgsgAY) * Great presentation on sandboxing containers +### [Vulnerability Exploitation In Docker Container Environments](https://www.youtube.com/watch?v=77-jaeUKH7c)