AS-Add-Domains-to-Zscaler-URL-Category

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook will extract domains from Microsoft Sentinel incidents and add them to a Zscaler Custom URL Category of your choice.

Attribute Value
Type Playbook
Solution Standalone Content
Source View on GitHub

Logic App Connectors

This playbook uses 3 Logic App connectors / built-in actions:

Connector / Action Type Connections Actions
azuresentinel Managed 1 1
keyvault Managed 1 2
http Built-in 0 5
Action parameters (URLs, paths, function IDs)

azuresentinel (Managed)

Action Method Endpoint Other
Entities_-_Get_URLs post /entities/url

keyvault (Managed)

Action Method Endpoint Other
Get_Secret_API_Key get [concat('/secrets/@{encodeURIComponent(''', parameters('KeySecretName'), ''')}/value')]
Get_Secret_-_Password get [concat('/secrets/@{encodeURIComponent(''', parameters('PasswordSecretName'), ''')}/value')]

http (Built-in)

Action Method Endpoint Other
HTTP-_Authenticate POST [concat(parameters('ZscalerURL'), '/api/v1/authenticatedSession')]
HTTP-_Get_URLCategories GET [concat(parameters('ZscalerURL'), '/api/v1/urlCategories?customOnly=true')]
HTTP-_Activate_Changes POST [concat(parameters('ZscalerURL'), '/api/v1/status/activate')]
HTTP-_Update_URL_Category PUT [concat(parameters('ZscalerURL'), '/api/v1/urlCategories/@{variables(''URL Category Id'')}?action=ADD_TO_LIST')]
HTTP-_End_Session DELETE [concat(parameters('ZscalerURL'), '/api/v1/authenticatedSession')]

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks