mirror of https://github.com/MISP/misp-modules
Document Cuckoo expansion module
parent
e6326185d5
commit
5367bcd409
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"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."
|
||||||
|
}
|
Loading…
Reference in New Issue