Hostname
api-03.com
Last fetched
api-03.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
api-03.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 54.230.71.35 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.74 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.80 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 54.230.71.81 | 54.230.70.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of api-03.com owner
- Contact emails
- api-03.com@domainsbyproxy.com
- 055da78b-0914-419f-ab8b-b240e76f9807@identity-protect.org
- 12eb4cad-749c-4e63-8a50-658e226f5edc@identity-protect.org
- 1c74a93f-8cee-4b8b-888a-375719a62404@identity-protect.org
- 5fe548ac-f228-4a03-bf2f-b9e756d5f841@identity-protect.org
- 71776972-66d4-4ef1-a29f-386138b0b326@identity-protect.org
- 850443e9-b55f-40dc-9fd5-889e78505247@identity-protect.org
- owner-9773385@api-03.com.whoisprivacyservice.org
Subdomains
85 observed subdomains of api-03.com.
Showing 25 of 85. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from api-03.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-03.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.