- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-05-2024 05:21 AM
Hello Team,
I am new to use Cortex Xsoar. While running script getting the below error. why it is?
09-09-2024 10:25 PM
Hi,
You need to pass the arguments to the command with the argument names. You can see those agruments when you hit space after entering the command name.
For example:
!enrichIndicators indicatorsValues=${incident.details} Type=IP
!IPReputation ip=${incident.details}
Hope it helps!
09-09-2024 10:25 PM
Hi,
You need to pass the arguments to the command with the argument names. You can see those agruments when you hit space after entering the command name.
For example:
!enrichIndicators indicatorsValues=${incident.details} Type=IP
!IPReputation ip=${incident.details}
Hope it helps!
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!