The Hive playbooks
Added The Hive Custom API Logic App Connector and 3 playbooks
@rushriva : Please provide your comments
@rushriva : Could you please review the playbooks. Thanks!
Hi @vu-socprime - Can you please make following changes. Thanks in advance
- For all playbooks, metadata object is missing. With the new template spec (for gallery), this is mandatory. Please look at the latest guide for playbooks contribution
- For all playbooks custom connector name must be included in the Parameters and use the parameter directly in "id" attribute of API. For example
"id": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/customApis/', variables('customApis_vendorproduct_name'))]" "id": "[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/customApis/', parameter('customApis_rapid7'))]"
- In Custom Connector - name of the custom connector must be a parameter and keep default value (same as the current) also we suggest making host url also as parameter
- Wherever sentinel connection used, use Managed Identity always - refer template for an example
- Please consider limited actions for Custom connector actions (whatever relevant or closer to SOAR perspective). Also please describe in readme (if it is missing)
- (If not implemented) Make sure playbook should not fail in case of API does not find entity / specified identity. Rather it should write in Sentinel comment that "Unable to find ......., hence no action taken)
- Make sure images are loading in readme files
Hi @anki-narravula The playbooks were updated according to the feedback
Hi @vu-socprime - We are good now. Can you please change the azure deploy links to point to master now. Also please see the readme file of TheHive-CreateCase, screenshot is not loading
Hi @anki-narravula - Screenshot loading fixed. Links already point to master.
Hi @vu-socprime - We are good now. Can you please change the azure deploy links to point to master now. Also please see the readme file of TheHive-CreateCase, screenshot is not loading
Hi @anki-narravula - Screenshot loading fixed. Links already point to master.
Hi @vu-socprime - I am somehow seeing that it is referencing to socprime branch. Below is the screenshot attached

Hi @vu-socprime - We are good now. Can you please change the azure deploy links to point to master now. Also please see the readme file of TheHive-CreateCase, screenshot is not loading
Hi @anki-narravula - Screenshot loading fixed. Links already point to master.
Hi @vu-socprime - I am somehow seeing that it is referencing to socprime branch. Below is the screenshot attached
@anki-narravula - Fixed