Skip to content

Hostname

2265.com

Last fetched

2265.com resolves to 3 IPv4 addresses operated by HOTZONE in CN. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · 2265.comRouting diversity3.0/10Peering density6.5/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.2/10canon.whisper.security/host/2265.com

Resolution chain

2265.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
117.24.12.165117.24.0.0/20AS133776HOTZONECN
8.223.26.1678.223.0.0/18AS45102WALMART-CN 2-5F,Tower 2 and 1-12F,Tower 3,SZITIC SquareHK
120.33.34.38120.33.34.0/24AS133776HOTZONECN

WHOIS identity

Registrar
iana:1599
Organization
2265
Contact emails

Subdomains

4 observed subdomains of 2265.com.

Web-graph footprint

Distinct hostnames that link to or from 2265.com in the public web crawl.

179 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from 2265.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "2265.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.