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

Merged
merged 2 commits into from
May 15, 2024
Merged
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
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**
Loading