Skip to content

Commit

Permalink
First draft (#5499)
Browse files Browse the repository at this point in the history
  • Loading branch information
joepeeples authored Jul 3, 2024
1 parent 5730776 commit dacd3a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/management/admin/response-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,18 @@ Required privilege: *Process Operations*
Example: `suspend-process --pid 123 --comment "Suspend suspicious process"`

[discrete]
[[get-file]]
=== `get-file`

Retrieve a file from a host. Files are downloaded in a password-protected `.zip` archive to prevent the file from running. Use password `elastic` to open the `.zip` in a safe environment.

[NOTE]
====
Files retrieved from third-party-protected hosts require a different password. Refer to the following:
* <<sentinelone-response-actions>>
====

You must include the following parameter to specify the file's location on the host:

* `--path` : The file's full path (including the file name).
Expand Down
10 changes: 10 additions & 0 deletions docs/management/admin/third-party-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ preview::[]

You can direct SentinelOne to perform response actions on protected hosts without leaving the {elastic-sec} UI. Prior <<response-actions-config,configuration>> is required to connect {elastic-sec} with SentinelOne.

.Requirements
[sidebar]
--
Third-party response actions require an https://www.elastic.co/pricing[Enterprise subscription], and each response action type has its own user role privilege requirements. Refer to <<response-actions>> for more information.
--

The following response actions and related features are supported for SentinelOne-protected hosts:

* **Isolate and release a host** using any of these methods:
Expand All @@ -25,4 +31,8 @@ The following response actions and related features are supported for SentinelOn
+
Refer to the instructions on <<isolate-a-host,isolating>> and <<release-a-host,releasing>> hosts for more details.

* **Retrieve a file from a host** with the <<get-file,`get-file` response action>>.
+
NOTE: For SentinelOne-protected hosts, you must use the password `Elastic@123` to open the retrieved file.

* **View past response action activity** in the <<response-actions-history,response actions history>> log.

0 comments on commit dacd3a2

Please sign in to comment.