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 #1752

Merged
merged 1 commit into from
Apr 22, 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
32 changes: 32 additions & 0 deletions _shared_content/automate/library/ubika.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Ubika

![Ubika](/assets/playbooks/library/ubika.png){ align=right width=150 }

Ubika is a cybersecurity company offering products to protect web applications and APIs

## Configuration

This module accepts no configuration.

## Triggers

### [BETA] Fetch new alerts from Ubika Cloud Protector



**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `frequency` | `integer` | Batch frequency in seconds |
| `chunk_size` | `integer` | The size of chunks for the batch processing |
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') |
| `intake_key` | `string` | Intake key to use when sending events |
| `provider` | `string` | Id of cirrus provider |
| `tenant` | `string` | Id of cirrus tenant |
| `token` | `string` | API token |


## Extra

Module **`Ubika` v0.1.1**
Binary file added docs/assets/playbooks/library/ubika.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ nav:
- Query Builder (beta): xdr/features/investigate/query_builder.md
- Report:
- Dashboards: xdr/features/report/dashboards.md
- Threat Landscape: xdr/features/report/threat_landscape.md
- Threat Landscape: xdr/features/report/threat_landscape.md
- Automate:
- Playbooks: xdr/features/automate/index.md
- Playbooks On-premises: xdr/features/automate/playbooks-on-premises.md
Expand Down Expand Up @@ -345,6 +345,7 @@ nav:
- Trellix: xdr/features/automate/library/trellix.md
- Trend Micro: xdr/features/automate/library/trend-micro.md
- Triage: xdr/features/automate/library/triage.md
- Ubika: xdr/features/automate/library/ubika.md
- Utils: xdr/features/automate/library/utils.md
- Vade Cloud: xdr/features/automate/library/vade-cloud.md
- Vade Secure: xdr/features/automate/library/vade-secure.md
Expand Down Expand Up @@ -413,7 +414,7 @@ nav:
- IOCs Collections: cti/features/consume/ioccollections.md
- Monitor:
- Dashboards: cti/features/monitor/dashboard.md
- Threat Landscape: cti/features/monitor/threat_landscape.md
- Threat Landscape: cti/features/monitor/threat_landscape.md
- External Integrations:
- Overview: cti/features/integrations/index.md
- API: cti/features/integrations/api.md
Expand Down Expand Up @@ -458,7 +459,7 @@ nav:
- Expiration Rules: tip/features/produce/expiration_rules.md
- Monitor:
- Dashboards: tip/features/monitor/dashboard.md
- Threat Landscape: cti/features/monitor/threat_landscape.md
- Threat Landscape: cti/features/monitor/threat_landscape.md
- External Integrations:
- Overview: tip/features/integrations/index.md
- API: tip/features/integrations/api.md
Expand Down Expand Up @@ -541,6 +542,7 @@ nav:
- Trellix: tip/features/automate/library/trellix.md
- Trend Micro: tip/features/automate/library/trend-micro.md
- Triage: tip/features/automate/library/triage.md
- Ubika: tip/features/automate/library/ubika.md
- Utils: tip/features/automate/library/utils.md
- Vade Cloud: tip/features/automate/library/vade-cloud.md
- Vade Secure: tip/features/automate/library/vade-secure.md
Expand Down
Loading