CBLiveGetFile Deprecated

Deprecated. Use CBLiveGetFile_V2 instead. Use Carbon black Response Live session to retrieve a file from an endpoint. Endpoint needs to have a CbResponse sensor deployed.

python · Carbon Black Enterprise Response

Details

IDCBLiveGetFile
Languagepython
From Version5.0.0
Docker Imagedemisto/python:2.7.18.20958
Tagscarbon-black endpoint
commonfields:
  id: CBLiveGetFile
  version: -1
name: CBLiveGetFile
script: ''
type: python
subtype: python2
comment: "Deprecated. Use CBLiveGetFile_V2 instead. Use Carbon black Response Live\
  \ session to retrieve a file from an endpoint. Endpoint needs to have a CbResponse\
  \ sensor deployed."
tags:
- carbon-black
- endpoint
system: true
args:
- name: hostname
  default: true
  description: hostname of a Carbon Black sensor
- name: path
  required: true
  description: path to file on system
- name: ip
  description: ip of a Carbon Black sensor
scripttarget: 0
deprecated: true
dependson:
  must:
  - cb-sensor-info
  - cb-list-sessions
  - cb-session-create
  - cb-session-info
  - cb-command-create
  - cb-command-info
  - cb-file-get
timeout: 300ns
fromversion: 5.0.0
tests:
- No Test
dockerimage: demisto/python:2.7.18.20958