Hostname
ks-test-pull.yy.com
Last fetched
ks-test-pull.yy.com resolves to 9 IPv4 addresses operated by ChinaNet-JX-Yunhe-IDC - China Telecom in CN.
Nutrition Label
Resolution chain
ks-test-pull.yy.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 106.227.70.71 | 106.227.64.0/19 | AS149837 | ChinaNet-JX-Yunhe-IDC - China Telecom | CN |
| 106.227.70.73 | 106.227.64.0/19 | AS149837 | ChinaNet-JX-Yunhe-IDC - China Telecom | CN |
| 113.96.142.74 | 113.96.0.0/12 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 121.17.252.70 | 121.16.0.0/13 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 123.6.13.70 | 123.4.0.0/14 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 163.177.116.73 | 163.177.0.0/16 | AS17816 | CHINA169-GZ - China Unicom IP network China169 Guangdong province | CN |
| 182.90.220.80 | 182.88.0.0/14 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 183.95.220.37 | 183.92.0.0/14 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 58.240.12.132 | 58.240.0.0/15 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
WHOIS identity
No WHOIS records are currently associated with ks-test-pull.yy.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ks-test-pull.yy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ks-test-pull.yy.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.