Hostname
mainnet.stargate-api.com
Last fetched
mainnet.stargate-api.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ID.
Nutrition Label
Resolution chain
mainnet.stargate-api.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 |
|---|---|---|---|---|
| 108.138.141.19 | 108.138.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 108.138.141.28 | 108.138.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 108.138.141.52 | 108.138.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 108.138.141.69 | 108.138.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 13.249.96.14 | 13.249.96.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.96.18 | 13.249.96.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.96.19 | 13.249.96.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.96.42 | 13.249.96.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.45.116 | 13.33.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.45.118 | 13.33.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.45.65 | 13.33.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.33.45.73 | 13.33.44.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
No WHOIS records are currently associated with mainnet.stargate-api.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from mainnet.stargate-api.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from mainnet.stargate-api.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mainnet.stargate-api.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.