Battlecards
Battlecards are scenerios used to explore real attack vectors and learn how to apply REFLEX thinking to the situation.
In Alphabetical Order ..
Packer build script risks
An attacker identifies a popular open-source utility script hosted on a public, non-versioned location like a GitHub Gist or a personal website. Developers frequently use this script in their Packer builds to install a monitoring agent or a helper tool, using a common but dangerous pattern: curl http://utility-script-site.com/install.sh | bash.