Created
January 28, 2019 10:38
-
-
Save Saluki/ce4db3bcf6d619a3f84eb7f53fa011b5 to your computer and use it in GitHub Desktop.
MEDIUM - Container OSQuery - AppArmor filtering
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 profiles that are not running with AppArmor | |
SELECT name, image, state | |
FROM docker_containers | |
WHERE security_options NOT LIKE "%apparmor%"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment