Skip to content

Hostname

ca.halara.com

Last fetched

ca.halara.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ca.halara.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ca.halara.com

Resolution chain

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

IPPrefixASNOperatorCountry
18.238.49.10918.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.4018.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.5518.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.238.49.7818.238.48.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.230.228.1354.230.228.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.230.228.1754.230.228.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.230.228.2254.230.228.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
54.230.228.6954.230.228.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

No WHOIS records are currently associated with ca.halara.com in WhisperGraph.

Subdomains

2 observed subdomains of ca.halara.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for ca.halara.com.

MechanismTarget
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com
SPF_INCLUDEsendgrid.net
SPF_INCLUDEshops.shopify.com

Related pages

Pivot deeper into the graph from ca.halara.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ca.halara.com"})-[: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.