Hostname
host.prisvr3.com
Last fetched
host.prisvr3.com resolves to 20 IPv4 addresses operated by LIQUIDWEB - Liquid Web, L.L.C in US.
Nutrition Label
Resolution chain
host.prisvr3.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 50.28.78.121 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.132 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.143 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.183 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.186 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.22 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.239 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.245 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.51 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.78.91 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.104 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.108 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.121 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.143 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.147 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.164 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.224 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.41 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 50.28.79.74 | 50.28.64.0/19 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
| 67.225.211.132 | 67.225.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
No WHOIS records are currently associated with host.prisvr3.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for host.prisvr3.com.
| Mechanism | Target |
|---|---|
| SPF_A | host.prisvr3.com |
| SPF_MX | host.prisvr3.com |
Related pages
Pivot deeper into the graph from host.prisvr3.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "host.prisvr3.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.