forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added statistics fields - Added fetching incidents with filtering by minimum probability
- Loading branch information
Showing
12 changed files
with
300 additions
and
132 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
Packs/CheckPointNDR/IncidentFields/incidentfield-CheckPointNDR_ApplicationNames.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"id": "incident_appiname", | ||
"version": -1, | ||
"modified": "2024-10-20T22:22:45.48967185Z", | ||
"name": "Application Names", | ||
"ownerOnly": false, | ||
"description": "", | ||
"cliName": "appiname", | ||
"type": "multiSelect", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"openEnded": false, | ||
"associatedTypes": [ | ||
"Check Point NDR Insight" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": false, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
32 changes: 32 additions & 0 deletions
32
Packs/CheckPointNDR/IncidentFields/incidentfield-CheckPointNDR_ReceivedBytes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"id": "incident_receivedbytes", | ||
"version": -1, | ||
"modified": "2024-10-01T19:26:46.346683Z", | ||
"name": "Received Bytes", | ||
"ownerOnly": false, | ||
"description": "The total number of bytes received in the event.", | ||
"cliName": "receivedbytes", | ||
"type": "number", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"openEnded": false, | ||
"associatedTypes": [ | ||
"Check Point NDR Insight" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
32 changes: 32 additions & 0 deletions
32
Packs/CheckPointNDR/IncidentFields/incidentfield-CheckPointNDR_SentBytes.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"id": "incident_sentbytes", | ||
"version": -1, | ||
"modified": "2024-10-07T15:36:49.667762Z", | ||
"name": "Sent Bytes", | ||
"ownerOnly": false, | ||
"description": "The total number of bytes sent in the event.", | ||
"cliName": "sentbytes", | ||
"type": "number", | ||
"closeForm": false, | ||
"editForm": true, | ||
"required": false, | ||
"neverSetAsRequired": false, | ||
"isReadOnly": false, | ||
"useAsKpi": false, | ||
"locked": false, | ||
"system": false, | ||
"content": true, | ||
"group": 0, | ||
"hidden": false, | ||
"openEnded": false, | ||
"associatedTypes": [ | ||
"Check Point NDR Insight" | ||
], | ||
"associatedToAll": false, | ||
"unmapped": false, | ||
"unsearchable": true, | ||
"caseInsensitive": true, | ||
"sla": 0, | ||
"threshold": 72, | ||
"fromVersion": "6.9.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 52 additions & 21 deletions
73
...s/CheckPointNDR/Integrations/CheckPointNDR/test_data/checkpointndr-get_insight_event.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,57 @@ | ||
{ | ||
"objects": [ | ||
{ | ||
"id": 950961, | ||
"domain": "test", | ||
"from": 1703258128000, | ||
"to": 1703261728000, | ||
"filter": "src:\"127.0.0.1\"", | ||
"targetDomain": "test", | ||
"type": "Behavioral", | ||
"insight": "Behavioral.Geo.Bulgaria", | ||
"count": 1, | ||
"data": { | ||
"discovery_date": "1703387402954" | ||
}, | ||
"user": "Analytics", | ||
"created": 1703387404364, | ||
"updated": 1703387404364, | ||
"mdr": false, | ||
"probability": 64, | ||
"externalId": null, | ||
"editable": true | ||
} | ||
{ | ||
"id": 950961, | ||
"domain": "test", | ||
"from": 1703258128000, | ||
"to": 1703261728000, | ||
"filter": "src:\"127.0.0.1\"", | ||
"targetDomain": "test", | ||
"type": "Behavioral", | ||
"insight": "Behavioral.Geo.Bulgaria", | ||
"count": 1, | ||
"data": { | ||
"discovery_date": "1703387402954", | ||
"statistics": { | ||
"count": 1, | ||
"top_dst": [ | ||
"192.168.0.1" | ||
], | ||
"top_src": [ | ||
"127.0.0.1" | ||
], | ||
"total_dst": 1, | ||
"total_src": 1, | ||
"top_service": [ | ||
"1434" | ||
], | ||
"top_file_md5": ["098f6bcd4621d373cade4e832627b4f6"], | ||
"top_appi_name": ["TeamViewer", "google.com"], | ||
"total_service": 1, | ||
"total_file_md5": 1, | ||
"total_appi_name": 2, | ||
"top_proxy_src_ip": ["1.2.3.4"], | ||
"total_bytes_sent": 512, | ||
"top_src_user_name": ["maxn"], | ||
"total_proxy_src_ip": 1, | ||
"top_protection_name": [ | ||
"MS-SQL Monitor Protocol" | ||
], | ||
"total_src_user_name": 1, | ||
"top_src_machine_name": ["DESKTOP1"], | ||
"total_bytes_received": 1024, | ||
"total_protection_name": 1, | ||
"total_src_machine_name": 1 | ||
} | ||
}, | ||
"user": "Analytics", | ||
"created": 1703387404364, | ||
"updated": 1703387404364, | ||
"mdr": false, | ||
"probability": 64, | ||
"externalId": null, | ||
"editable": true | ||
} | ||
], | ||
"count": 1 | ||
} |
Oops, something went wrong.