Skip to content

Hostname

clearweather.ca

Last fetched

clearweather.ca resolves to 1 IPv4 address operated by AS852 in CA.

Nutrition Label

WHISPER CANON · clearweather.caRouting diversity1.5/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/clearweather.ca

Resolution chain

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

IPPrefixASNOperatorCountry
99.199.65.21999.199.0.0/17AS852CA

WHOIS identity

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

Web-graph footprint

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

12 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for clearweather.ca.

MechanismTarget
SPF_Aclearweather.ca
SPF_INCLUDE_spf.mailroots.namespro.ca
SPF_MXclearweather.ca

Related pages

Pivot deeper into the graph from clearweather.ca.

Cypher and MCP

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

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