Skip to content

Hostname

privacy.ca

Last fetched

privacy.ca resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists registrar:internic.ca inc. as the registrar.

Nutrition Label

WHISPER CANON · privacy.caRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/privacy.ca

Resolution chain

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

IPPrefixASNOperatorCountry
18.208.86.4918.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
34.199.126.11334.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

Registrar
registrar:internic.ca inc.
Organization
3684466 canada
Contact emails

Subdomains

2 observed subdomains of privacy.ca.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for privacy.ca.

MechanismTarget
SPF_Amxout.hosting.internic.ca
SPF_MXprivacy.ca

Related pages

Pivot deeper into the graph from privacy.ca.

Cypher and MCP

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

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