Skip to content

Hostname

node9.ca

Last fetched

node9.ca appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · node9.caRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/node9.ca

Resolution chain

node9.ca has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

10 SPF mechanisms authorising senders for node9.ca.

MechanismTarget
SPF_Anode9.ca
SPF_INCLUDEnetcampro.com
SPF_INCLUDEpanelvps.net
SPF_IP172.104.212.32/32
SPF_IP172.105.14.39/32
SPF_IP174.142.89.148/32
SPF_IP174.142.89.232/32
SPF_IP45.79.214.102/32
SPF_IP72.137.225.162/32
SPF_MXnode9.ca

Related pages

Pivot deeper into the graph from node9.ca.

Cypher and MCP

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

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