Hostname
graechen.ch
Last fetched
graechen.ch resolves to 1 IPv4 address operated by AS51873 in CH.
Nutrition Label
Resolution chain
graechen.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 |
|---|---|---|---|---|
| 46.22.23.65 | 46.22.16.0/20 | AS51873 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- tourismusverein grachen/st. niklaus
- Contact emails
- —
Subdomains
26 observed subdomains of graechen.ch.
Showing 21 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from graechen.ch in the public web crawl.
230 sites link to this hostname.
182 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for graechen.ch.
| Mechanism | Target |
|---|---|
| SPF_A | graechen.ch |
| SPF_INCLUDE | _spf.sui-inter.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.164.212.170 |
| SPF_IP | 109.164.212.171 |
| SPF_IP | 109.164.212.172 |
| SPF_IP | 109.164.212.173 |
| SPF_IP | 109.164.212.174 |
| SPF_MX | graechen.ch |
Related pages
Pivot deeper into the graph from graechen.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "graechen.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.