cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.57k stars 1.71k forks source link

MISP - Failed to run the reporting module #2883

Open f00bar10 opened 5 years ago

f00bar10 commented 5 years ago
My issue is:

Cuckoo throws the error "MISP - Failed to run the reporting module" when reporting to MISP using the module misp.py (https://github.com/cuckoosandbox/cuckoo/blob/master/cuckoo/reporting/misp.py).

My Cuckoo version and operating system are: 2.0.7 and Ubuntu 18.04
The error can be found at:

This error is when it executes the line 121: marks.append(mark[mark["type"]])

Fix

For fixing it, just change the above line with the following one: marks.append(mark["type"])

doomedraven commented 5 years ago

lol if that is fix should be PR not issue :P