Hostname
tsienhsueshen.com
Last fetched
tsienhsueshen.com 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
Resolution chain
tsienhsueshen.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.12.0.4 | 1.12.0.0/20 | AS132203 | TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue | CN |
| 1.14.119.35 | 1.14.64.0/18 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
| 1.14.119.35 | 1.14.64.0/18 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
| 111.13.13.35 | 111.13.0.0/16 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 112.80.181.45 | 112.80.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 117.89.178.173 | 117.89.176.0/21 | AS134756 | CHINANET-NANJING-JISHAN-IDC CHINANET Nanjing Jishan IDC network | CN |
WHOIS identity
- Registrar
- iana:1697
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of tsienhsueshen.com.
| Subdomain |
|---|
| www.tsienhsueshen.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for tsienhsueshen.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
Related pages
Pivot deeper into the graph from tsienhsueshen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tsienhsueshen.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.