Skip to content

How to Download Files Using RTR with FalconPy SDK? #1081

Answered by jshcodes
joseraeiro asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @joseraeiro -

Here are two simple variations (one for a single host and one for multiple hosts using batch commands).

Give them a try and let us know if you have questions. 😄

Download a file from a single host using RTR_ExecuteActiveResponderCommand

"""This example demonstrates downloading a single file from a single host."""
from logging import basicConfig, DEBUG
from falconpy import Hosts, RealTimeResponse

# Set these constants before executing
SHOW_API_RESPONSES = True               # Turn this off to disable debugging
hostname = ""                           # Host we are targeting, ex: "testing-host"
target_location = ""                    # File location, ex: /home/ec2-user/
targ…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
6 replies
@jshcodes
Comment options

@joseraeiro
Comment options

@joseraeiro
Comment options

@jshcodes
Comment options

@joseraeiro
Comment options

Answer selected by jshcodes
Comment options

You must be logged in to vote
8 replies
@joseraeiro
Comment options

@joseraeiro
Comment options

@jshcodes
Comment options

@joseraeiro
Comment options

@jshcodes
Comment options