mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 07:17:17 +00:00
5 lines
182 B
Bash
5 lines
182 B
Bash
#!/bin/bash
|
|
rm -rf sigma
|
|
git clone https://github.com/SigmaHQ/sigma
|
|
python3 sigma-to-galaxy.py -r -p ./sigma/rules
|
|
cat sigma-cluster.json | jq -S . >../../clusters/sigma-rules.json
|