commonfields: id: GrrGetFiles version: -1 name: GrrGetFiles script: '' type: python subtype: python2 deprecated: true tags: - GRR comment: Deprecated. Use grr_get_files instead. system: true args: - name: hostname description: Target host, Can be FQDN or client ID - name: paths description: Fetch this number of elements, an array of path strings - name: max_file_size description: Maximum size of file we will download - name: action description: Action to apply to found files - STAT, HASH or DOWNLOAD - name: pathtype description: Path type to glob in - UNSET, OS, TSK, REGISTRY, MEMORY, TMPFILE scripttarget: 0 timeout: 0s dependson: must: - grr_get_files fromversion: 5.0.0 dockerimage: demisto/python:2.7.18.27799 tests: - No tests (auto formatted)