Hostname
wowearn.zone
Last fetched
wowearn.zone resolves to 9 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
wowearn.zone resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.166.188.199 | 104.166.188.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | NL |
| 104.166.188.200 | 104.166.188.0/23 | AS21859 | ZEN-ECN - Zenlayer Inc | NL |
| 154.94.83.58 | 154.94.83.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ID |
| 154.94.83.60 | 154.94.83.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ID |
| 154.94.83.61 | 154.94.83.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ID |
| 202.158.65.21 | 202.158.64.0/23 | AS4787 | — | ID |
| 38.60.187.19 | 38.60.187.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ID |
| 38.60.187.21 | 38.60.187.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ID |
| 38.60.187.24 | 38.60.187.0/24 | AS63139 | BEDGE-CO-LIMITED - BEDGE CO LIMITED | ID |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from wowearn.zone in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from wowearn.zone.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wowearn.zone"})-[: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.