This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# Adopted from the great DetectionLab | |
# This will install Splunk + BOTSv3 dataset | |
install_prerequisites() { | |
echo "[$(date +%H:%M:%S)]: Downloading DetectionLab..." | |
# Clone DetectionLab for Splunk Apps | |
git clone https://github.com/clong/DetectionLab.git /opt/DetectionLab | |
} |