Skip to content

Hostname

dyn.razx.com

Last fetched

dyn.razx.com resolves to 3 IPv4 addresses operated by ASN852 - TELUS Communications Inc. in CA.

Nutrition Label

WHISPER CANON · dyn.razx.comRouting diversity3.0/10Peering density9.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/dyn.razx.com

Resolution chain

dyn.razx.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
137.186.221.18137.186.0.0/16AS852ASN852 - TELUS Communications Inc.CA
173.183.174.90173.183.128.0/17AS852ASN852 - TELUS Communications Inc.CA
23.17.233.12123.17.0.0/16AS852ASN852 - TELUS Communications Inc.CA

WHOIS identity

No WHOIS records are currently associated with dyn.razx.com in WhisperGraph.

Subdomains

2 observed subdomains of dyn.razx.com.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from dyn.razx.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dyn.razx.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.