Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored Dec 1, 2023
1 parent 2e345c7 commit 91d8e8e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _shared_content/automate/library/check-point.md
Original file line number Diff line number Diff line change
@@ -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**
Binary file added docs/assets/playbooks/library/check-point.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 91d8e8e

Please sign in to comment.