Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_triage_rule

Generate a new triage rule using YARA content, specify search locations, and assign to organizations for efficient digital forensics and incident response.

Instructions

Create a new triage rule

Input Schema

NameRequiredDescriptionDefault
descriptionYesA descriptive name for the triage rule
engineYesRule engine to use, e.g., "yara"
organizationIdsNoOrganization IDs to associate with this rule. Defaults to [0]
ruleYesThe YARA rule content
searchInYesWhere to search, e.g., "filesystem"

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "A descriptive name for the triage rule", "type": "string" }, "engine": { "description": "Rule engine to use, e.g., \"yara\"", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate with this rule. Defaults to [0]", "items": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "type": "array" }, "rule": { "description": "The YARA rule content", "type": "string" }, "searchIn": { "description": "Where to search, e.g., \"filesystem\"", "type": "string" } }, "required": [ "description", "rule", "searchIn", "engine" ], "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