Hostname
api.wirevpn.app
Last fetched
api.wirevpn.app resolves to 4 IPv4 addresses operated by ZEN-ECN - Zenlayer Inc in US.
Nutrition Label
Resolution chain
api.wirevpn.app resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 172.96.115.226 | 172.96.112.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 199.245.60.194 | 199.245.60.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 98.96.229.18 | 98.96.228.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 98.96.229.19 | 98.96.228.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
WHOIS identity
No WHOIS records are currently associated with api.wirevpn.app in WhisperGraph.
Subdomains
1 observed subdomain of api.wirevpn.app.
| Subdomain |
|---|
| update.api.wirevpn.app |
Threat posture
History
Related pages
Pivot deeper into the graph from api.wirevpn.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.wirevpn.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.