Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
This playbook interacts with relevant stakeholders, such incident response team, to approve blocking/allowing IPs in Palo Alto PAN-OS, using Address Object Groups. This allows to make changes on predefined address group, which is attached to predefined security policy rule.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | PaloAlto-PAN-OS |
| Source | View on GitHub |
📄 Source: PaloAltoPlaybooks/PaloAlto-PAN-OS-BlockIP-EntityTrigger/readme.md
## Summary
This playbook allows blocking/unblocking IPs in PaloAlto, using Address Object Groups. This allows to make changes on predefined address group, which is attached to predefined security policy rule.
When a new Sentinel incident is created, this playbook gets triggered and performs below actions:
An adaptive card is sent to the SOC channel providing Incident information, IP address, list of existing security policy rules in which IP is a member of and provides an option to Block/Unblock IP Address to predefined address group or Ignore.
The SOC can take action on risky IP based on the information provided in the adaptive card.
This is the adaptive card SOC will receive when playbook is triggered for each risky IP for taking actions like block/unblock/ignore:
This is the consolidate adaptive card about the summary of actions taken on IP and the incident configuration:
Once deployment is complete, you will need to authorize each connection. 1. Click the Microsoft Sentinel connection resource 2. Click edit API connection 3. Click Authorize 4. Sign in 5. Click Save 6. Repeat steps for other connection such as Teams connection and PAN-OS API connection (For authorizing the PAN-OS API connection, API Key needs to be provided)
Microsoft Sentinel incident is created. The playbook receives the incident as the input.
Get the list of risky/malicious IPs as entities from the Incident.
[Content truncated...]
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊