CuckooGetReport Deprecated

Deprecated. Use the 'cuckoo-get-task-report' command instead.

python · Cuckoo Sandbox

Details

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

README

Deprecated. Use the ‘cuckoo-get-task-report’ command instead.

Gets the report of a completed analysis.

Script Data


Name Description
Script Type python
Tags cuckoo

Dependencies


This script uses the following commands and scripts.

  • cuckoo-get-task-report

Inputs


Argument Name Description
taskID The ID of the task in Cuckoo.

Outputs


There are no outputs for this script.

commonfields:
  id: CuckooGetReport
  version: -1
name: CuckooGetReport
script: ''
type: python
subtype: python3
tags:
- cuckoo
comment: Deprecated. Use the 'cuckoo-get-task-report' command instead.
deprecated: true
system: true
args:
- name: taskID
  required: true
  default: true
  description: ID of the task in Cuckoo.
scripttarget: 0
dependson:
  must:
  - cuckoo-get-task-report
timeout: 0s
tests:
- No test
fromversion: 5.0.0
dockerimage: demisto/python3:3.10.6.33415