Hostname
bensvpn.com
Last fetched
bensvpn.com resolves to 2 IPv4 addresses operated by AS43298 in RU. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
bensvpn.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.71.67.143 | 185.71.67.0/24 | AS43298 | — | RU |
| 193.233.63.124 | 193.233.63.0/24 | AS42745 | — | SC |
WHOIS identity
- Registrar
- iana:1387
- Organization
- c/o whoisproxy.com
- Contact emails
- a45809942d@bensvpn.com.whoistrustee.com
- 44b9d4b70bf9a51a9f90f9f7bbd1416acb36ee745382313e50d3d2655e013b4d@bensvpn.com.whoisproxy.org
- bb26bf209c73e0a6a70af85d82c73d424b09415c2f66b51c5a6237cdc5550f48@bensvpn.com.whoisproxy.org
- dd913906729d355a6fb3c62b80a42d91af480871c44259125ea3d75e7dfc385f@bensvpn.com.whoisproxy.org
Subdomains
11 observed subdomains of bensvpn.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for bensvpn.com.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.yandex.net |
Related pages
Pivot deeper into the graph from bensvpn.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bensvpn.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.