CuckooDetonateURL Deprecated

Deprecated. Use 'cuckoo-create-task-from-url' instead.

python · Cuckoo Sandbox

Details

IDCuckooDetonateURL
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.10.6.33415
Tagscuckoo

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