Hostname
api-dev.podplay.com
Last fetched
api-dev.podplay.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IL.
Nutrition Label
Resolution chain
api-dev.podplay.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.169.71.112 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.15 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.73 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.75 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.170.19.124 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.125 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.5 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.19.51 | 3.170.19.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.9.175.28 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.29 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.45 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.62 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with api-dev.podplay.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev.podplay.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev.podplay.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.