Hostname
sbgov.cn
Last fetched
sbgov.cn resolves to 3 IPv4 addresses operated by AS133776 in CN. WHOIS lists registrar:阿里云计算有限公司(万网) as the registrar.
Nutrition Label
Resolution chain
sbgov.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 117.24.12.151 | 117.24.0.0/20 | AS133776 | — | CN |
| 121.204.244.58 | 121.204.244.0/22 | AS133776 | — | CN |
| 112.47.61.62 | 112.47.0.0/16 | AS9808 | — | CN |
WHOIS identity
- Registrar
- registrar:阿里云计算有限公司(万网)
- Organization
- 上海折翼喵网络科技有限公司
- Contact emails
Subdomains
1 observed subdomain of sbgov.cn.
| Subdomain |
|---|
| www.sbgov.cn |
Threat posture
History
Related pages
Pivot deeper into the graph from sbgov.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sbgov.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.