assign_acquisition_task
Initiate evidence acquisition from specified endpoints using a defined profile, associating it with a case ID for digital forensics and incident response purposes.
Instructions
Assign an evidence acquisition task to specific endpoints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
acquisitionProfileId | Yes | The acquisition profile ID to use for the task | |
analyzers | No | Array of analyzer IDs to use (e.g. ["bha", "wsa"]) | |
caseId | Yes | The case ID to associate the acquisition with | |
cpuLimit | No | CPU usage limit percentage (1-100). Defaults to 80 | |
enableCompression | No | Whether to enable compression. Defaults to true | |
enableEncryption | No | Whether to enable encryption. Defaults to false | |
encryptionPassword | No | Password for encryption if enabled | |
endpointIds | Yes | Array of endpoint IDs to collect evidence from | |
keywords | No | Array of keywords to search for | |
organizationIds | No | Array of organization IDs to filter by. Defaults to [0] |