Hostname
vpn.pasquini.com
Last fetched
vpn.pasquini.com resolves to 2 IPv4 addresses operated by BROADBANDONE - BroadbandONE, LLC in US.
Nutrition Label
Resolution chain
vpn.pasquini.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 |
|---|---|---|---|---|
| 216.242.171.76 | 216.242.0.0/16 | AS13645 | BROADBANDONE - BroadbandONE, LLC | US |
| 24.43.7.130 | 24.43.0.0/16 | AS20001 | TWC-20001-PACWEST - Charter Communications Inc | US |
WHOIS identity
No WHOIS records are currently associated with vpn.pasquini.com in WhisperGraph.
Subdomains
1 observed subdomain of vpn.pasquini.com.
| Subdomain |
|---|
| www.vpn.pasquini.com |
Threat posture
History
Related pages
Pivot deeper into the graph from vpn.pasquini.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vpn.pasquini.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.