chg: [amitt_mapping] update AMITT STIX repo to permanent URL

This commit is contained in:
VVX7 2020-02-18 18:44:33 -05:00
parent 79bb2de6d6
commit 36a9756dbd

View File

@ -6,7 +6,7 @@ amitt_tactic_mapping = {}
amitt_technique_mapping = {}
amitt_mitigation_mapping = {}
#amitt_json_url = ("https://raw.githubusercontent.com/VVX7/cti/master/amitt-attack/amitt-attack.json")
amitt_json_url = ("https://raw.githubusercontent.com/cogsec-collaborative/amitt_cti/master/amitt/amitt-attack.json")
amitt_json = requests.get(amitt_json_url).json()