- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-23-2022 10:53 AM
We created a Bash Automation that we would like to automate within XSOAR. I see powershell as an option as a language, but not bash. Am I only allowed to create automations with these 3 languages (python, js, powershell)?
Thanks for any help!
08-23-2022 10:58 AM
You are correct. From the XSOAR Admin Guide...
"In the Automation
08-23-2022 09:25 PM
Hi @NickyR, you can also use the Remote Access integration to connect to another Linux server and run the bash commands on. You can also user the XSOAR server with the above integration.
You can also choose to use Python's subprocess library. Refer to our "Ping" automation to see how. If you want to run the same on an external system, add an engine and configure the automation to run on that engine. When installing the engine ensure that you also install Python on that server.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!