This project replicates the IRC Enterprise Infrastructure Setup, and runs it using Vagrant instead of AWS. The only SIEM available now is Splunk (the other 2 will be added soon).
Tested on Vagrant 2.3.4 and Virtualbox 7.0.8.
Recommended Reading:
This project needs to have both Vagrant 2.3.4 and Virtualbox 7.0.8 installed to run.
At least 24GB of RAM and 100GB of disk space is required for all 6 machines to run smoothly with configurations specified in this repository. The resources used for each machine can be edited in Vagrantfile
if needed.
Run the following commands to create the environment:
git clone https://github.com/rouvinerh/IRC-Enterprise-Setup-Vagrant
cd IRC-Enterprise-Setup-Vagrant
powershell
# optional to set virtual memory and sleep settings
.\host_settings.ps1
.\download_files.ps1
## computer will restart after running the script
## when restart is complete, run this in an administrator prompt
vagrant up
It takes around 10 minutes to download all VMs and run properly.
Stop and delete all machines from disk using:
vagrant destroy --force