diff --git a/_shared_content/automate/library/thinkst-canary.md b/_shared_content/automate/library/thinkst-canary.md new file mode 100644 index 0000000000..ad107e0798 --- /dev/null +++ b/_shared_content/automate/library/thinkst-canary.md @@ -0,0 +1,33 @@ +# Thinkst Canary + +![Thinkst Canary](/assets/playbooks/library/thinkst-canary.png){ align=right width=150 } + +Thinkst Canary specializes in innovative cybersecurity solutions, particularly using honeypot technology to detect and alert on threats within networks. They provide early warnings of breaches with minimal false positives. + +## Configuration + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `base_url` | `string` | Base URL | +| `auth_token` | `string` | Auth token | + +## Triggers + +### [BETA] Fetch Thinkst Canary Events + +Get latest events from Thinkst Canary + +**Arguments** + +| Name | Type | Description | +| --------- | ------- | --------------------------- | +| `intake_server` | `string` | | +| `intake_key` | `string` | | +| `chunk_size` | `integer` | The max size of chunks for the batch processing | +| `frequency` | `integer` | Batch frequency in seconds | +| `acknowledge` | `boolean` | Whether to acknowledge received events | + + +## Extra + +Module **`Thinkst Canary` v1.0.0** \ No newline at end of file diff --git a/docs/assets/playbooks/library/thinkst-canary.png b/docs/assets/playbooks/library/thinkst-canary.png new file mode 100644 index 0000000000..1f30b05de0 Binary files /dev/null and b/docs/assets/playbooks/library/thinkst-canary.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 0106fa9b12..a0bab5f5df 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -566,6 +566,7 @@ nav: - Sophos: tip/features/automate/library/sophos.md - TEHTRIS: tip/features/automate/library/tehtris.md - The Hive: tip/features/automate/library/the-hive.md + - Thinkst Canary: tip/features/automate/library/thinkst-canary.md - Tranco: tip/features/automate/library/tranco.md - Trellix: tip/features/automate/library/trellix.md - Trend Micro: tip/features/automate/library/trend-micro.md