Skip to content
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
4 changes: 4 additions & 0 deletions solutions/security/endpoint-response-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ Required privilege (in {{stack}}) or custom role privilege (in {{serverless-shor

Example: `get-file --path "/full/path/to/file.txt" --comment "Possible malware"`

::::{note}
The maximum file size that can be retrieved using `get-file` is `104857600` bytes, or 100 MB.
::::

::::{tip}
You can use the [Osquery manager integration](/solutions/security/investigate/osquery.md) to query a host’s operating system and gain insight into its files and directories, then use `get-file` to retrieve specific files.
::::
Expand Down
Loading