CuckooGetReport
Deprecated. Use the 'cuckoo-get-task-report' command instead.
- Type
- python
- Pack
- CuckooSandbox
Source
import demistomock as demisto # noqa: F401
from CommonServerPython import * # noqa: F401
def main():
demisto.results(demisto.executeCommand("cuckoo-get-task-report", {"id": demisto.args()["taskID"]}))
if __name__ in ('__main__', '__builtin__', 'builtins'):
main()
README
Deprecated. Use the ‘cuckoo-get-task-report’ command instead.
Gets the report of a completed analysis.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | cuckoo |
Dependencies
This script uses the following commands and scripts.
- cuckoo-get-task-report
Inputs
| Argument Name | Description |
|---|---|
| taskID | The ID of the task in Cuckoo. |
Outputs
There are no outputs for this script.