Hostname
2kgames.com
Last fetched
2kgames.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
2kgames.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.51.188.58 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.52.31.134 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 107.20.87.79 | 107.20.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 174.129.222.11 | 174.129.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.213.59.56 | 18.208.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.210.156.208 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.224.100.110 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.232.240.11 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.237.102.152 | 34.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.213.192.76 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.216.11.204 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.146.26.52 | 54.144.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.204.182.58 | 54.204.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.81.241.195 | 54.80.0.0/14 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.84.216.69 | 98.80.0.0/13 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
75 observed subdomains of 2kgames.com.
Showing 25 of 75. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 2kgames.com in the public web crawl.
859 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for 2kgames.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
| SPF_INCLUDE | mail.zendesk.com |
Related pages
Pivot deeper into the graph from 2kgames.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2kgames.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.