Skip to content

Instantly share code, notes, and snippets.

#! /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
}