Hostname
gameace.cc
Last fetched
gameace.cc resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG.
Nutrition Label
Resolution chain
gameace.cc 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.102.121 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.54 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.57 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.102.9 | 108.159.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 18.160.46.121 | 18.160.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.46.24 | 18.160.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.46.53 | 18.160.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.46.97 | 18.160.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.122.122 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.15 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.79 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.122.81 | 18.66.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with gameace.cc in WhisperGraph.
Subdomains
6 observed subdomains of gameace.cc.
Threat posture
History
Related pages
Pivot deeper into the graph from gameace.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gameace.cc"})-[: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.