Hostname
test.gamstop.io
Last fetched
test.gamstop.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
test.gamstop.io 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.244.146.100 | 18.244.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.13 | 18.244.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.3 | 18.244.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.32 | 18.244.186.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.67.181.106 | 18.67.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.39 | 18.67.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.68 | 18.67.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
| 18.67.181.91 | 18.67.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with test.gamstop.io in WhisperGraph.
Subdomains
6 observed subdomains of test.gamstop.io.
Threat posture
History
Related pages
Pivot deeper into the graph from test.gamstop.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.gamstop.io"})-[: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.