Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored and github-actions[bot] committed Dec 17, 2024
1 parent a97a7b4 commit b4cf9df
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 4 deletions.
52 changes: 50 additions & 2 deletions _shared_content/automate/library/sekoia-io.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,17 @@ Mark as active a countermeasure
| `assignee` | `string` | UUID of the profile assigned to the progress of the countermeasure |
| `created_at` | `string` | Date the countermeasure was created |

### Add events to a case

Add events to a case

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `uuid` | `string` | UUID of the case |
| `event_ids` | `array` | List of event identifiers (__event_id) to add to the case. Do not use event.id which is a different identifier. |

### Add IOC to IOC Collection

Add indicators to an IOC Collection
Expand Down Expand Up @@ -366,6 +377,10 @@ Create a notification for a specific tracker

Create a new rule

**Configuration**

{'type': 'string', 'maxLength': 1000, 'in': 'body'}

**Arguments**

| Name | Type | Description |
Expand Down Expand Up @@ -442,6 +457,10 @@ Create a new rule

Create a new asset

**Configuration**

{'type': 'string', 'in': 'body'}

**Arguments**

| Name | Type | Description |
Expand Down Expand Up @@ -477,6 +496,10 @@ Create a new asset

Create a new asset

**Configuration**

{'default': '', 'in': 'body', 'type': 'string'}

**Arguments**

| Name | Type | Description |
Expand Down Expand Up @@ -786,6 +809,7 @@ Retrieve the definition of an alert
| --------- | ------- | --------------------------- |
| `uuid` | `string` | |
| `stix` | `boolean` | |
| `cases` | `boolean` | Get the cases associated with this alert |


**Outputs**
Expand Down Expand Up @@ -825,6 +849,7 @@ Retrieve the definition of an alert
| `updated_by_type` | `string` | |
| `title` | `string` | |
| `target` | `string` | |
| `cases` | `array` | |

### Get Community

Expand Down Expand Up @@ -1428,7 +1453,7 @@ Create, merge and edit asset to synchronize asset with ad

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `found_assets` | `object` | |
| `found_assets` | `array` | |
| `created_asset` | `boolean` | |
| `destination_asset` | `string` | |

Expand All @@ -1445,6 +1470,25 @@ Triggers an action on an alert to update its status
| `comment` | `string` | a comment to describe why the alert status has changed |


**Outputs**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `actions` | `array` | |

### Update Alert Status by name

Triggers an action on an alert to update its status by name

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `uuid` | `string` | |
| `status` | `string` | Title of the status to update the alert to |
| `comment` | `string` | a comment to describe why the alert status has changed |


**Outputs**

| Name | Type | Description |
Expand All @@ -1455,6 +1499,10 @@ Triggers an action on an alert to update its status

Update a rule

**Configuration**

{'in': 'body', 'type': 'string', 'maxLength': 1000}

**Arguments**

| Name | Type | Description |
Expand Down Expand Up @@ -1531,4 +1579,4 @@ Update a rule

## Extra

Module **`Sekoia.io` v2.65.4**
Module **`Sekoia.io` v2.66.2**
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ nav:
- Operators: tip/features/automate/operators.md
- Actions: tip/features/automate/actions.md
- Actions Library:
- Overview: tip/features/automate/library/overview.md
- Applicative:
- Mandrill: tip/features/automate/library/mandrill.md
- Mattermost: tip/features/automate/library/mattermost.md
Expand Down Expand Up @@ -239,13 +238,15 @@ nav:
- OpenAI: tip/features/automate/library/openai.md
- RSS: tip/features/automate/library/rss.md
- Sekoia.io: tip/features/automate/library/sekoia-io.md
- Sekoia.io: tip/features/automate/library/sekoia-io.md
- Utils: tip/features/automate/library/utils.md
- IAM:
- Microsoft Active Directory: tip/features/automate/library/microsoft-active-directory.md
- Microsoft Entra ID: tip/features/automate/library/microsoft-entra-id.md
- Network:
- Fortigate Firewalls: tip/features/automate/library/fortigate-firewalls.md
- Zscaler: tip/features/automate/library/zscaler.md
- Overview: tip/features/automate/library/overview.md
- Threat Intelligence:
- BinaryEdge's API: tip/features/automate/library/binaryedge-s-api.md
- Censys: tip/features/automate/library/censys.md
Expand Down Expand Up @@ -480,7 +481,6 @@ nav:
- WatchGuard Firebox: integration/categories/network_security/watchguard_firebox.md
- Zscaler Internet Access: integration/categories/network_security/zscaler_zia.md
- List of Playbooks Actions:
- Overview: integration/action_library/overview.md
- Applicative:
- Mandrill: integration/action_library/mandrill.md
- Mattermost: integration/action_library/mattermost.md
Expand Down Expand Up @@ -508,13 +508,15 @@ nav:
- OpenAI: integration/action_library/openai.md
- RSS: integration/action_library/rss.md
- Sekoia.io: integration/action_library/sekoia-io.md
- Sekoia.io: integration/action_library/sekoia-io.md
- Utils: integration/action_library/utils.md
- IAM:
- Microsoft Active Directory: integration/action_library/microsoft-active-directory.md
- Microsoft Entra ID: integration/action_library/microsoft-entra-id.md
- Network:
- Fortigate Firewalls: integration/action_library/fortigate-firewalls.md
- Zscaler: integration/action_library/zscaler.md
- Overview: integration/action_library/overview.md
- Threat Intelligence:
- BinaryEdge's API: integration/action_library/binaryedge-s-api.md
- Censys: integration/action_library/censys.md
Expand Down

0 comments on commit b4cf9df

Please sign in to comment.