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
Resolution chain
meth.cat resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 80.41.44.156 | 80.40.0.0/14 | AS13285 | OPALTELECOM-AS TalkTalk Communications Limited | GB |
| 92.19.121.170 | 92.16.0.0/13 | AS13285 | OPALTELECOM-AS TalkTalk Communications Limited | GB |
WHOIS identity
- Registrar
- iana:69
- Organization
- 1337 services
- Contact emails
- —
Subdomains
2 observed subdomains of meth.cat.
| Subdomain |
|---|
| rain.meth.cat |
| yexon.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.
Sample inbound links
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.