Skip to content

can not execute commands on endpoint #60

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

You must be logged in to vote

Was able to recreate the error and in the process of researching the issue, I believe I've discovered the problem.

A couple of notes:

  • I have been testing from Windows, MacOS and Linux
  • I have been testing commands TO Windows and Linux instances
  • I'm using Python 3.9 and FalconPy 0.3.0
  • API key has RTR and RTR-Admin READ/WRITE

Since runscript allows responders to execute any script, including dynamically generated ones, you cannot execute this command using the RTR-ExecuteActiveResponderCommand operation. You will need to use the RTR-Admin API and make use of the RTR-ExecuteAdminCommand operation. This also means your API key will need WRITE to RTR-Admin.

Example

import json
from falconpy i…

Replies: 11 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@EdgeSync
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
RTR Real Time Response issues and questions uber Questions related to Uber Class usage
3 participants
Converted from issue

This discussion was converted from issue #55 on February 26, 2021 17:32.