Skip to content

Hostname

claeon.com

Last fetched

claeon.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
13.224.181.10013.224.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
13.224.181.3713.224.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
13.224.181.5113.224.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
13.224.181.7213.224.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.AU
3.167.138.1103.167.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.138.1223.167.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.138.253.167.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.167.138.493.167.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.175.196.1073.175.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.EG
3.175.196.143.175.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.EG
3.175.196.813.175.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.EG
3.175.196.963.175.192.0/21AS16509AMAZON-02 - Amazon.com, Inc.EG

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from claeon.com.

Cypher and MCP

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

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