Skip to content

Hostname

meth.cat

Last fetched

meth.cat resolves to 2 IPv4 addresses operated by OPALTELECOM-AS TalkTalk Communications Limited in GB. WHOIS lists iana:69 as the registrar.

Nutrition Label

WHISPER CANON · meth.catRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/meth.cat

Resolution chain

meth.cat resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
80.41.44.15680.40.0.0/14AS13285OPALTELECOM-AS TalkTalk Communications LimitedGB
92.19.121.17092.16.0.0/13AS13285OPALTELECOM-AS TalkTalk Communications LimitedGB

WHOIS identity

Registrar
iana:69
Organization
1337 services
Contact emails

Subdomains

2 observed subdomains of meth.cat.

Web-graph footprint

Distinct hostnames that link to or from meth.cat in the public web crawl.

13 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from meth.cat.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "meth.cat"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.