Hostname
api-dev-eu.expopass.com
Last fetched
api-dev-eu.expopass.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api-dev-eu.expopass.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 |
|---|---|---|---|---|
| 13.226.251.40 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.50 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.80 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.82 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.186.15 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.26 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.45 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.186.96 | 13.35.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 3.164.53.121 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.41 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.84 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.95 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
WHOIS identity
No WHOIS records are currently associated with api-dev-eu.expopass.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev-eu.expopass.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev-eu.expopass.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.