Hostname
aws-10.com
Last fetched
aws-10.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
aws-10.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.237.63.201 | 13.236.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of aws-10.com owner
- Contact emails
- 866eaaef-dfe8-4bb2-a7b7-50399175b672@identity-protect.org
- 8c5c356d-a6e2-4b1d-9fb8-729a064bd76b@identity-protect.org
- 8efd032b-f340-4e79-8278-a1e37c083911@identity-protect.org
- add12c82-ec30-4be2-9872-712b033297b6@identity-protect.org
- f6e276ca-58c5-4045-8c06-e2add6ae9b6c@identity-protect.org
- fe9cad24-035d-4784-a96f-31ad361655a2@identity-protect.org
- owner-11792249@aws-10.com.whoisprivacyservice.org
Subdomains
25 observed subdomains of aws-10.com.
Threat posture
History
Related pages
Pivot deeper into the graph from aws-10.com.
- IP · 13.237.63.201
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:468
- Country · AU
- Email · 866eaaef-dfe8-4bb2-a7b7-50399175b672@identity-protect.org
- TLD · .com
- Browse hostnames · aw…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aws-10.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.