Hostname
api-dev-pos.gb97.ec
Last fetched
api-dev-pos.gb97.ec resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api-dev-pos.gb97.ec 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 |
|---|---|---|---|---|
| 13.58.17.14 | 13.58.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.58.199.255 | 16.58.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.119.144.235 | 18.116.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.223.193.5 | 18.220.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.140.163.106 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.143.21.145 | 3.136.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.20.2.173 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.20.41.91 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.21.111.95 | 3.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api-dev-pos.gb97.ec in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev-pos.gb97.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev-pos.gb97.ec"})-[: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.