Created
January 25, 2019 14:15
-
-
Save Saluki/ff8cb6d2c79721bc44b49bfbf08360d9 to your computer and use it in GitHub Desktop.
MEDIUM - Container OSQuery - Privileged containers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Detect privileged containers | |
SELECT name, image, status | |
FROM docker_containers | |
WHERE privileged=1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment