Hostname
59vc.com
Last fetched
59vc.com resolves to 8 IPv4 addresses operated by AS152194 in JP. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
59vc.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 134.122.150.30 | 134.122.150.0/24 | AS152194 | — | JP |
| 216.250.104.140 | 216.250.104.0/24 | AS132813 | — | HK |
| 54.215.31.113 | 54.215.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 45.202.65.156 | 45.202.65.0/24 | AS152711 | — | HK |
| 207.57.121.209 | 207.57.121.0/24 | AS139659 | — | HK |
| 207.57.121.94 | 207.57.121.0/24 | AS139659 | — | HK |
| 103.84.91.229 | 103.84.91.0/24 | AS132813 | — | HK |
| 27.124.24.144 | 27.124.24.0/24 | AS152194 | — | HK |
WHOIS identity
- Registrar
- iana:472
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of 59vc.com.
| Subdomain |
|---|
| www.59vc.com |
Threat posture
History
Related pages
Pivot deeper into the graph from 59vc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "59vc.com"})-[: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.