diff --git a/_shared_content/automate/library/check-point.md b/_shared_content/automate/library/check-point.md new file mode 100644 index 0000000000..4c6e35efcb --- /dev/null +++ b/_shared_content/automate/library/check-point.md @@ -0,0 +1,35 @@ +# Check Point + +![Check Point](/assets/playbooks/library/check-point.png){ align=right width=150 } + +Check Point Harmony is the industry’s first unified security solution for users devices and access. + +## Configuration + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `client_id` | `string` | Client Id to interact with Checkpoint API | +| `secret_key` | `string` | Secret key to work with Checkpoint API | +| `authentication_url` | `string` | Authentication url to authenticate Checkpoint API | +| `base_url` | `string` | Base url to interact with Checkpoint API | + +## Triggers + +### [BETA] Collect Checkpoint Harmony events + +Trigger playbook to get Checkpoint Harmony events + +**Arguments** + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `ratelimit_per_minute` | `integer` | Maximum number of requests per minute | +| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | +| `intake_key` | `string` | Intake key to use when sending events | +| `chunk_size` | `integer` | The max size of chunks for the batch processing | +| `frequency` | `integer` | Batch frequency in seconds | + + +## Extra + +Module **`Check Point` v1.1.6** \ No newline at end of file diff --git a/docs/assets/playbooks/library/check-point.png b/docs/assets/playbooks/library/check-point.png new file mode 100644 index 0000000000..2c1a171cb1 Binary files /dev/null and b/docs/assets/playbooks/library/check-point.png differ diff --git a/mkdocs.yml b/mkdocs.yml index f7c434e783..3ceb409faa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -258,6 +258,7 @@ nav: - BinaryEdge's API: xdr/features/automate/library/binaryedge-s-api.md - Censys: xdr/features/automate/library/censys.md - Certificate Transparency: xdr/features/automate/library/certificate-transparency.md + - Check Point: xdr/features/automate/library/check-point.md - CrowdStrike: xdr/features/automate/library/crowdstrike.md - CrowdStrike Falcon: xdr/features/automate/library/crowdstrike-falcon.md - Cybereason: xdr/features/automate/library/cybereason.md @@ -437,6 +438,7 @@ nav: - BinaryEdge's API: tip/features/automate/library/binaryedge-s-api.md - Censys: tip/features/automate/library/censys.md - Certificate Transparency: tip/features/automate/library/certificate-transparency.md + - Check Point: tip/features/automate/library/check-point.md - CrowdStrike: tip/features/automate/library/crowdstrike.md - CrowdStrike Falcon: tip/features/automate/library/crowdstrike-falcon.md - Cybereason: tip/features/automate/library/cybereason.md