Skip to main content
Glama

VirusTotal MCP Server

get_file_report

Retrieve detailed file analysis reports by submitting MD5, SHA-1, or SHA-256 hashes. Includes detection results, file properties, and key relationships for threat assessment and security analysis.

Instructions

Get a comprehensive file analysis report using its hash (MD5/SHA-1/SHA-256). Includes detection results, file properties, and key relationships (behaviors, dropped files, network connections, embedded content, threat actors). Returns both the basic analysis and automatically fetched relationship data.

Input Schema

NameRequiredDescriptionDefault
hashYesMD5, SHA-1 or SHA-256 hash of the file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hash": { "description": "MD5, SHA-1 or SHA-256 hash of the file", "pattern": "^[a-fA-F0-9]{32,64}$", "type": "string" } }, "required": [ "hash" ], "type": "object" }

You must be authenticated.

Other Tools from VirusTotal 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/BurtTheCoder/mcp-virustotal'

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