Hostname
gcf.ch
Last fetched
gcf.ch resolves to 2 IPv4 addresses operated by AS206834 in CA.
Nutrition Label
Resolution chain
gcf.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 |
|---|---|---|---|---|
| 104.247.81.99 | 104.247.80.0/22 | AS206834 | — | CA |
| 185.230.184.42 | 185.230.184.0/24 | AS205067 | — | CH |
WHOIS identity
- Registrar
- —
- Organization
- a. mpaltatzis ee (advanced network solutions)
- Contact emails
- —
Subdomains
5 observed subdomains of gcf.ch.
Web-graph footprint
Distinct hostnames that link to or from gcf.ch in the public web crawl.
18 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for gcf.ch.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | cmail1.com |
| SPF_IP | 46.14.160.153 |
| SPF_IP | 5.135.4.247 |
| SPF_IP | 62.205.43.21 |
| SPF_IP | 62.205.43.39 |
| SPF_IP | 79.129.33.154 |
| SPF_MX | gcf.ch |
Related pages
Pivot deeper into the graph from gcf.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gcf.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.