From 66f70fc02ce068c8250f170cecb9b027ec401a7a Mon Sep 17 00:00:00 2001 From: gbossert <1853778+gbossert@users.noreply.github.com> Date: Tue, 7 May 2024 09:33:33 +0000 Subject: [PATCH] Refresh automation library documentation --- .../automate/library/withsecure.md | 35 ++++++++++++++++++- mkdocs.yml | 2 ++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/_shared_content/automate/library/withsecure.md b/_shared_content/automate/library/withsecure.md index 8c3b016242..0fea14f772 100644 --- a/_shared_content/automate/library/withsecure.md +++ b/_shared_content/automate/library/withsecure.md @@ -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. @@ -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. @@ -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** \ No newline at end of file +Module **`WithSecure` v2.14.0** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1acd00f5c5..cc7d33fc6e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: @@ -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