Skip to content

Hostname

beta.easee.cloud

Last fetched

beta.easee.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · beta.easee.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/beta.easee.cloud

Resolution chain

beta.easee.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.158.32.103108.158.32.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
108.158.32.114108.158.32.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
108.158.32.127108.158.32.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
108.158.32.58108.158.32.0/22AS16509AMAZON-02 - Amazon.com, Inc.AU
52.85.31.10052.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.11952.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.2552.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.31.5652.85.28.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with beta.easee.cloud in WhisperGraph.

Subdomains

2 observed subdomains of beta.easee.cloud.

Threat posture

History

Related pages

Pivot deeper into the graph from beta.easee.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "beta.easee.cloud"})-[: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.