fix: [stix2 export] Removed list of MISP types no longer used

pull/3725/head
chrisr3d 2018-09-17 15:39:42 +02:00
parent f4c6d98426
commit 28dac6a7c2
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ from misp2stix2_mapping import *
from collections import defaultdict
from copy import deepcopy
non_indicator_attributes = ['text', 'comment', 'other', 'link', 'target-user', 'target-email',
'target-machine', 'target-org', 'target-location', 'target-external',
'vulnerability']
misp_hash_types = ["authentihash", "ssdeep", "imphash", "md5", "sha1", "sha224",
"sha256", "sha384", "sha512", "sha512/224","sha512/256","tlsh"]
attack_pattern_galaxies_list = ['mitre-attack-pattern', 'mitre-enterprise-attack-attack-pattern',