Skip to content

Commit

Permalink
Merge pull request #1752 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 Apr 22, 2024
2 parents 627f724 + a816700 commit 6a65e0b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
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 @@ -272,7 +272,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 @@ -346,6 +346,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 @@ -414,7 +415,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 @@ -459,7 +460,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 @@ -542,6 +543,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

0 comments on commit 6a65e0b

Please sign in to comment.