Hostname
wangsu.com
Last fetched
wangsu.com resolves to 5 IPv4 addresses operated by CNIX-AP China Networks Inter-Exchange in CN.
Nutrition Label
Resolution chain
wangsu.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 |
|---|---|---|---|---|
| 103.116.123.92 | 103.116.123.0/24 | AS4847 | CNIX-AP China Networks Inter-Exchange | CN |
| 103.254.188.41 | 103.254.188.0/22 | AS23724 | CHINANET-IDC-BJ-AP IDC, China Telecommunications Corporation | CN |
| 117.24.11.18 | 117.24.0.0/20 | AS133776 | CHINATELECOM-FUJIAN-QUANZHOU-IDC1 Quanzhou | CN |
| 36.250.86.12 | 36.248.0.0/14 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 58.220.72.83 | 58.220.72.0/24 | AS137697 | CHINATELECOM-JIANGSU-YANGZHOU-IDC CHINATELECOM JiangSu YangZhou IDC networkdescr: YangZhouJiangsu Province, P.R.China. | CN |
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.
Web-graph footprint
Distinct hostnames that link to or from wangsu.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for wangsu.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.wangsu.com |
| SPF_INCLUDE | spf.icoremail.net |
| SPF_IP | 180.101.34.74 |
| SPF_IP | 180.101.34.75 |
| SPF_IP | 59.83.232.111 |
| SPF_IP | 59.83.232.112 |
| SPF_MX | mail.wangsu.com |
| SPF_MX | wangsu.com |
Related pages
Pivot deeper into the graph from wangsu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wangsu.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.