Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
Queries the argsentdc_CL custom table (populated by the CCP data connector) for recent alerts and creates corresponding Microsoft Sentinel incidents.
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | Check Point Cyberint Alerts |
| Source | View on GitHub |
This content item queries data from the following tables:
| Table | Selection Criteria | Transformations | Ingestion API | Lake-Only |
|---|---|---|---|---|
argsentdc_CL |
✓ | ✓ | ✓ |
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
azuremonitorlogs |
Managed | 1 | 1 |
azuresentinel |
Managed | 1 | 2 |
azuremonitorlogs (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Run_KQL_Query | post | /queryData |
— |
azuresentinel (Managed)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Create_incident | put | [concat('/Incidents/subscriptions/', subscription().subscriptionId, '/resourceGroups/', resourceGroup().name, '/workspaces/', parameters('Workspace_Name'))] |
— |
| Add_comment_to_incident | post | /Incidents/Comment |
— |
📄 Source: Sync/CPEM_InboundSync/readme.md
This playbook polls Argos for recently modified alerts and writes updated records to the argsentdc_CL custom Log Analytics table. It complements the CCP data connector which only ingests new alerts (using created_date). The Importer catches status changes, closures, and other alert updates using the modification_date filter.
Flow:
modification_date filter.| Parameter | Required | Description |
|---|---|---|
| PlaybookName | No | Name of the Logic App (default: Check_Point_EM_Importer) |
| Check_Point_EM_Base_PlaybookName | No | Name of the base playbook (default: Check_Point_EM_Base) |
| PollingIntervalMinutes | No | Poll interval in minutes (default: 10) |
| DataCollectionEndpoint | Yes | DCE URL from the CCP connector deployment |
| DataCollectionRuleImmutableId | Yes | DCR immutable ID from the CCP connector deployment |
If the same alert appears in both the CCP connector (new) and Importer (modified) within the same window, the table will have two rows with the same ref_id. This is expected — analytics rules should use arg_max(TimeGenerated, *) by ref_id to get the latest state.
| Action | Endpoint |
|---|---|
| Poll modified alerts | POST {ArgosBaseUrl} with modification_date filter |
| Write to custom table | POST {DCE}/dataCollectionRules/{dcr_id}/streams/Custom-argsentdc_CL |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊