lookup_payload
ActiveTool 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)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Urlhaus
https://github.com/pipeworx-io/mcp-urlhaus
1/7 registries