Hostname
eu.amazon-value-service.com
Last fetched
eu.amazon-value-service.com resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES.
Nutrition Label
Resolution chain
eu.amazon-value-service.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.216.150.174 | 15.216.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.216.194.27 | 15.216.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.48.32.168 | 51.48.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.94.40.218 | 51.94.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.95.104.21 | 51.94.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.95.56.173 | 51.94.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 51.49.90.112 | 51.48.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.217.45.86 | 15.217.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 15.217.83.214 | 15.217.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
WHOIS identity
No WHOIS records are currently associated with eu.amazon-value-service.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from eu.amazon-value-service.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eu.amazon-value-service.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.