This app can be downloaded here.
Iterate through an array and send each item in the array to a playbook trigger link.
- requests
- tcex
Array
: The array through which you would like to iterate.Playbook Trigger Link
: The playbook link to which you would like to send each item in the array.
To install this app in ThreatConnect, run the following code in the top-level directory of this app:
make lib
make pack
This will create a .tcx
file in the top app directory which will work in ThreatConnect assuming the instance of ThreatConnect is running the same version of python used during the make lib
command.
This package was created with Cookiecutter and Floyd Hightower's TCEX App Template.