Skip to content

Hostname

cn.ca

Last fetched

cn.ca resolves to 1 IPv4 address operated by CNRAIL-AS - Canadian National Railway in CA. WHOIS lists iana:456 as the registrar.

Nutrition Label

WHISPER CANON · cn.caRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint9.2/10canon.whisper.security/host/cn.ca

Resolution chain

cn.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
165.115.240.142165.115.240.0/24AS14014CNRAIL-AS - Canadian National RailwayCA

WHOIS identity

Registrar
iana:456
Organization
canadian national railway
Contact emails

Subdomains

212 observed subdomains of cn.ca.

Web-graph footprint

Distinct hostnames that link to or from cn.ca in the public web crawl.

1,611 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for cn.ca.

MechanismTarget
SPF_Asmtp.cn.ca
SPF_INCLUDEspf.boreal-is.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP208.67.168.41
SPF_IP208.67.169.72
SPF_IP208.67.169.73
SPF_IP208.67.170.37
SPF_IP208.67.171.72
SPF_IP208.67.171.73
SPF_MXcn.ca

Related pages

Pivot deeper into the graph from cn.ca.

Cypher and MCP

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

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