Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

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

NameRequiredDescriptionDefault
acquisitionProfileIdYesThe acquisition profile ID to use for the task
analyzersNoArray of analyzer IDs to use (e.g. ["bha", "wsa"])
caseIdYesThe case ID to associate the acquisition with
cpuLimitNoCPU usage limit percentage (1-100). Defaults to 80
enableCompressionNoWhether to enable compression. Defaults to true
enableEncryptionNoWhether to enable encryption. Defaults to false
encryptionPasswordNoPassword for encryption if enabled
endpointIdsYesArray of endpoint IDs to collect evidence from
keywordsNoArray of keywords to search for
organizationIdsNoArray of organization IDs to filter by. Defaults to [0]

Input Schema (JSON Schema)

{ "properties": { "acquisitionProfileId": { "description": "The acquisition profile ID to use for the task", "type": "string" }, "analyzers": { "description": "Array of analyzer IDs to use (e.g. [\"bha\", \"wsa\"])", "items": { "type": "string" }, "type": "array" }, "caseId": { "description": "The case ID to associate the acquisition with", "type": "string" }, "cpuLimit": { "description": "CPU usage limit percentage (1-100). Defaults to 80", "type": "number" }, "enableCompression": { "description": "Whether to enable compression. Defaults to true", "type": "boolean" }, "enableEncryption": { "description": "Whether to enable encryption. Defaults to false", "type": "boolean" }, "encryptionPassword": { "description": "Password for encryption if enabled", "type": "string" }, "endpointIds": { "description": "Array of endpoint IDs to collect evidence from", "items": { "type": "string" }, "type": "array" }, "keywords": { "description": "Array of keywords to search for", "items": { "type": "string" }, "type": "array" }, "organizationIds": { "description": "Array of organization IDs to filter by. Defaults to [0]", "items": { "type": "number" }, "type": "array" } }, "required": [ "caseId", "acquisitionProfileId", "endpointIds" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/binalyze/air-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server