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