Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
author: IronNet
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | IronNet IronDefense |
| Source | View on GitHub |
⚠️ Not listed in Solution JSON: This content item was discovered by scanning the solution folder but is not included in the official Solution JSON file. It may be a legacy item, under development, or excluded from the official solution package.
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 11 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_All_Updated_Incident | GET | @variables('Next Link') |
— |
| IronNet_Login_to_fetch_the_Token | POST | @{parameters('IronNetUrl')}/IronApi/Login |
— |
| Get_Incident_and_System_Alert_relations | GET | https://management.azure.com@{parameters('ResourceGroupId')}/providers/Microsoft.OperationalInsights/workspaces/@{parameters('workspace_name')}/providers/Microsoft.SecurityInsights/incidents/@{items('Loop_through_each_Incident')?['name']}/relations?api-version=2019-01-01-preview |
— |
| Update_Incident_Rating | POST | @{parameters('IronNetUrl')}/IronApi/RateAlert |
— |
| Update_Incident_Rating_without_comment | POST | @{parameters('IronNetUrl')}/IronApi/RateAlert |
— |
| Update_Incident_Rating_with_classification_comment | POST | @{parameters('IronNetUrl')}/IronApi/RateAlert |
— |
| Update_Incident_Status | POST | @{parameters('IronNetUrl')}/IronApi/SetAlertStatus |
— |
| Update_Incident_Status_without_comment | POST | @{parameters('IronNetUrl')}/IronApi/SetAlertStatus |
— |
| Get_Entities | GET | https://management.azure.com@{parameters('ResourceGroupId')}/providers/Microsoft.OperationalInsights/workspaces/@{parameters('workspace_name')}/providers/Microsoft.SecurityInsights/Entities/@{items('Loop_through_Alerts')?['properties']?['relatedResourceName']}?api-version=2019-01-01-preview |
— |
| Get_Incident_latest_Comments | GET | https://management.azure.com@{items('Loop_through_each_Incident')?['id']}/comments?api-version=2020-01-01 |
— |
| Generate_the_token_for_Azure_Sentinel_Incident | POST | https://login.microsoftonline.com/@{parameters('TenantId')}/oauth2/token |
— |
author: IronNet
This playbook is used to keep IronDefense and Azure Sentinel in sync by receiving Sentinel incident updates to update the corresponding IronDefense alert workflow status and analyst rating through IronAPI. The playbook should be set to run when a new alert is generated by the "Create Incidents from IronDefense" analytic rule.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊