Skip to content

Commit

Permalink
Scan response action [serverless] (#5566)
Browse files Browse the repository at this point in the history
* Update response actions page (serverless)

* Apply suggestions from Nastasha's review

Co-authored-by: Nastasha Solomon <[email protected]>

* Update image: help panel

* Edit description

* Fix screenshots

Whoops, updated the wrong image

---------

Co-authored-by: Nastasha Solomon <[email protected]>
  • Loading branch information
joepeeples and nastasha-solomon authored Aug 13, 2024
1 parent 0fa35f1 commit c195f96
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
Binary file modified docs/management/admin/images/response-console-help-panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/management/admin/response-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ NOTE: The default file size maximum is 25 MB, configurable in `kibana.yml` with
[discrete]
=== `scan`

Scan a specific file or directory on the host for malware. The scan uses the <<malware-protection,malware protection settings>> (such as **Detect** or **Prevent** options, or enabling the blocklist) as configured in the host's associated {elastic-defend} integration policy. Use these parameters:
Scan a specific file or directory on the host for malware. This uses the <<malware-protection,malware protection settings>> (such as **Detect** or **Prevent** options, or enabling the blocklist) as configured in the host's associated {elastic-defend} integration policy. Use these parameters:

* `--path` : (Required) The absolute path to a file or directory to be scanned.

Expand Down
14 changes: 14 additions & 0 deletions docs/serverless/endpoint-response-actions/response-actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,20 @@ You can follow this with the `execute` response action to upload and run scripts
The default file size maximum is 25 MB, configurable in `kibana.yml` with the `maxUploadResponseActionFileBytes` setting. You must enter the value in bytes (the maximum is `104857600` bytes, or 100 MB).
</DocCallOut>

### `scan`

Scan a specific file or directory on the host for malware. This uses the <DocLink slug="/serverless/security/configure-endpoint-integration-policy" section="malware-protection">malware protection settings</DocLink> (such as **Detect** or **Prevent** options, or enabling the blocklist) as configured in the host's associated ((elastic-defend)) integration policy. Use these parameters:

* `--path` : (Required) The absolute path to a file or directory to be scanned.

Required role: **Tier 3 Analyst**, **SOC Manager**, or **Endpoint Operations Analyst**

Example: `scan --path "/Users/username/Downloads" --comment "Scan Downloads folder for malware"`

<DocCallOut title="Note">
Scanning can take longer for directories containing a lot of files.
</DocCallOut>

<div id="supporting-commands-parameters"></div>

## Supporting commands and parameters
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c195f96

Please sign in to comment.