Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
This playbook allows the SOC users to automatically response to Microsoft Sentinel incidents which includes URL's, by adding the URLs to the Microsoft Sentinel URL blocked group.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Fortinet FortiGate Next-Generation Firewall connector for Microsoft Sentinel |
| Source | View on GitHub |
This playbook uses 5 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 4 |
fortinetconnector |
Managed | 0 | 2 |
teams |
Managed | 1 | 0 |
FortinetCustomConnector |
Custom | 1 | 0 |
function |
Built-in | 0 | 2 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_comment_to_incident_(V3)_3 | post | /Incidents/Comment |
— |
| Update_incident | put | /Incidents |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
| Entities_-_Get_URLs | post | /entities/url |
— |
fortinetconnector (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Create_an_address_object | post | /api/v2/cmdb/firewall/address |
— |
| Update_pre-defined_address_group | put | /api/v2/cmdb/firewall/addrgrp/@{encodeURIComponent(variables('Pre-definedGroupName'))} |
— |
function (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Address_group_details | — | — | functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/',variables('functionAppName'),'/functions/Fortinet-GetEntityDetails')] |
| Check_address_object_is_already_exist_in_firewall | GET | — | functionId=[concat('/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/providers/Microsoft.Web/sites/',variables('functionAppName'),'/functions/Fortinet-GetEntityDetails')] |
📄 Source: Fortinet_ResponseOnURL/readme.md
This playbook allows the SOC users to automatically response to Microsoft Sentinel incidents which includes URL's, by adding the URLs to the Sentinel URL blocked group. Learn more about Threat Intelligence in Fortinet policy

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.
##Playbook steps explained
Action Name (type-String) - To determine the action name to be displayed in the adaptive card such as Block or Unblock URL from predefined address group.
Adaptive card body(type-Array) - To determine the dynamic adaptive card body
Address group Members(type-Array) - To determine the body of predefined address group
URL Address Action(type-Array) - Consolidated actions summary on each URL to display in adaptive card
Predefined group name(type-String)- You can change the pre-defined address group name here
[Content truncated...]
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to Fortinet FortiGate Next-Generation Firewall connector for Microsoft Sentinel