2025 Northeast CCDC

Annual Northeast CCDC black team competition notes and infrastructure details. This covers how we set up the environment, qualifier and regional competitions (services and injects) and then some fun stats we collected along the way. ...

April 1, 2025 · Andrew

Building and Pushing Container Images to Multiple ECR Registries with Argo Workflows

Using Argo Workflows to build container images with Kaniko and push them to different registries. This post goes over sending the image to multiple ECR repositories in different AWS partitions but it could easily be switched out with another registry (Docker, GitHub, etc.). Using AWS EKS with IAM OIDC providers set up in two accounts, allows different pods/service accounts to assume permissions in each account. ...

December 4, 2024 · Andrew

KCSA Study Guide

When searching for Kubernetes and Cloud Native Security Associate (KCSA) study materials, I couldn’t find any that were both free and high-quality. So, I’ve created this resource to guide you through the curriculum and provide free resources for your studies. ...

July 21, 2024 · Andrew

CloudGoat SNS Secrets

Warning Spoilers Ahead! This is a write up the CloudGoat scenario sns_secrets and was created by the one and only Tyler Ramsbey. Another walkthrough of the scenario can be found on TryHackMe which uses the Pacu SNS modules, mines uses the AWS CLI. At time of writing this the scenario is still a GitHub Pull Request but its ready! ...

June 4, 2024 · Andrew

TryHackMe 'Frank and Herby try again.....'

This walk through of TryHackMe room “Frank and Herby try again…..” goes over how to escape from a container to take over the underlying node. This room is a sequel of Frank & Herby make an app which is also Kubernetes themed. ...

April 6, 2024 · Andrew