MalwareAnalyzerMCP

shell_command

Execute terminal commands with a customizable timeout for malware analysis. Commands run in the background if they exceed the timeout, ensuring uninterrupted processing of analysis tasks.

Instructions

Execute a command in the terminal with timeout. Command will continue running in background if it doesn't complete within timeout.

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to execute in the terminal
timeout_msNoOptional timeout in milliseconds (default: 30000)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "The command to execute in the terminal", "minLength": 1, "type": "string" }, "timeout_ms": { "description": "Optional timeout in milliseconds (default: 30000)", "type": "number" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from MalwareAnalyzerMCP

Related Tools

    ID: v6v1ohhw7v