mirror of https://github.com/MISP/misp-modules
WIP: initial push
parent
8a95a000ee
commit
67bdb38fc8
|
@ -15,4 +15,5 @@ __all__ = [
|
|||
'threatanalyzer_import',
|
||||
'csvimport',
|
||||
'joe_import',
|
||||
'trustar_import',
|
||||
]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
import base64
|
||||
import json
|
||||
|
||||
from trustar import TruStar
|
||||
|
||||
misp_errors = {'error': "Error"}
|
||||
|
Loading…
Reference in New Issue