Hostname
vdms.ch
Last fetched
vdms.ch resolves to 2 IPv4 addresses operated by AS207143 in CH.
Nutrition Label
Resolution chain
vdms.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.178.193.231 | 185.178.193.0/24 | AS207143 | — | CH |
| 92.43.216.114 | 92.43.216.0/21 | AS25563 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- verband der medizinischen masseure der schweiz vdms
- Contact emails
- —
Subdomains
9 observed subdomains of vdms.ch.
Web-graph footprint
Distinct hostnames that link to or from vdms.ch in the public web crawl.
105 sites link to this hostname.
78 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for vdms.ch.
| Mechanism | Target |
|---|---|
| SPF_A | vdms.ch |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 92.43.216.251/32 |
| SPF_MX | vdms.ch |
Related pages
Pivot deeper into the graph from vdms.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vdms.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.