Hostname
fb-show.cn
Last fetched
fb-show.cn resolves to 2 IPv4 addresses operated by DNC-AS - Dimension Network & Communication Limited in HK. WHOIS lists registrar:dynadotchina llc as the registrar.
Nutrition Label
Resolution chain
fb-show.cn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.149.194.225 | 46.149.194.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 67.211.78.139 | 67.211.78.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | — |
WHOIS identity
- Registrar
- registrar:dynadotchina llc
- Organization
- 赵安宜
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from fb-show.cn.
- IP · 46.149.194.225
- ASN · AS59371DNC-AS - Dimension Network & Communication Limited
- Registrar · registrar:dynadotchina llc
- Country · HK
- Email · tuiguang9bu43@163.com
- TLD · .cn
- Browse hostnames · fb…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fb-show.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.