commonfields: id: Base64ListToFile version: -1 name: Base64ListToFile script: '' type: python subtype: python3 tags: - list - Utility comment: Converts Base64 file in a list to a binary file and upload to warroom. enabled: true args: - name: listname required: true description: List Name of Base64 item (need to be a single file in list). - name: filename description: Optional Warroom Output Filename (default filename is list name). - name: isZipFile auto: PREDEFINED predefined: - "yes" - "no" description: Is data compressed (zip format)? defaultValue: "no" outputs: - contextPath: File.Name description: Filename (only in case of report type=json). - contextPath: File.Type description: File type e.g. "PE" (only in case of report type=json). - contextPath: File.Size description: File size (only in case of report type=json). - contextPath: File.MD5 description: MD5 hash of the file (only in case of report type=json). - contextPath: File.SHA1 description: SHA1 hash of the file (only in case of report type=json). - contextPath: File.SHA256 description: SHA256 hash of the file (only in case of report type=json). - contextPath: File.EntryID description: EntryID of the file (only in case of report type=json). scripttarget: 0 fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - Base64 File in List Test