Skip to content

Hostname

ca2.c-e.io

Last fetched

ca2.c-e.io resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.

Nutrition Label

WHISPER CANON · ca2.c-e.ioRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/ca2.c-e.io

Resolution chain

ca2.c-e.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
15.156.190.10015.158.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
15.157.253.16415.158.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.CA
15.223.87.25115.233.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.CA
16.52.220.2816.56.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.CA
16.52.3.4416.56.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.CA
35.182.35.735.184.128.0/20AS16509AMAZON-02 - Amazon.com, Inc.CA

WHOIS identity

No WHOIS records are currently associated with ca2.c-e.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from ca2.c-e.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "ca2.c-e.io"})-[: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.