VirusTotal MCP Server

get_ip_report

Analyze IP addresses to retrieve geolocation, reputation data, and key relationships like communicating files, historical certificates, and DNS resolutions. Provides a detailed report for enhanced security insights.

Instructions

Get a comprehensive IP address analysis report including geolocation, reputation data, and key relationships (communicating files, historical certificates/WHOIS, resolutions). Returns both the basic analysis and automatically fetched relationship data.

Input Schema

NameRequiredDescriptionDefault
ipYesIP address to analyze

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ip": { "anyOf": [ { "format": "ipv4" }, { "format": "ipv6" } ], "description": "IP address to analyze", "type": "string" } }, "required": [ "ip" ], "type": "object" }

You must be authenticated.

Other Tools from VirusTotal MCP Server

Related Tools

ID: rcbu34kp5c