WireMCP

by 0xKoda
Verified

check_ip_threats

Verify if an IP address is flagged in the URLhaus blacklist for malicious indicators to enhance threat detection and security analysis on the WireMCP server.

Instructions

Check a given IP address against URLhaus blacklist for IOCs

Input Schema

NameRequiredDescriptionDefault
ipYesIP address to check (e.g., 192.168.1.1)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ip": { "description": "IP address to check (e.g., 192.168.1.1)", "pattern": "\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\b", "type": "string" } }, "required": [ "ip" ], "type": "object" }

You must be authenticated.

Other Tools from WireMCP

Related Tools

ID: d63qil4l1s