Skip to content

Commit

Permalink
Merge pull request #1879 from SEKOIA-IO/update-automation-library-doc…
Browse files Browse the repository at this point in the history
…umentation

Refresh automation library documentation
  • Loading branch information
squioc authored Jul 31, 2024
2 parents 073b080 + 75231e7 commit e3a749c
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
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

0 comments on commit e3a749c

Please sign in to comment.