holiday-hack-challenge-2023

SANS Holiday Hack Challenge

View on GitHub

azure-101 drawingdrawingdrawingdrawingdrawing

< Back Home

Objective

Help Sparkle Redberry with some Azure command line skills. Find the elf and the terminal on Christmas Island.

Conversations

Sparkle Redberry

Initial conversation:

After solving challenge:

Hints

Approach

Straight forward - enter the commands when prompted:

az help | less
az account show
az group list
az functionapp list --resource-group northpole-rg1
az vm list --resource-group northpole-rg2
az vm run-command invoke --resource-group northpole-rg2 --name NP-VM1 --command-id RunShellScript --scripts "ls -l"

Resources

Azure CLI Reference