Hostname
zvb.ch
Last fetched
zvb.ch resolves to 1 IPv4 address operated by OPSONE in CH.
Nutrition Label
Resolution chain
zvb.ch 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.17.69.78 | 185.17.68.0/22 | AS198249 | OPSONE | CH |
WHOIS identity
- Registrar
- —
- Organization
- zugerland verkehrsbetriebe
- Contact emails
- —
Subdomains
29 observed subdomains of zvb.ch.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from zvb.ch in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for zvb.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.rexx-suite.com |
| SPF_INCLUDE | _spf.rexx-systems.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zohomail360.com |
| SPF_IP | 185.125.165.24 |
| SPF_IP | 185.125.165.25 |
| SPF_IP | 185.67.192.11 |
| SPF_IP | 194.150.248.0/23 |
| SPF_IP | 51.103.218.122 |
| SPF_IP | 62.171.64.105 |
| SPF_IP | 91.199.98.57/32 |
Related pages
Pivot deeper into the graph from zvb.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zvb.ch"})-[: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.