Skip to content

Hostname

contextures.on.ca

Last fetched

contextures.on.ca resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
35.225.239.23335.225.224.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

No WHOIS records are currently associated with contextures.on.ca in WhisperGraph.

Subdomains

1 observed subdomain of contextures.on.ca.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

  • contextures.on.ca

SPF policy

3 SPF mechanisms authorising senders for contextures.on.ca.

MechanismTarget
SPF_Acontextures.on.ca
SPF_IP108.175.159.69
SPF_MXcontextures.on.ca

Related pages

Pivot deeper into the graph from contextures.on.ca.

Cypher and MCP

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

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