Hostname
sdygp.cn
Last fetched
sdygp.cn resolves to 4 IPv4 addresses operated by USCLOUD INC - Uscloud Inc in US.
Nutrition Label
Resolution chain
sdygp.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.149.163.125 | 107.149.163.0/24 | AS402169 | USCLOUD INC - Uscloud Inc | US |
| 107.149.163.126 | 107.149.163.0/24 | AS402169 | USCLOUD INC - Uscloud Inc | US |
| 107.149.163.131 | 107.149.163.0/24 | AS402169 | USCLOUD INC - Uscloud Inc | US |
| 43.242.202.88 | 43.242.200.0/22 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
WHOIS identity
No WHOIS records are currently associated with sdygp.cn in WhisperGraph.
Subdomains
2 observed subdomains of sdygp.cn.
| Subdomain |
|---|
| m.sdygp.cn |
| www.sdygp.cn |
Web-graph footprint
Distinct hostnames that link to or from sdygp.cn in the public web crawl.
86 sites link to this hostname.
70 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from sdygp.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sdygp.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.