CuckooGetScreenshot

Deprecated. Use 'cuckoo-task-screenshot' command instead.

Type
python
Pack
CuckooSandbox

Source

import demistomock as demisto  # noqa: F401
from CommonServerPython import *  # noqa: F401


def main():
    demisto.results(demisto.executeCommand("cuckoo-task-screenshot", demisto.args()))


if __name__ in ('__main__', '__builtin__', 'builtins'):
    main()

README

Deprecated. Use ‘cuckoo-task-screenshot’ command instead.

Retrieves screenshots taken during a task analysis

Script Data


Name Description
Script Type python
Tags cuckoo

Dependencies


This script uses the following commands and scripts.

Inputs


Argument Name Description
id The ID of the task that generated the screenshot.
screenshot The numerical identifier of a single screenshot. For example, 0001, 0002. (optional).

Outputs


There are no outputs for this script.