Scan a file or directory
Spaces method and path for this operation:
post /s/{space_id}/api/endpoint/action/scan
Refer to Spaces for more information.
Scan a specific file or directory on an endpoint for malware.
Body
Required
-
List of agent types to retrieve. Defaults to
endpoint
.Values are
endpoint
,sentinel_one
,crowdstrike
, ormicrosoft_defender_endpoint
. -
A list of alerts
id
s.At least
1
element. Minimum length of each is1
. -
Case IDs to be updated (cannot contain empty strings)
At least
1
element. Minimum length of each is1
. -
Optional comment
-
List of endpoint IDs (cannot contain empty strings)
At least
1
element. Minimum length of each is1
. -
Optional parameters object
POST
/api/endpoint/action/scan
curl \
--request POST 'https://localhost:5601/api/endpoint/action/scan' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"comment":"Scan the file for malware","parameters":{"path":"/usr/my-file.txt"},"endpoint_ids":["ed518850-681a-4d60-bb98-e22640cae2a8"]}'