Hostname
ayserworld.com
Last fetched
ayserworld.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
ayserworld.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.64.14 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.85 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.90 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.172.64.95 | 18.172.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.174.29.116 | 3.174.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.29.37 | 3.174.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.29.67 | 3.174.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.29.82 | 3.174.29.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of ayserworld.com owner
- Contact emails
- 6cb83a9b-6973-45b3-adae-0268bbd46c5e@identity-protect.org
- 7db87690-de2f-47f5-b524-23114bc74a40@identity-protect.org
- 9e36dd5c-dca2-4cfb-be00-13f0be1f3a72@identity-protect.org
- afa78883-8c2e-47d7-8aba-770be87c459b@identity-protect.org
- ccaebd3f-c2e9-425c-b27c-d85a8786bba3@identity-protect.org
- fd207ecc-9328-4a17-8a4a-ea6b06904cff@identity-protect.org
Threat posture
History
Related pages
Pivot deeper into the graph from ayserworld.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ayserworld.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.