misp-modules
misp-modules copied to clipboard
Error Surfaced while Submitting JSON file to threatanalyzer_import.py
Hi, I am new to MISP and I am trying to import my findings from the ThreatAnalyser's sandboxes to MISP.
I have with me the json file which can be found in analysis.zip. When I passed my json file into the handler function, I received the following error message:
Traceback (most recent call last): File "threatanalyzer_import.py", line 535, in
acheived_results = handler(jsonReceived) File "threatanalyzer_import.py", line 39, in handler data = base64.b64decode(request['data']) TypeError: string indices must be integers
I'm not sure of where i went wrong, so I really appreciate any help I can get! Thank you so much!!