Hostname
gooplay.com
Last fetched
gooplay.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
gooplay.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.159.61.128 | 108.159.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.61.43 | 108.159.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.61.69 | 108.159.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.61.83 | 108.159.56.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.225.143.129 | 13.225.142.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.143.6 | 13.225.142.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.143.60 | 13.225.142.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.225.143.98 | 13.225.142.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.65.16 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.47 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.49 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.56 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:1923
- Organization
- domain admin
- Contact emails
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for gooplay.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.mailhostbox.com |
Related pages
Pivot deeper into the graph from gooplay.com.
- IP · 108.159.61.128
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:1923
- Country · IN
- Email · domains@hugedomains.com
- TLD · .com
- Browse hostnames · go…
- 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: "gooplay.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.