Skip to content

Hostname

yangqihang.fun

Last fetched

yangqihang.fun resolves to 5 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in CN. WHOIS lists iana:1697 as the registrar.

Nutrition Label

WHISPER CANON · yangqihang.funRouting diversity3.9/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint3.2/10canon.whisper.security/host/yangqihang.fun

Resolution chain

yangqihang.fun resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
1.12.0.11.12.0.0/20AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueCN
101.227.168.35101.227.168.0/23AS4811CHINANET-SHANGHAI-MAN China Telecom GroupCN
111.206.98.235111.206.98.0/24AS4808CHINA169-BJ China Unicom Beijing Province NetworkCN
129.211.176.239129.211.176.0/20AS45090TENCENT-NET-AP Shenzhen Tencent Computer Systems Company LimitedCN
36.155.149.17636.155.144.0/21AS56046CMNET-JIANGSU-AP China Mobile communications corporationCN

WHOIS identity

Registrar
iana:1697
Organization
yang qi hang
Contact emails

Subdomains

1 observed subdomain of yangqihang.fun.

Threat posture

History

Related pages

Pivot deeper into the graph from yangqihang.fun.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "yangqihang.fun"})-[: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.