Skip to main content
Glama

Threat.Zone MCP Server

by threat-zone
GPL 3.0
14
  • Apple
  • Linux

scan_file_sandbox

Analyze suspicious files in a secure sandbox environment to detect malware and understand malicious behavior through configurable execution scenarios.

Instructions

Submit a file for advanced sandbox analysis with detailed configuration.

Args: file_path: Path to the file to analyze is_public: Whether the scan results should be public (default: False) entrypoint: File to execute within archive (if applicable) password: Password for archive files (if applicable) environment: Analysis environment - w7_x64, w10_x64, w11_x64, macos, android, linux (default: w10_x64) timeout: Analysis timeout in seconds - 60, 120, 180, 240, 300 (default: 180) work_path: Working directory - desktop, root, %AppData%, windows, temp (default: desktop) mouse_simulation: Enable mouse simulation (default: True) https_inspection: Enable HTTPS inspection (default: False) internet_connection: Enable internet connection (default: False) raw_logs: Include raw logs (default: False) snapshot: Take VM snapshots (default: False) sleep_evasion: Enable sleep evasion techniques (default: False) smart_tracing: Enable smart tracing (default: False) dump_collector: Enable dump collection (default: False) open_in_browser: Open files in browser (default: False) extension_check: Perform extension check (default: True) modules: Analysis modules to use, e.g., ["csi", "cdr"] (default: None) auto_config: Use automatic configuration (default: False)

Input Schema

NameRequiredDescriptionDefault
auto_configNo
dump_collectorNo
entrypointNo
environmentNow10_x64
extension_checkNo
file_pathYes
https_inspectionNo
internet_connectionNo
is_publicNo
modulesNo
mouse_simulationNo
open_in_browserNo
passwordNo
raw_logsNo
sleep_evasionNo
smart_tracingNo
snapshotNo
timeoutNo
work_pathNodesktop

Input Schema (JSON Schema)

{ "properties": { "auto_config": { "default": false, "title": "Auto Config", "type": "boolean" }, "dump_collector": { "default": false, "title": "Dump Collector", "type": "boolean" }, "entrypoint": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Entrypoint" }, "environment": { "default": "w10_x64", "title": "Environment", "type": "string" }, "extension_check": { "default": true, "title": "Extension Check", "type": "boolean" }, "file_path": { "title": "File Path", "type": "string" }, "https_inspection": { "default": false, "title": "Https Inspection", "type": "boolean" }, "internet_connection": { "default": false, "title": "Internet Connection", "type": "boolean" }, "is_public": { "default": false, "title": "Is Public", "type": "boolean" }, "modules": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Modules" }, "mouse_simulation": { "default": true, "title": "Mouse Simulation", "type": "boolean" }, "open_in_browser": { "default": false, "title": "Open In Browser", "type": "boolean" }, "password": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Password" }, "raw_logs": { "default": false, "title": "Raw Logs", "type": "boolean" }, "sleep_evasion": { "default": false, "title": "Sleep Evasion", "type": "boolean" }, "smart_tracing": { "default": false, "title": "Smart Tracing", "type": "boolean" }, "snapshot": { "default": false, "title": "Snapshot", "type": "boolean" }, "timeout": { "default": 180, "title": "Timeout", "type": "integer" }, "work_path": { "default": "desktop", "title": "Work Path", "type": "string" } }, "required": [ "file_path" ], "type": "object" }

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/threat-zone/threatzonemcp'

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