Hostname
eovuj.app
Last fetched
eovuj.app resolves to 13 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in US. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
eovuj.app 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 |
|---|---|---|---|---|
| 172.247.1.101 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.102 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.103 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.47 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.48 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.49 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.66 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.67 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 172.247.1.68 | 172.247.0.0/16 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.131 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.132 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 23.225.249.133 | 23.224.0.0/15 | AS40065 | CNSERVERS - CNSERVERS LLC | US |
| 62.0.58.94 | 62.0.0.0/16 | AS1680 | — | IL |
WHOIS identity
- Registrar
- iana:472
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of eovuj.app.
| Subdomain |
|---|
| www.eovuj.app |
Threat posture
History
Related pages
Pivot deeper into the graph from eovuj.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eovuj.app"})-[: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.