Hostname
api-doc.jumppoint.io
Last fetched
api-doc.jumppoint.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
api-doc.jumppoint.io 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.33.88.111 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.88.118 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.88.15 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.88.22 | 13.33.88.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.67.233.117 | 18.67.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.233.124 | 18.67.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.233.93 | 18.67.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.67.233.94 | 18.67.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 52.85.12.117 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.40 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.42 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.12.64 | 52.85.12.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api-doc.jumppoint.io in WhisperGraph.
Subdomains
1 observed subdomain of api-doc.jumppoint.io.
| Subdomain |
|---|
| international.api-doc.jumppoint.io |
Threat posture
History
Related pages
Pivot deeper into the graph from api-doc.jumppoint.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-doc.jumppoint.io"})-[: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.