CuckooDetonateFile Deprecated
Deprecated. Use the 'cuckoo-create-task-from-file' command instead.
python · Cuckoo Sandbox
Details
| ID | CuckooDetonateFile |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.10.6.33415 |
| Tags | cuckoo |
README
Deprecated. Use the ‘cuckoo-create-task-from-file’ command instead.
Adds a file to the list of pending tasks. Returns the ID of the newly created task.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | cuckoo |
Dependencies
This script uses the following commands and scripts.
- cuckoo-create-task-from-file
Inputs
| Argument Name | Description |
|---|---|
| entryID | The ID of the entry containing the file to detonate. |
| machine | The label of the machine to use for analysis. (optional) |
| package | The analysis package to be used for the analysis. (optional) |
| timeout | The analysis timeout (in seconds). (optional) |
| enforce_timeout | Enforces the execution for the full timeout value when enables. (optional) |
| platform | The name of the platform to select the analysis machine from (e.g. “windows”). (optional) |
| tags | The machine to define to start by tags. The platform must be set to use this (comma-separated). (optional) |
| memory | Creates a full memory dump of the analysis machine when enabled. (optional) |
| options | The options to pass to the analysis package. (optional) |
Outputs
There are no outputs for this script.
commonfields: id: CuckooDetonateFile version: -1 name: CuckooDetonateFile script: '' type: python subtype: python3 tags: - cuckoo comment: Deprecated. Use the 'cuckoo-create-task-from-file' command instead. deprecated: true args: - name: entryID required: true default: true description: ID of the entry containing the file to detonate. - name: machine description: (optional) Label of the machine to use for analysis - name: package description: (optional) analysis package to be used for the analysis - name: timeout description: (optional) analysis timeout (in seconds) - name: enforce_timeout description: (optional) enable to enforce the execution for the full timeout value - name: platform description: (optional) - name of the platform to select the analysis machine from (e.g. “windows”) - name: tags description: (optional) - define machine to start by tags. Platform must be set to use that. Tags are comma separated - name: memory description: (optional) - enable the creation of a full memory dump of the analysis machine - name: options description: (optional) - options to pass to the analysis package scripttarget: 0 dependson: must: - cuckoo-create-task-from-file timeout: 0s tests: - No test fromversion: 5.0.0 dockerimage: demisto/python3:3.10.6.33415