Hostname
grea.ch
Last fetched
grea.ch resolves to 1 IPv4 address operated by INFOMANIAK-AS in CH.
Nutrition Label
Resolution chain
grea.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 |
|---|---|---|---|---|
| 185.177.61.219 | 185.177.60.0/22 | AS29222 | INFOMANIAK-AS | CH |
WHOIS identity
- Registrar
- —
- Organization
- grea - groupement romand d'etudes des addictions
- Contact emails
- —
Subdomains
7 observed subdomains of grea.ch.
Web-graph footprint
Distinct hostnames that link to or from grea.ch in the public web crawl.
363 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for grea.ch.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.infomaniak.ch |
| SPF_IP | 217.26.52.37 |
| SPF_IP | 2a00:d70:0:12:0:0:0:101 |
Related pages
Pivot deeper into the graph from grea.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grea.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.