Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
When a Sentinel incident status changes, this playbook pushes the update to the corresponding alert(s). Includes tag-based loop prevention to avoid circular sync with Importer.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Check Point Cyberint Alerts |
| Source | View on GitHub |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuresentinel |
Managed | 1 | 2 |
http |
Built-in | 0 | 1 |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Add_sync_comment | post | /Incidents/Comment |
— |
| Update_incident_tags | put | /Incidents |
— |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Update_Argos_Alert_Status | PUT | @{parameters('API_Base_URL')}/api/v1/alerts/@{encodeURIComponent(variables('AlertRefId'))} |
— |
📄 Source: Sync/CPEM_OutboundSync/readme.md
When a Microsoft Sentinel incident status changes, this playbook pushes the update to the corresponding alert(s). It maps Sentinel incident status and close classification to alert status and closure reason. Includes tag-based loop prevention to avoid circular sync with the Importer playbook.
Flow:
argos-importer-synced) — skips if present.Active → open, Closed → closed + closure reason).argos-exporter-synced.| Parameter | Required | Description |
|---|---|---|
| PlaybookName | No | Name of the Logic App (default: Check_Point_EM_Exporter) |
| Check_Point_EM_Base_PlaybookName | No | Name of the base playbook (default: Check_Point_EM_Base) |
| Sentinel Status | Sentinel Classification | Argos Status | Argos Closure Reason |
|---|---|---|---|
| Active | — | open |
— |
| Closed | True Positive | closed |
resolved |
| Closed | False Positive | closed |
false_positive |
| Closed | Benign Positive | closed |
no_longer_a_threat |
| Closed | Undetermined | closed |
other |
This playbook checks for the argos-importer-synced tag before syncing. If the tag is present (set by Importer), the playbook skips the update to prevent circular sync loops.
| Action | Endpoint |
|---|---|
| Update alert status | PUT /api/v1/alerts/{alert_ref_id} |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊