Hostname
vsa.zh.ch
Last fetched
vsa.zh.ch resolves to 1 IPv4 address operated by AS9100 in CH.
Nutrition Label
Resolution chain
vsa.zh.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.247.8.174 | 194.247.8.0/24 | AS9100 | — | CH |
WHOIS identity
No WHOIS records are currently associated with vsa.zh.ch in WhisperGraph.
Subdomains
2 observed subdomains of vsa.zh.ch.
| Subdomain |
|---|
| netzwerk.vsa.zh.ch |
| www.vsa.zh.ch |
Web-graph footprint
Distinct hostnames that link to or from vsa.zh.ch in the public web crawl.
134 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for vsa.zh.ch.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.trainingplus.ch |
| SPF_INCLUDE | spf-basics.zh.ch |
| SPF_INCLUDE | spf-other.zh.ch |
| SPF_IP | 193.135.56.6/32 |
| SPF_IP | 194.88.197.178/27 |
| SPF_IP | 212.25.0.148/32 |
| SPF_IP | 213.188.32.0/24 |
| SPF_IP | 213.188.35.10 |
| SPF_IP | 213.188.35.11 |
| SPF_IP | 213.188.35.12 |
| SPF_IP | 213.239.199.42 |
| SPF_IP | 2a01:4f8:162:52a1::9/128 |
| SPF_IP | 46.231.204.94 |
| SPF_IP | 5.9.134.181 |
| SPF_IP | 85.195.224.5 |
Related pages
Pivot deeper into the graph from vsa.zh.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vsa.zh.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.