The Thor Detection Lab is a modular and scalable environment designed for security professionals to deploy, test, and analyze various security tools and technologies. This lab provides Docker-based deployments of several key security tools such as Splunk, Elastic SIEM, Cribl, n8n SOAR, and Shuffle.
- Easy Deployment: Deploy multiple security tools with Docker and Docker Compose.
- Modular Design: Choose and deploy only the tools you need.
- Automated Setup: Scripted configuration for hassle-free setup and management.
- Tool Options: Spin up different tools based on your specific needs.
- Docker
- Docker Compose
- Bash shell (for running the provided script)
- Splunk: A powerful platform for searching, monitoring, and analyzing machine-generated big data via a web-style interface.
- Elastic SIEM: A security information and event management solution built on the Elastic Stack.
- Cribl: An observability pipeline that allows you to collect, reduce, and route data.
- n8n SOAR: An open-source workflow automation tool that helps security teams automate tasks.
- Shuffle: A security orchestration, automation, and response (SOAR) platform.
- step: Clone the Repository
git clone https://github.com/sakshamtushar/thor-detection-lab.git cd thor-detection-lab
- step: Run the Spin-Up Script
./configurator.sh
- step: Follow the On-Screen Prompts
details:
The script will prompt you to select which tool you want to deploy:
- Press
1
for Splunk - Press
2
for Elastic SIEM - Press
3
for Cribl - Press
4
for n8n SOAR - Press
5
for Shuffle - Press
6
to exit
- Press
- step: Access the Tool details: Once the tool is deployed, you can access it via its respective web interface (if applicable). The script will inform you of the relevant URLs and ports.
- The script checks if the tool is already running to avoid redundant operations.
- Ensure Docker and Docker Compose are properly installed and running on your machine.
- Tool Not Spinning Up: Ensure that Docker is running and there are no conflicts with the existing containers.
- Port Conflicts: If you encounter port conflicts, you may need to adjust the
docker-compose.yml
file in the tool's directory.