Hostname
codingame.com
Last fetched
codingame.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
codingame.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.20.18.67 | 107.20.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 184.73.243.146 | 184.73.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.211.83.91 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.94.156.56 | 3.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.204.20.19 | 52.200.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.73.32.239 | 52.72.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.197.153.28 | 54.196.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.87.55.97 | 54.87.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.85.166.35 | 98.80.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.95.233.254 | 98.88.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- codingame
- Contact emails
- codingame.com@domainsbyproxy.com
- contact@codingame.com
- owner-1338817@codingame.com.whoisprivacyservice.org
- owner-1774219@codingame.com.whoisprivacyservice.org
- owner-3688872@codingame.com.whoisprivacyservice.org
- owner-5513293@codingame.com.whoisprivacyservice.org
- owner-5783242@codingame.com.whoisprivacyservice.org
- owner-908751@codingame.com.whoisprivacyservice.org
- owner-9380555@codingame.com.whoisprivacyservice.org
Subdomains
68 observed subdomains of codingame.com.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from codingame.com in the public web crawl.
4,494 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for codingame.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 26307476.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf0.codingame.com |
| SPF_MX | codingame.com |
Related pages
Pivot deeper into the graph from codingame.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codingame.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.