Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyler-tee/atomic-red-team-automation
Multiplatform scripts used to orchestrate the setup and execution of atomic red team.
https://github.com/tyler-tee/atomic-red-team-automation
atomic-red-team bash jamf mdm powershell red-team shell
Last synced: 14 days ago
JSON representation
Multiplatform scripts used to orchestrate the setup and execution of atomic red team.
- Host: GitHub
- URL: https://github.com/tyler-tee/atomic-red-team-automation
- Owner: tyler-tee
- License: mit
- Created: 2024-10-03T20:07:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:24:36.000Z (14 days ago)
- Last Synced: 2024-10-31T19:29:30.397Z (14 days ago)
- Topics: atomic-red-team, bash, jamf, mdm, powershell, red-team, shell
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atomic Red Team Automation
Multiplatform scripts used to orchestrate the setup and execution of Atomic Red Team tests across various environments. This repository provides scripts to facilitate and streamline the deployment, execution, and cleanup of Atomic Red Team tests, helping security professionals simulate and test adversarial techniques on different platforms.
## Features
- **Automated Setup**: Configure environments and install dependencies needed for Atomic Red Team tests.
- **Cross-Platform Support**: Run on macOS, Linux, and Windows with platform-specific scripts.
- **Execution and Cleanup**: Execute tests and clean up artifacts, ensuring system integrity after testing.## Installation
1. Clone the repository:
```bash
git clone https://github.com/tyler-tee/atomic-red-team-automation.git
cd atomic-red-team-automation
```
2. Run the appropriate setup script based on your platform (macOS/Linux/Windows).## Usage
- To execute Atomic Red Team tests, run the respective script for your operating system:
```bash
./scripts/setup-macos.sh # For macOS
./scripts/setup-linux.sh # For Linux
./scripts/setup-windows.ps1 # For Windows
```
- The scripts handle both setup and execution, guiding you through any required configurations.## Platform-Specific Notes
Each script is tailored to its respective platform. Be sure to review any specific instructions within the script files for optimal compatibility.## License
This project is licensed under the MIT License.