ENNAENNA

Stratus Red Team

Apache-2.0

☁️ Cloud Recon · Go

Stratus Red Team is Datadog's open-source adversary emulation tool specifically designed for cloud environments. While tools like CALDERA focus on endpoint and network attacks, Stratus Red Team provides granular, atomic attack techniques for AWS, Azure, GCP, and Kubernetes — mapped directly to the MITRE ATT&CK Cloud Matrix. Each technique is self-contained: Stratus handles all prerequisite infrastructure setup (creating test IAM roles, S3 buckets, EC2 instances), executes the attack technique, and then cleans up. This makes it ideal for purple team exercises where you need to validate that your cloud detection rules actually fire when specific attack patterns occur. Techniques cover initial access (stolen credentials, malicious Lambda layers), persistence (backdoor IAM users, modified trust policies), privilege escalation (IAM policy manipulation), and impact (S3 ransomware simulation). The CLI-based interface supports warm-up, detonate, and revert phases for repeatable testing.

2.3kstars
295forks
77issues
Updated 2d ago

Installation

$ go install github.com/datadog/stratus-red-team/v2/cmd/stratus@latest

Use Cases

  • Cloud-specific adversary emulation exercises
  • Testing cloud detection and response capabilities
  • Validating cloud security controls against ATT&CK

Tags

cloud-attackadversary-emulationawsazuremitre-attackaws-securityazure-securitycloud-native-securitycloud-securitydetection-engineeringgcp-securitykubernetes-securitypurple-teamsecuritythreat-detection

Community Reviews

No reviews yet. Be the first to review Stratus Red Team.

More in Cloud Recon