CuckooTaskStatus Deprecated
Deprecated. Use the 'cuckoo-view-task' command instead.
python · Cuckoo Sandbox
Details
| ID | CuckooTaskStatus |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.10.6.33415 |
| Tags | cuckoo |
README
Deprecated. Use the ‘cuckoo-view-task’ command instead.
Checks the current status of a task in Cuckoo sandbox.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | cuckoo |
Dependencies
This script uses the following commands and scripts.
- cuckoo-view-task
Inputs
| Argument Name | Description |
|---|---|
| taskID | The ID of the task to check. |
Outputs
There are no outputs for this script.
commonfields: id: CuckooTaskStatus version: -1 name: CuckooTaskStatus script: '' type: python subtype: python3 tags: - cuckoo comment: Deprecated. Use the 'cuckoo-view-task' command instead. deprecated: true system: true args: - name: taskID required: true default: true description: ID of the task to check. scripttarget: 0 dependson: must: - cuckoo-view-task timeout: 0s tests: - No test fromversion: 5.0.0 dockerimage: demisto/python3:3.10.6.33415