Hostname
vbw.li
Last fetched
vbw.li resolves to 1 IPv4 address operated by AS35206 in CH.
Nutrition Label
Resolution chain
vbw.li resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.67.193.144 | 185.67.192.0/22 | AS35206 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- isopp jurgen
- Contact emails
- —
Subdomains
4 observed subdomains of vbw.li.
Web-graph footprint
Distinct hostnames that link to or from vbw.li in the public web crawl.
25 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for vbw.li.
| Mechanism | Target |
|---|---|
| SPF_A | mx3.hin.ch |
| SPF_A | mx4.hin.ch |
| SPF_A | vbw.li |
| SPF_INCLUDE | _spf.ch.seppmail.cloud |
| SPF_INCLUDE | _spf.li-life.li |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.44.158.193 |
| SPF_IP | 85.31.154.2/28 |
| SPF_IP | 89.248.150.39 |
| SPF_IP | 89.248.152.241 |
Related pages
Pivot deeper into the graph from vbw.li.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vbw.li"})-[: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.