Hostname
fuwz.cc
Last fetched
fuwz.cc resolves to 10 IPv4 addresses operated by DNC-AS - Dimension Network & Communication Limited in HK.
Nutrition Label
Resolution chain
fuwz.cc resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.48.6.17 | 103.48.6.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 146.112.61.108 | 146.112.61.0/24 | AS36692 | CISCO-UMBRELLA - Cisco OpenDNS, LLC | US |
| 27.124.28.201 | 27.124.28.0/24 | AS152194 | CTGSERVERLIMITED-AS-AP - CTG Server Limited | HK |
| 27.124.28.202 | 27.124.28.0/24 | AS152194 | CTGSERVERLIMITED-AS-AP - CTG Server Limited | HK |
| 27.124.28.203 | 27.124.28.0/24 | AS152194 | CTGSERVERLIMITED-AS-AP - CTG Server Limited | HK |
| 156.234.255.231 | 156.234.255.0/24 | AS138415 | YANCYLIMITED-AS-HK - Yancy Limited | — |
| 156.234.255.230 | 156.234.255.0/24 | AS138415 | YANCYLIMITED-AS-HK - Yancy Limited | — |
| 156.234.255.229 | 156.234.255.0/24 | AS138415 | YANCYLIMITED-AS-HK - Yancy Limited | — |
| 103.82.213.32 | 103.82.213.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | — |
| 103.82.213.33 | 103.82.213.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | — |
WHOIS identity
No WHOIS records are currently associated with fuwz.cc in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from fuwz.cc in the public web crawl.
45 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from fuwz.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fuwz.cc"})-[: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.