mirror of https://github.com/MISP/misp-modules
12 lines
434 B
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"
|
|
} |