The purpose of this lab is to dive deep into the capabilities of the Wiz Sensor, both as a defender and an attacker.
- Copy the
.env.templatefile
cp .env.template .env-
Edit the
.envfile and add the credentials -
Set your environment
source .env- Change into the Terraform directory
cd terraform- Run Terraform
terraform init
terraform apply- Generate the lab guide from the Terraform output
cd ../scripts/
./generate_lab_guide.sh- Navigate to the Lab guide in VSCode in Preview (right click > Open Preview)
- The lab requires the following:
- SSH (for the attacker C2 & post-exploitation)
- Web Browser (Chrome, Firefox, Safari, or similar)
- Wiz Tenant w/ AWS Connector Setup
The generate_lab_guide.sh script uses envsubst from the gettext package. You can install it with Homebrew:
brew install gettext
brew link --force gettext