Skip to content

Hostname

hawth.ca

Last fetched

hawth.ca resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:centralnic canada inc as the registrar.

Nutrition Label

WHISPER CANON · hawth.caRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/hawth.ca

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.113.214108.138.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.113.23108.138.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.113.28108.138.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.113.43108.138.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
13.227.153.11513.227.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
13.227.153.15313.227.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
13.227.153.19013.227.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
13.227.153.7613.227.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.164.96.1293.164.96.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.96.33.164.96.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.96.683.164.96.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA
3.164.96.833.164.96.0/22AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

Registrar
registrar:centralnic canada inc
Organization
private by design,
Contact emails

Subdomains

1 observed subdomain of hawth.ca.

Threat posture

History

Related pages

Pivot deeper into the graph from hawth.ca.

Cypher and MCP

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

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