#!/bin/bash # Pull the upstream EVTX sample bundle (Yamato Security's curated bundle of # DeepBlueCLI, EVTX-ATTACK-SAMPLES, EVTX-to-MITRE-Attack, plus their own). set -e cd "$(dirname "$0")" mkdir -p test-data [ -d test-data/sample-evtx ] || \ git clone --depth=1 https://github.com/Yamato-Security/hayabusa-sample-evtx.git test-data/sample-evtx echo "ready: test-data/sample-evtx"