GrrGetFiles Deprecated

Deprecated. Use grr_get_files instead.

python · GRR

Details

IDGrrGetFiles
Languagepython
From Version5.0.0
Docker Imagedemisto/python:2.7.18.27799
TagsGRR

README

Downloads files from a specified machine without requiring approval.

Script Data


Name Description
Script Type python
Tags GRR

Dependencies


This script uses the following commands and scripts.

  • grr_get_files

Inputs


Argument Name Description
hostname The target host. Can be, “FQDN” or “client ID”.
paths Fetches the number of elements, an array of path strings.
max_file_size The maximum size of the file that will download.
action The action to apply to the found files. Can be, “STAT”, “HASH” or “DOWNLOAD”.
pathtype The path type to glob in. Can be, “UNSET”, “OS”, “TSK”, “REGISTRY”, “MEMORY”, or “TMPFILE”.

Outputs


There are no outputs for this script.

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)