Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh automation library documentation #1879

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions _shared_content/automate/library/thinkst-canary.md
Original file line number Diff line number Diff line change
@@ -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**
Binary file added docs/assets/playbooks/library/thinkst-canary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading