Hostname
prod-eks.newfront.com
Last fetched
prod-eks.newfront.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
prod-eks.newfront.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.144.211.70 | 16.145.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.145.112.185 | 16.146.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.83.96.79 | 35.96.3.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.253.103.217 | 45.0.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.185.109.15 | 54.192.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.69.252.204 | 54.80.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with prod-eks.newfront.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from prod-eks.newfront.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prod-eks.newfront.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.