From 0a3695c5d5ddac2ef93ffcc99695d1ae5332f4cb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 1 Jun 2021 11:10:50 +0200 Subject: [PATCH] chg: [crawler] misp galaxy more default import --- crawler/misp-galaxy/import.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crawler/misp-galaxy/import.sh b/crawler/misp-galaxy/import.sh index 449a967..92b43e5 100644 --- a/crawler/misp-galaxy/import.sh +++ b/crawler/misp-galaxy/import.sh @@ -1,3 +1,5 @@ python3 misp_galaxy_importer.py -u https://raw.githubusercontent.com/MISP/misp-galaxy/main/clusters/threat-actor.json python3 misp_galaxy_importer.py -u https://raw.githubusercontent.com/MISP/misp-galaxy/main/clusters/tool.json python3 misp_galaxy_importer.py -u https://raw.githubusercontent.com/MISP/misp-galaxy/main/clusters/malpedia.json +python3 misp_galaxy_importer.py -u https://raw.githubusercontent.com/MISP/misp-galaxy/main/clusters/ransomware.json +python3 misp_galaxy_importer.py -u https://raw.githubusercontent.com/MISP/misp-galaxy/main/clusters/backdoor.json