Updated to the latest version of the MISP galaxy
parent
0bf4e2b566
commit
cfc094f7a0
|
@ -2,8 +2,8 @@ import json
|
|||
import requests
|
||||
|
||||
debug = False
|
||||
galaxy_url = 'https://raw.githubusercontent.com/MISP/misp-galaxy/master/elements/'
|
||||
elements = ['threat-actor-tools.json', 'adversary-groups.json']
|
||||
galaxy_url = 'https://raw.githubusercontent.com/MISP/misp-galaxy/master/clusters/'
|
||||
elements = ['tools.json', 'threat-actors.json']
|
||||
# elements = ['threat-actor-tools.json']
|
||||
|
||||
taxonomy = {}
|
||||
|
|
Loading…
Reference in New Issue