IBM Security QRadar SOAR

 View Only
Expand all | Collapse all

Utility Functions for Resilient - remote shell command "The remote computer %s is not configured'"

  • 1.  Utility Functions for Resilient - remote shell command "The remote computer %s is not configured'"

    Posted Wed December 02, 2020 04:13 PM

    iam trying to run command on remote linux servers using Utility Functions for Resilient - remote shell command 

    but i face " raise ValueError('The remote computer %s is not configured' % colon_split[1])
    ValueError: The remote computer remote_computer1 is not configured
    "

    i have added the remote computer and remote command in app.config file 

    can anyone help with how can i cinfigure the remote computer 

    Regards,



    ------------------------------
    Mohamed El Bagory
    ------------------------------


  • 2.  RE: Utility Functions for Resilient - remote shell command "The remote computer %s is not configured'"

    Posted Thu January 13, 2022 10:46 AM
    Did you solved "Remote computer is not configured" because I have the same issue so if you found the solution to this problem, can you post it please.

    Thanks

    ------------------------------
    Daniel Renaud
    ------------------------------



  • 3.  RE: Utility Functions for Resilient - remote shell command "The remote computer %s is not configured'"

    Posted Tue June 06, 2023 02:31 PM

    Just in case somebody faces this in the future.

    You are getting this error because in the function you are calling it as inputs.shell_command = 'python:172.168.10.10'

    you actually have to use remote_computer

    inputs.shell_command = 'python:remote_computer'



    ------------------------------
    LUCIANO ZEPPA
    ------------------------------