Skip to content

Hostname

dyson.cr

Last fetched

dyson.cr resolves to 4 IPv4 addresses operated by AS20940 in KR.

Nutrition Label

WHISPER CANON · dyson.crRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/dyson.cr

Resolution chain

dyson.cr resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.76.153.15923.76.153.0/24AS20940KR
23.76.153.5823.76.153.0/24AS20940KR
172.66.2.181172.66.0.0/22AS13335CLOUDFLARENET - Cloudflare, Inc.CA
162.159.142.185162.159.128.0/19AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with dyson.cr in WhisperGraph.

Subdomains

1 observed subdomain of dyson.cr.

Subdomain
www.dyson.cr

Web-graph footprint

Distinct hostnames that link to or from dyson.cr in the public web crawl.

58 sites link to this hostname.

20 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from dyson.cr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dyson.cr"})-[: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.