Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a new sentinal incident is created, this playbook gets triggered and performs below actions:
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | PaloAlto-PAN-OS |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
PAN-OSRestApiCustomConnector |
Custom | 1 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3)_2 | post | /Incidents/Comment |
— |
| Entities_-_Get_URLs | post | /entities/url |
— |
PAN-OSRestApiCustomConnector (Custom)| Action | Method | Endpoint | Other |
|---|---|---|---|
| List_address_objects | get | /restapi/v10.0/Objects/Addresses |
— |
| List_custom_url_categories | get | /restapi/v10.0/Objects/CustomURLCategories |
— |
📄 Source: PaloAltoPlaybooks/PaloAlto-PAN-OS-GetURLCategoryInfo/readme.md
When a new sentinal incident is created, this playbook gets triggered and performs below actions:
Once deployment is complete, you will need to authorize each connection.
Microsoft Sentinel incident is created. The playbook receives the incident as the input.
Get the list of risky/malicious URLs as entities from the Incident
Playbook uses "List address objects" action to get address object details from PAN-OS
Playbook uses "List URL filtering category information" action to get URL filtering category details from PAN-OS
Iterates on the URLs found in this incident (probably one) and performs the following:
For the risky URL, Filter URL from list of address objects action to get specific address object details from PAN-OS
a. Compose body of address object where URL is a member for updating incident with address object details
Create HTML table for URL category information such as name, location and description
Add a comment to the incident with the information below:
a. User information collected by "List address obects" action from PAN-OS such as
b. URL filtering category information collected by "List URL filtering category information" action from PAN-OS such as
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊