Skip to content

Hostname

www-example1.ec2-base.mlce.cloud

Last fetched

www-example1.ec2-base.mlce.cloud resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA.

Nutrition Label

WHISPER CANON · www-example1.ec2-base.mlce.cloudRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/www-example1.ec2-base.mlce.cloud

Resolution chain

www-example1.ec2-base.mlce.cloud resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.174.129.1193.174.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.174.129.233.174.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.174.129.563.174.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
3.174.129.863.174.128.0/21AS16509AMAZON-02 - Amazon.com, Inc.ZA
99.84.234.1799.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.2599.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.2799.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.234.5099.84.232.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with www-example1.ec2-base.mlce.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from www-example1.ec2-base.mlce.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www-example1.ec2-base.mlce.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.