misp-modules/documentation/website/import_mod/cuckooimport.json

12 lines
434 B
JSON

{
"description": "Module to import Cuckoo JSON.",
"logo": "cuckoo.png",
"requirements": [],
"features": "The module simply imports MISP Attributes from a Cuckoo JSON format file. There is thus no special feature to make it work.",
"references": [
"https://cuckoosandbox.org/",
"https://github.com/cuckoosandbox/cuckoo"
],
"input": "Cuckoo JSON file",
"output": "MISP Event attributes"
}