Hostname
vks.ch
Last fetched
vks.ch resolves to 2 IPv4 addresses operated by AS203732 in CH.
Nutrition Label
Resolution chain
vks.ch 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 |
|---|---|---|---|---|
| 185.125.167.69 | 185.125.164.0/22 | AS203732 | — | CH |
| 77.75.112.107 | 77.75.112.0/21 | AS42917 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- chantal schweizer
- Contact emails
- —
Subdomains
10 observed subdomains of vks.ch.
Web-graph footprint
Distinct hostnames that link to or from vks.ch in the public web crawl.
63 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for vks.ch.
| Mechanism | Target |
|---|---|
| SPF_A | mail.asa.ch |
| SPF_A | relay.nts.ch |
| SPF_A | vks.ch |
| SPF_INCLUDE | spf.ess.de.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.15.230.178 |
| SPF_IP | 212.103.77.34/32 |
| SPF_IP | 77.75.112.17 |
| SPF_IP | 77.75.112.37 |
| SPF_IP | 91.199.66.32 |
| SPF_IP | 94.126.22.199 |
| SPF_MX | vks.ch |
Related pages
Pivot deeper into the graph from vks.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vks.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.