All Projects → byt3bl33d3r → Red-Baron

byt3bl33d3r / Red-Baron

Licence: GPL-3.0 License
Automate creating resilient, disposable, secure and agile infrastructure for Red Teams

Programming Languages

HCL
1544 projects
shell
77523 projects

Projects that are alternatives of or similar to Red-Baron

terraform-templates
Terraform templates, examples, etc.
Stars: ✭ 16 (-95.09%)
Mutual labels:  infrastructure, infrastructure-as-code, terraform-modules
netris-operator
The Kubernetes Operator for Netris
Stars: ✭ 28 (-91.41%)
Mutual labels:  infrastructure, infrastructure-as-code
c3
𝗖𝟯 provides compliant AWS CDK components to various security standards.
Stars: ✭ 24 (-92.64%)
Mutual labels:  infrastructure, infrastructure-as-code
testing.cloudposse.co
Example Terraform Reference Architecture that implements a Geodesic Module for an Automated Testing Organization in AWS
Stars: ✭ 22 (-93.25%)
Mutual labels:  infrastructure, terraform-modules
Pulumi Aws
An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Stars: ✭ 169 (-48.16%)
Mutual labels:  infrastructure, infrastructure-as-code
Fogg
Manage Infrastructure as Code with less pain.
Stars: ✭ 181 (-44.48%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-aws-ecs-cluster
Terraform module for building an ECS cluster in AWS
Stars: ✭ 42 (-87.12%)
Mutual labels:  infrastructure, terraform-modules
Terrascan
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Stars: ✭ 2,687 (+724.23%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-modules
Terraform Modules by Peak
Stars: ✭ 16 (-95.09%)
Mutual labels:  infrastructure-as-code, terraform-modules
terraform-pb
Programmatic management of infrastructure using Terraform and Protocol Buffers
Stars: ✭ 18 (-94.48%)
Mutual labels:  infrastructure, infrastructure-as-code
stein
A linter for config files with a customizable rule set
Stars: ✭ 92 (-71.78%)
Mutual labels:  infrastructure, infrastructure-as-code
Terrible
An Ansible playbook that apply the principle of the Infrastructure as Code on a QEMU/KVM environment.
Stars: ✭ 161 (-50.61%)
Mutual labels:  infrastructure, infrastructure-as-code
Terraform Aws Landing Zone
Terraform Module for AWS Landing Zone
Stars: ✭ 142 (-56.44%)
Mutual labels:  infrastructure, infrastructure-as-code
devopsish.com
DevOps, Cloud Native, Hybrid Cloud, Open Source, industry news, culture, and the ‘ish between.
Stars: ✭ 33 (-89.88%)
Mutual labels:  infrastructure, infrastructure-as-code
Terraform With Circleci Example
This is an example of automatic deployments of your infrastructure using terraform and CircleCI 2.0 workflows
Stars: ✭ 142 (-56.44%)
Mutual labels:  infrastructure, infrastructure-as-code
POSH-HPEOneView
PowerShell language bindings library for HPE OneView.
Stars: ✭ 116 (-64.42%)
Mutual labels:  infrastructure, infrastructure-as-code
Cintodeutilidadesdocker
My Docker templates repository 🐳 ☁️ 🐳
Stars: ✭ 74 (-77.3%)
Mutual labels:  infrastructure, infrastructure-as-code
Toc
A Table of Contents of all Gruntwork Code
Stars: ✭ 111 (-65.95%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-aws-concourse
Terraform Module for a distributed concourse cluster on AWS
Stars: ✭ 12 (-96.32%)
Mutual labels:  infrastructure, infrastructure-as-code
terraform-aws-base-networking
Terraform module for building base networking in AWS
Stars: ✭ 15 (-95.4%)
Mutual labels:  infrastructure, terraform-modules

Red Baron

baron

Red Baron is a set of modules and custom/third-party providers for Terraform which tries to automate creating resilient, disposable, secure and agile infrastructure for Red Teams.

Third-party Providers

This repository comes with a few pre-compiled Terraform plugins (you can find them under the terraform.d directory), some of these have been modified to better suit the tool:

Author and Acknowledgments

Author: Marcello Salvati (@byt3bl33d3r)

The initial inspiration for this came from @_RastaMouse's excellent 'Automated Red Team Infrastructure Deployment with Terraform' blog posts series:

And @bluscreenofjeff's amazing Red Team Infrastructure Wiki

Both of these resources were referenced heavily while building this.

Setup

Red Baron only supports Terraform version 0.11.0 or newer and will only work on Linux x64 systems.

#~ git clone https://github.com/byt3bl33d3r/Red-Baron && cd Red-Baron
#~ export AWS_ACCESS_KEY_ID="accesskey"
#~ export AWS_SECRET_ACCESS_KEY="secretkey"
#~ export AWS_DEFAULT_REGION="us-east-1"
#~ export LINODE_API_KEY="apikey"
#~ export DIGITALOCEAN_TOKEN="token"
#~ export GODADDY_API_KEY="gdkey"
#~ export GODADDY_API_SECRET="gdsecret"
#~ export ARM_SUBSCRIPTION_ID="azure_subscription_id"
#~ export ARM_CLIENT_ID="azure_app_id"
#~ export ARM_CLIENT_SECRET="azure_app_password"
#~ export ARM_TENANT_ID="azure_tenant_id"

# For Google Cloud Compute see https://www.terraform.io/docs/providers/google/index.html#configuration-reference 
# and set the appropriate environment variable for your use case

# copy an infrastructure configuration file from the examples folder to the root directory and modify it to your needs
#~ cp examples/complete_c2.tf .

#~ terraform init
#~ terraform plan
#~ terraform apply

Tool & Module Documentation

For detailed documentation on the tool and each module please see Red Baron's wiki.

Most of the documentation assumes you are familiar with Terraform itself, Terraform's documentation can be found here.

Known Bugs/Limitations

License

This fork of the original Red Baron repository is licensed under the GNU General Public License v3.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].