Skip to content

Hostname

tiancode.cn

Last fetched

tiancode.cn resolves to 2 IPv4 addresses operated by ASLINE-AS-AP ASLINE LIMITED in HK.

Nutrition Label

WHISPER CANON · tiancode.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tiancode.cn

Resolution chain

tiancode.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
154.218.134.92154.218.128.0/18AS137951ASLINE-AS-AP ASLINE LIMITEDHK
160.124.247.114160.124.240.0/21AS132839POWERLINE-AS-AP POWER LINE DATACENTERZA

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Related pages

Pivot deeper into the graph from tiancode.cn.

Cypher and MCP

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

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