Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook unblocks URLs in Zscaler by removing them from a category using OAuth2 authentication.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Zscaler Internet Access |
| Source | View on GitHub |
This playbook uses 3 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
http |
Built-in | 0 | 2 |
workflow |
Built-in | 0 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Entities_-_Get_URLs | post | /entities/url |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| HTTP_Remove_URL | PUT | https://api.zsapi.net/zia/api/v1/urlCategories/@{variables('Category')}?action=REMOVE_FROM_LIST |
— |
| HTTP_Activate_Changes | POST | https://api.zsapi.net/zia/api/v1/status/activate |
— |
workflow (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| zscaler | — | — | workflowId=[variables('ZscalerAuthenticationFlow')]triggerName= manual |
📄 Source: Oauth2UnblockURL/readme.md
This playbook enables automated removal of URLs from a Zscaler Internet Access (ZIA) block category when triggered by Microsoft Sentinel incidents. It uses OAuth2 authentication to securely communicate with the Zscaler API and remove URLs from the designated URL category.
The Zscaler-Oauth2-UnblockURL playbook is designed to:
Before deploying this playbook, ensure you have:
Click the button below to deploy the Zscaler-Oauth2-UnblockURL playbook to your Azure environment:
After deployment, complete the following steps:
Authorize API Connections
Grant Required Permissions
Configure URL Category (Optional)
Configure Zscaler API URL (Optional)
Configure Automation Rules
| Parameter | Description | Default Value |
|---|---|---|
| PlaybookName | Name of the Logic App | Zscaler-Oauth2-UnblockURL |
/urlCategories/{category}?action=REMOVE_FROM_LIST)Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊