Skip to content

Hostname

cagw.ca

Last fetched

cagw.ca resolves to 2 IPv4 addresses operated by NUCDN - NuCDN LLC in US.

Nutrition Label

WHISPER CANON · cagw.caRouting diversity2.4/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/cagw.ca

Resolution chain

cagw.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.37.183.1104.37.183.0/24AS23393NUCDN - NuCDN LLCUS
66.102.133.9466.102.128.0/20AS40092ONIAAS - HostPapaCA

WHOIS identity

No WHOIS records are currently associated with cagw.ca in WhisperGraph.

Subdomains

9 observed subdomains of cagw.ca.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

8 SPF mechanisms authorising senders for cagw.ca.

MechanismTarget
SPF_Acagw.ca
SPF_INCLUDErelay.mailchannels.net
SPF_INCLUDEspf.antispamcloud.com
SPF_INCLUDEspf.hostpapa.com
SPF_IP65.39.193.50
SPF_IP66.102.133.94
SPF_IP69.90.66.210
SPF_MXcagw.ca

Related pages

Pivot deeper into the graph from cagw.ca.

Cypher and MCP

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

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