Hostname
virtual-call.ch
Last fetched
virtual-call.ch resolves to 1 IPv4 address operated by AS34788 in DE.
Nutrition Label
Resolution chain
virtual-call.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 |
|---|---|---|---|---|
| 85.13.162.83 | 85.13.162.0/24 | AS34788 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- otto kolbe
- Contact emails
- —
Subdomains
3 observed subdomains of virtual-call.ch.
Web-graph footprint
Distinct hostnames that link to or from virtual-call.ch in the public web crawl.
5 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for virtual-call.ch.
| Mechanism | Target |
|---|---|
| SPF_A | virtual-call.ch |
| SPF_INCLUDE | 7037072.spf05.hubspotemail.net |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 132.145.249.124 |
| SPF_IP | 144.24.166.122 |
| SPF_MX | virtual-call.ch |
Related pages
Pivot deeper into the graph from virtual-call.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "virtual-call.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.