AS-Remove-Domains-from-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 remove them from 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:
Action parameters (URLs, paths, function IDs)
| Action |
Method |
Endpoint |
Other |
| Entities_-_Get_URLs |
post |
/entities/url |
— |
| 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=REMOVE_FROM_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