Hostname
2k.com
Last fetched
2k.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
2k.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 |
|---|---|---|---|---|
| 13.226.2.129 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.20 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.7 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.89 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.169.231.59 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.78 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.79 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.231.87 | 3.169.228.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.47.30 | 52.85.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.85.47.33 | 52.85.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.85.47.37 | 52.85.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.85.47.74 | 52.85.46.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain administrator
- Contact emails
Subdomains
73 observed subdomains of 2k.com.
Showing 25 of 73. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 2k.com in the public web crawl.
1,439 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for 2k.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from 2k.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2k.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.