Lab: Adversary Simulation Detection with Stratus Red Team and GuardDuty
Detecting Adversaries with GuardDuty
Overview
Deployment
# clone the AWS Security Cookbook repository
git clone https://github.com/Ty182/AWS-Security-Cookbook-by-Tyler
# navigate to AWS GuardDuty directory
cd AWS_Cookbook_by_Tyler/recipes/aws_guardduty/Lab:Deploying_AWS_GuardDuty_via_Terraform
# initialize the directory and download the required terraform providers
terraform init
# check formatting and validate the syntax is correct
terraform fmt && terraform validate
# check the resources that will be created
terraform plan
# deploy the resources
terraform applyValidating Deployment
Stratus Red Team
Installation
Documentation
Attack Simulation
Disabling CloudTrail Logging
Detonating the attack
Checking trail status
Detecting the attack


Cleaning up the attack
S3 Ransomeware via Client-Side Encryption
Detonating the attack
Detecting the attack


Cleaning up the attack
Backdoor an IAM User
Detonating the attack
Checking IAM User
Detecting the attack
Cleaning up the attack
Cleanup
Last updated