Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
Syncs closed incidents from Microsoft Sentinel back to SOCRadar platform. Uses Synced tag to prevent duplicate syncs. Filters by: SOCRadar tag + Closed status + lastModified. Now with pagination for 1000+ incidents.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | SOCRadar |
| Source | View on GitHub |
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 4 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Query_Closed_Page | GET | @variables('closed_next_link') |
— |
| Update_SOCRadar_Status | POST | https://platform.socradar.com/api/company/@{parameters('CompanyId')}/alarms/status/change |
— |
| Update_SOCRadar_Severity | POST | https://platform.socradar.com/api/company/@{parameters('CompanyId')}/alarm/severity |
— |
| Add_Synced_Tag | PUT | [concat(variables('_managementBaseUrl'), 'subscriptions/', subscription().subscriptionId, '/resourceGroups/', parameters('WorkspaceResourceGroup'), '/providers/Microsoft.OperationalInsights/workspaces/', parameters('WorkspaceName'), '/providers/Microsoft.SecurityInsights/incidents/@{items(''For_Each_Incident'')?[''name'']}?api-version=2023-11-01')] |
— |
📄 Source: SOCRadar-Alarm-Sync/readme.md
Syncs closed Microsoft Sentinel incidents back to SOCRadar with classification mapping.
| Microsoft Sentinel Classification | SOCRadar Status |
|---|---|
| FalsePositive | FALSE_POSITIVE |
| BenignPositive | MITIGATED |
| TruePositive | RESOLVED |
| Undetermined | RESOLVED |
You can also install this playbook via Microsoft Sentinel Content Hub.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊