Skip to content

Commit

Permalink
Refresh automation library documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gbossert authored and github-actions[bot] committed May 7, 2024
1 parent d9ceb14 commit 66f70fc
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 34 additions & 1 deletion _shared_content/automate/library/withsecure.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ Get last security events

## Actions

### Add comment on Incident

Add comment on Incident.

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `target` | `string` | Incident identifier to comment. |
| `comment` | `string` | Comment. |

### Isolate Device From Network

Isolate a device from network connections.
Expand All @@ -37,6 +48,16 @@ Isolate a device from network connections.
| `target` | `string` | Device identifier of the computer to isolate. |
| `message` | `string` | Optional message that is displayed on isolated device. |

### List Detections For Incident

List Detections For Incident.

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `target` | `string` | Incident identifier to list detections. |

### List devices

Retrieves devices details.
Expand Down Expand Up @@ -74,7 +95,19 @@ Scan Device For Malware.
| --------- | ------- | --------------------------- |
| `target` | `string` | Device identifier to scan for malware. |

### Update status on Incident

Update status on Incident.

**Arguments**

| Name | Type | Description |
| --------- | ------- | --------------------------- |
| `target` | `string` | Incident identifier to comment. |
| `status` | `string` | Status. |
| `resolution` | `string` | Resolution. |


## Extra

Module **`WithSecure` v2.11.1**
Module **`WithSecure` v2.14.0**
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ nav:
- VirusTotal: xdr/features/automate/library/virustotal.md
- Whois: xdr/features/automate/library/whois.md
- WithSecure: xdr/features/automate/library/withsecure.md
- WithSecure: xdr/features/automate/library/withsecure.md
- Zscaler: xdr/features/automate/library/zscaler.md
- Debug playbooks: xdr/features/automate/debug-playbooks.md
- External integrations:
Expand Down Expand Up @@ -551,6 +552,7 @@ nav:
- VirusTotal: tip/features/automate/library/virustotal.md
- Whois: tip/features/automate/library/whois.md
- WithSecure: tip/features/automate/library/withsecure.md
- WithSecure: tip/features/automate/library/withsecure.md
- Zscaler: tip/features/automate/library/zscaler.md
- Develop:
- Overview: tip/develop/index.md
Expand Down

0 comments on commit 66f70fc

Please sign in to comment.