commonfields: id: Strings version: -1 name: Strings script: '' type: python subtype: python3 tags: - server - file comment: Extract strings from a file with optional filter - similar to binutils strings command. system: true args: - name: entry required: true default: true description: Entry ID of a file entry to retrieve strings from. - name: chars description: Number of consecutive characters to be considered a string - default is 4. - name: size description: Display first 'size' results - default is 1024. - name: filter description: Regex to filter the strings - compiled with ignore case. scripttarget: 0 dependson: {} timeout: 0s fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)