Stratus Red Team is a cutting-edge tool designed to enhance cloud security by simulating granular attack techniques in live environments.
Inspired by Atomic Red Team™, it focuses exclusively on cloud-based scenarios, allowing security teams to validate and refine their threat detection capabilities.
This self-contained binary enables users to detonate specific techniques mapped to the MITRE ATT&CK framework.
Whether stopping a CloudTrail trail or testing other defense evasion methods, Stratus Red Team empowers organizations to stay ahead of evolving threats.
Dive in to explore its features and applications in modern cloud security.
When crafting and implementing threat detection rules, it is essential to have an easy way to execute granular attack techniques, to be able to validate that our detections work as expected.
Think of Stratus Red Team as “Atomic Red Team™”, but focused on cloud.
Stratus Red Team is a self-contained binary. You can use it to easily detonate offensive attack techniques against a live cloud environment.
Sample usage - Stopping a CloudTrail Trail (Defense Evasion) stratus detonate aws.defense-evasion.cloudtrail-stop The attack techniques are mapped to MITRE ATT&CK.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…