Hostname
gowin1.cfd
Last fetched
gowin1.cfd resolves to 16 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in ID. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
gowin1.cfd resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.14.182.231 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.232 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.233 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.234 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.235 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.236 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.237 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 128.14.182.238 | 128.14.182.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | ID |
| 163.181.77.215 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.216 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.217 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.218 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.219 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.220 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.221 | 163.181.77.0/24 | AS24429 | — | HK |
| 163.181.77.222 | 163.181.77.0/24 | AS24429 | — | HK |
WHOIS identity
- Registrar
- iana:472
- Organization
- super privacy service ltd c/o dynadot
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from gowin1.cfd.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gowin1.cfd"})-[: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.