Hostname
cyon.ch
Last fetched
cyon.ch resolves to 2 IPv4 addresses operated by RIEDEL-NETWORKS in DE.
Nutrition Label
Resolution chain
cyon.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 |
|---|---|---|---|---|
| 128.65.223.85 | 128.65.208.0/20 | AS34309 | RIEDEL-NETWORKS | DE |
| 194.126.200.42 | 194.126.200.0/24 | AS47302 | XTBPL-AS XTB S.A. | CH |
WHOIS identity
- Registrar
- —
- Organization
- burkardt david
- Contact emails
- —
Subdomains
50 observed subdomains of cyon.ch.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cyon.ch in the public web crawl.
2,631 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for cyon.ch.
| Mechanism | Target |
|---|---|
| SPF_A | cyon.ch |
| SPF_INCLUDE | _spf.mailrelay.rrpproxy.net |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.patchman.co |
| SPF_IP | 194.126.200.30 |
| SPF_IP | 2a01:ab20::36/64 |
| SPF_MX | cyon.ch |
Related pages
Pivot deeper into the graph from cyon.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cyon.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.