Skip to content

Hostname

demo-e.cloud.eramba.org

Last fetched

demo-e.cloud.eramba.org resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · demo-e.cloud.eramba.orgRouting diversity3.9/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/demo-e.cloud.eramba.org

Resolution chain

demo-e.cloud.eramba.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.48.145.64100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.52.67.169100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.207.67.15618.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.232.40.1433.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.94.17.723.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
98.90.154.11598.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with demo-e.cloud.eramba.org in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from demo-e.cloud.eramba.org in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from demo-e.cloud.eramba.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "demo-e.cloud.eramba.org"})-[: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.