| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The Splunk Attack Range builds instrumented cloud environments (AWS, Azure, GCP), simulates attacks, and forwards data into Splunk for detection development and testing.
What it does:
Click the picture to watch the demo 👇
Preferred: Docker Compose
Prerequisites: Docker and Docker Compose. Configure your cloud provider (AWS, Azure, or GCP) and mount credentials as below.
Clone and start:
git clone <repo-url>
cd attack_range_2
docker compose -f docker/docker-compose.yml upUse the app or API:
Build a range (two steps):
CLI in Docker (optional):
docker compose --profile cli -f docker/docker-compose.yml run --rm attack_range build -t aws/splunk_minimal_awsOther actions: destroy, simulate, apply-role, share. See Detailed documentation for CLI usage and flags.
| Method | Use case |
|---|---|
| Docker Compose (recommended) | Run API + web app + optional CLI with one docker compose; no local Python/Ansible/Terraform. |
| Web app | Build, destroy, simulate, and share via the UI at port 4321. |
| REST API | Automate from scripts or CI; full OpenAPI docs at /openapi/swagger. |
| CLI | `attack_range.py build |
Please use the GitHub issue tracker to submit bugs or request features.
If you have questions or need support, you can:
We welcome feedback and contributions from the community! Please see our contribution guidelines for more information on how to get involved.
| Back | FazBrowse Home | New Git URL |