Skip to content

Hostname

mx-wyn.bell.ca

Last fetched

mx-wyn.bell.ca resolves to 4 IPv4 addresses operated by BACOM - Bell Canada in CA.

Nutrition Label

WHISPER CANON · mx-wyn.bell.caRouting diversity1.5/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/mx-wyn.bell.ca

Resolution chain

mx-wyn.bell.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
67.69.243.16167.69.0.0/16AS577BACOM - Bell CanadaCA
67.69.243.18067.69.0.0/16AS577BACOM - Bell CanadaCA
67.69.243.18167.69.0.0/16AS577BACOM - Bell CanadaCA
67.69.243.18267.69.0.0/16AS577BACOM - Bell CanadaCA

WHOIS identity

No WHOIS records are currently associated with mx-wyn.bell.ca in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mx-wyn.bell.ca.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mx-wyn.bell.ca"})-[: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.