Skip to content

Hostname

tzin-tech.cloud

Last fetched

tzin-tech.cloud resolves to 2 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in DE.

Nutrition Label

WHISPER CANON · tzin-tech.cloudRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tzin-tech.cloud

Resolution chain

tzin-tech.cloud resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
43.158.112.11443.158.64.0/18AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueDE
43.158.112.4143.158.64.0/18AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueDE

WHOIS identity

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

Subdomains

5 observed subdomains of tzin-tech.cloud.

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

Threat posture

History

Related pages

Pivot deeper into the graph from tzin-tech.cloud.

Cypher and MCP

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

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