commonfields: id: CuckooDisplayReport version: -1 name: CuckooDisplayReport script: '' type: python subtype: python3 tags: - cuckoo comment: Display the contents of a Cuckoo report file from a war room entry. system: true args: - name: reportentryid default: true description: ID of the war room entry containing the report file - name: sections description: Sections to show (comma-separated). Sections are "info", "statistics", "network", "dropped", "suricata", "debug", "procmemory", "signatures", "decompression", "malfamily", "behavior", "target", "malscore", "static", "feeds", "strings", "virustotal" - name: reportfilepath description: Local file path to the report file - name: reportdata description: 'The report to be parsed ' scripttarget: 0 timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted)