Skip to content

DataDog/stratus-red-team

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c70d758 · May 10, 2023
May 1, 2023
May 3, 2023
Jan 10, 2022
May 3, 2023
Jan 30, 2023
May 10, 2023
Jan 24, 2022
May 3, 2023
May 1, 2023
Jan 18, 2022
Jul 22, 2022
Oct 5, 2022
Jan 18, 2022
Feb 13, 2023
Sep 29, 2022
Jun 20, 2022

Repository files navigation

Stratus Red Team

made-with-Go Tests static analysis Maintainer OpenSSF Scorecard CII Best Practices

Stratus Red Team

Stratus Red Team is "Atomic Red Team™" for the cloud, allowing to emulate offensive attack techniques in a granular and self-contained manner.

Terminal recording

Read the announcement blog posts:

Getting Started

Stratus Red Team is a self-contained Go binary.

See the documentation at stratus-red-team.cloud:

Installation

  • Mac OS:
brew tap datadog/stratus-red-team https://github.com/DataDog/stratus-red-team
brew install datadog/stratus-red-team/stratus-red-team
IMAGE="ghcr.io/datadog/stratus-red-team"
alias stratus="docker run --rm -v $HOME/.stratus-red-team/:/root/.stratus-red-team/ -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN -e AWS_DEFAULT_REGION $IMAGE"

Community

The following section lists posts and projects from the community leveraging Stratus Red Team.

Open-source projects:

Blog posts:

Talks:

Videos:

Using Stratus Red Team as a Go Library

See Examples and Programmatic Usage.

Development

Building Locally

make
./bin/stratus --help

Running Locally

go run cmd/stratus/*.go list

Running the Tests

make test

Building the Documentation

For local usage:

pip install mkdocs-material mkdocs-awesome-pages-plugin

make docs
mkdocs serve

Acknowledgments

Maintainer: @christophetd

Similar projects (see how Stratus Red Team compares):

Inspiration and relevant resources: