Skip to content

Hostname

haokacun.com

Last fetched

haokacun.com resolves to 4 IPv4 addresses operated by CT-XIANGYANG-IDC2 - China Telecom in CN. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · haokacun.comRouting diversity3.5/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.6/10canon.whisper.security/host/haokacun.com

Resolution chain

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

IPPrefixASNOperatorCountry
111.170.158.20111.170.144.0/20AS151185CT-XIANGYANG-IDC2 - China TelecomCN
111.170.164.248111.170.160.0/20AS151185CT-XIANGYANG-IDC2 - China TelecomCN
182.140.180.37182.140.180.0/24AS38283CHINANET-SCIDC-AS-AP - CHINANET SiChuan Telecom Internet Data CenterCN
211.154.18.69211.154.16.0/20AS146817FXNET - Hubei Feixun Network Co., LtdCN

WHOIS identity

Registrar
iana:1599
Organization
Contact emails

Subdomains

5 observed subdomains of haokacun.com.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from haokacun.com.

Cypher and MCP

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

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