• Stars
    star
    1,784
  • Rank 25,087 (Top 0.6 %)
  • Language
    PowerShell
  • License
    GNU General Publi...
  • Created over 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BadBlood by @davidprowe, Secframe.com, fills a Microsoft Active Directory Domain with a structure and thousands of objects. The output of the tool is a domain similar to a domain in the real world. After BadBlood is ran on a domain, security analysts and engineers can practice using tools to gain an understanding and prescribe to securing Active Directory. Each time this tool runs, it produces different results. The domain, users, groups, computers and permissions are different. Every. Single. Time.

BadBlood

BadBlood by Secframe fills a Microsoft Active Directory Domain with a structure and thousands of objects. The output of the tool is a domain similar to a domain in the real world. After BadBlood is ran on a domain, security analysts and engineers can practice using tools to gain an understanding and prescribe to securing Active Directory. Each time this tool runs, it produces different results. The domain, users, groups, computers and permissions are different. Every. Single. Time.

BadBlood Icon

Commands

  • NONE: At this time all items of the script are configured in the .ps1 files. Files are outlined on the User Guide on Secframe.com

Acknowledgments

I'd like to send thanks to the countless people who wanted this as a product and waited while I made it!

Screenshots

BadBlood Intro

badblood start screen

Findings

IAM report

BadBlood Every Single Time

Sample Bloodhound Sample After Badblood

Installation

Requirements:

  • Domain Admin and Schema Admin permissions
  • Active Directory Powershell Installed

Running On Windows:

# clone the repo
git clone https://github.com/davidprowe/badblood.git
#Run Invoke-badblood.ps1
./badblood/invoke-badblood.ps1

Talk About the BadBlood

  1. Message or Follow me on twitter @ davidprowe
  2. Drop a note on secframe.com
  3. I am not responsible for cleanup if this is run in a production domain

License

This project is licensed under the gplv3 License - see the LICENSE.md file for details

Disclaimer

Please note: all tools/ scripts in this repo are released for use "AS IS" without any warranties of any kind, including, but not limited to their installation, use, or performance. We disclaim any and all warranties, either express or implied, including but not limited to any warranty of noninfringement, merchantability, and/ or fitness for a particular purpose. We do not warrant that the technology will meet your requirements, that the operation thereof will be uninterrupted or error-free, or that any errors will be corrected.

Any use of these scripts and tools is at your own risk. There is no guarantee that they have been through thorough testing in a comparable environment and we are not responsible for any damage or data loss or time loss incurred with their use.

You are responsible for reviewing and testing any scripts you run thoroughly before use in any non-testing environment. This tool is not designed for a production environment.

More Repositories

1

AD_Sec_Tools

PowerShell
100
star
2

AWS_PowerTools

AWS Powershell scripts to make management of AWS accounts easier
PowerShell
10
star
3

bloodhound_docker_demo

A docker cluster that deploys Bloodhound and Neo4j by @davidprowe. This deploys the active directory tool Bloodhound into a container on any operating system with docker-compose
HTML
8
star
4

XenApp-Profile-and-ADUC-Cleaner

Xenapp Profile and Active directory user cleaning script. Logs off user, closes connections to profile shares, removes old profile shares for the user, fixes common AD issues with the users.
PowerShell
4
star
5

Xenapp-Perform-Action-on-User-Disconnect

This script can run a separate process or perform any action if a user session goes into a disconnected state. Useful for application such as Epic's Hyperspace to secure the machine, where you dont want to use CCOW authentication. You can edit this to launch exes or additional scripts upon disconnected state.
PowerShell
2
star
6

Let_the_Free_Times_Roll_BT

An A Cloud Guru Maker Lab - Let the Free Time Roll - Using AWS Continuous Deployment tools.
TypeScript
1
star
7

TerraPower

Powershell modules for creating and editing AWS deployments with terraform.
PowerShell
1
star
8

XenApp-Self-Logoff

Log off a hung or hanged citrix xenapp session. THis is a self service tool that users can launch to log themselves out of a hung session. Publish this application to a set of administrative task server and it will log the user out of the specific application if user enters their username as confirmation.
PowerShell
1
star