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 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 3 |
http |
Built-in | 0 | 3 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Update_incident_2 | put | /Incidents |
— |
| Update_incident | put | /Incidents |
— |
| Add_comment_to_incident_(V3) | post | /Incidents/Comment |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_Alert_IronDome_Information | POST | @{parameters('IronNetUrl')}/IronApi/GetAlertIronDomeInformation |
— |
| Generate_the_token_for_Azure_Sentinel_Incident | POST | https://login.microsoftonline.com/@{parameters('TenantId')}/oauth2/token |
— |
| Get_Sentinel_Incident | GET | https://management.azure.com@{parameters('ResourceGroupId')}/providers/Microsoft.OperationalInsights/workspaces/@{parameters('workspace_name')}/providers/Microsoft.SecurityInsights/incidents?api-version=2020-01-01&$filter=endsWith(properties/title,'(@{variables('IronNet Alert Id')})') |
— |
author: IronNet
This playbook is used to keep IronDefense and Azure Sentinel in sync by triggering on any new IronDefense alert notifications that is added to a Sentinel incident and updating the incident's status and classification based on the IronDefense alert.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊