SCPPullFiles

Take a list of devices and pull a specific file (given by path) from each using SCP.

python · Common Scripts

Details

IDSCPPullFiles
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
TagsUtility

README

Pulls a specific file (given by path) from each using SCP from a list of devices.

Script Data


Name Description
Script Type python
Tags Utility

Dependencies


This script uses the following commands and scripts.

  • copy-from

Inputs


Argument Name Description
systems2files The JSON object mapping remote access instances to filepaths.

Outputs


There are no outputs for this script.

commonfields:
  id: SCPPullFiles
  version: -1
name: SCPPullFiles
script: ''
type: python
subtype: python3
tags:
- Utility
comment: Take a list of devices and pull a specific file (given by path) from each using SCP.
system: true
args:
- name: systems2files
  required: true
  default: true
  description: A JSON object mapping RemoteAccess instances to filepaths.
scripttarget: 0
dependson:
  must:
  - copy-from
timeout: 0s
fromversion: 5.0.0
dockerimage: demisto/python3:3.12.13.10404775
tests:
- No tests (auto formatted)
marketplaces:
- xsoar
- marketplacev2
- platform