You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_payload

Active

Tool of Urlhaus

declared in 0.1.0

Look up a malware payload file by its MD5 or SHA256 hash in the URLhaus database. Returns file type, size, first/last seen dates, and associated delivery URLs.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "md5_hash": "d41d8cd98f00b204e9800998ecf8427e"
    },
    {
      "sha256_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
    }
  ],
  "required": [],
  "properties": {
    "md5_hash": {
      "type": "string",
      "description": "MD5 hash of the payload to look up (32 hex characters)."
    },
    "sha256_hash": {
      "type": "string",
      "description": "SHA256 hash of the payload to look up (64 hex characters)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Urlhaus

https://github.com/pipeworx-io/mcp-urlhaus

1/7 registries
View full server →
lookup_payload — Urlhaus — PRSM MCP