mirror of https://github.com/MISP/misp-modules
10 lines
661 B
JSON
10 lines
661 B
JSON
{
|
|
"description": "An expansion module to submit files and URLs to Cuckoo Sandbox.",
|
|
"logo": "logos/cuckoo.png",
|
|
"requirements": ["Access to a Cuckoo Sandbox API and an API key if the API requires it. (api_url and api_key)"],
|
|
"input": "A malware-sample or attachment for files. A url or domain for URLs.",
|
|
"output": "A text field containing 'Cuckoo task id: <id>'",
|
|
"references": ["https://cuckoosandbox.org/", "https://cuckoo.sh/docs/"],
|
|
"features": "The module takes a malware-sample, attachment, url or domain and submits it to Cuckoo Sandbox.\n The returned task id can be used to retrieve results when the analysis completed."
|
|
}
|