Hostname
bcv.ch
Last fetched
bcv.ch resolves to 1 IPv4 address operated by BCV in CH. WHOIS lists iana:1696 as the registrar.
Nutrition Label
Resolution chain
bcv.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 |
|---|---|---|---|---|
| 194.163.65.81 | 194.163.64.0/22 | AS12928 | BCV | CH |
WHOIS identity
- Registrar
- iana:1696
- Organization
- banque cantonale vaudoise
- Contact emails
Subdomains
80 observed subdomains of bcv.ch.
Showing 25 of 80. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bcv.ch in the public web crawl.
664 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bcv.ch.
| Mechanism | Target |
|---|---|
| SPF_A | bcv-prd-smtp.unic24.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.swisscom.com |
| SPF_IP | 194.163.64.118 |
| SPF_IP | 194.163.64.119 |
| SPF_IP | 194.163.64.120 |
| SPF_IP | 194.163.64.121 |
| SPF_IP | 195.49.25.210 |
Related pages
Pivot deeper into the graph from bcv.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bcv.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.