CuckooTaskStatus Deprecated

Deprecated. Use the 'cuckoo-view-task' command instead.

python · Cuckoo Sandbox

Details

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

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