Skip to content

Hostname

www.method-man.com

Last fetched

www.method-man.com resolves to 4 IPv4 addresses operated by BIRD-HOSTING - Bird Hosting Inc. in US.

Nutrition Label

WHISPER CANON · www.method-man.comRouting diversity3.5/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/www.method-man.com

Resolution chain

www.method-man.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.64.78.5192.64.76.0/22AS19133BIRD-HOSTING - Bird Hosting Inc.US
207.228.225.16207.228.225.0/24AS14361HOPONE-GLOBAL - HopOne Internet CorporationUS
208.93.18.210208.93.18.0/23AS19133BIRD-HOSTING - Bird Hosting Inc.US
66.115.157.22666.115.157.0/24AS46562PERFORMIVE - Performive LLCUS

WHOIS identity

No WHOIS records are currently associated with www.method-man.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from www.method-man.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www.method-man.com"})-[: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.