Hostname
n3.ink
Last fetched
n3.ink resolves to 13 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in US. WHOIS lists iana:1599 as the registrar.
Nutrition Label
Resolution chain
n3.ink resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.14.180.34 | 128.14.180.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 128.14.180.35 | 128.14.180.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 151.242.229.11 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.12 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.13 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.14 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.15 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.16 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.17 | 151.242.229.0/24 | AS139057 | — | US |
| 151.242.229.18 | 151.242.229.0/24 | AS139057 | — | US |
| 45.43.48.220 | 45.43.48.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | JP |
| 45.43.48.221 | 45.43.48.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | JP |
| 45.43.48.222 | 45.43.48.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | JP |
WHOIS identity
- Registrar
- iana:1599
- Organization
- he fei hai chen xin xi ke ji you xian gong si
- Contact emails
- —
Subdomains
1 observed subdomain of n3.ink.
| Subdomain |
|---|
| sub.n3.ink |
Web-graph footprint
Distinct hostnames that link to or from n3.ink in the public web crawl.
4 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from n3.ink.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "n3.ink"})-[: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.