Hostname
webdisk.vrpimps.com
Last fetched
webdisk.vrpimps.com resolves to 2 IPv4 addresses operated by CISCO-UMBRELLA - Cisco OpenDNS, LLC in US.
Nutrition Label
Resolution chain
webdisk.vrpimps.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 |
|---|---|---|---|---|
| 146.112.61.106 | 146.112.61.0/24 | AS36692 | CISCO-UMBRELLA - Cisco OpenDNS, LLC | US |
| 209.59.176.43 | 209.59.128.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with webdisk.vrpimps.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for webdisk.vrpimps.com.
| Mechanism | Target |
|---|---|
| SPF_A | webdisk.vrpimps.com |
| SPF_IP | 148.72.54.100 |
| SPF_IP | 65.60.51.238 |
| SPF_IP | 69.16.255.205 |
| SPF_MX | webdisk.vrpimps.com |
Related pages
Pivot deeper into the graph from webdisk.vrpimps.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.vrpimps.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.