Hostname
game1.2vortexspace.com
Last fetched
game1.2vortexspace.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
game1.2vortexspace.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 |
|---|---|---|---|---|
| 3.164.36.106 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.55 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.75 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.92 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.167.56.116 | 3.167.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.56.2 | 3.167.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.56.43 | 3.167.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.56.58 | 3.167.56.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.111 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.41 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.73 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.74 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Threat posture
History
Related pages
Pivot deeper into the graph from game1.2vortexspace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "game1.2vortexspace.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.