Hostname
gnome.eu.org
Last fetched
gnome.eu.org resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
gnome.eu.org 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 |
|---|---|---|---|---|
| 95.216.32.17 | 95.216.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with gnome.eu.org in WhisperGraph.
Subdomains
2 observed subdomains of gnome.eu.org.
| Subdomain |
|---|
| mail.gnome.eu.org |
| val50.gnome.eu.org |
Web-graph footprint
Distinct hostnames that link to or from gnome.eu.org in the public web crawl.
27 sites link to this hostname.
36 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 gnome.eu.org.
| Mechanism | Target |
|---|---|
| SPF_A | gnome.eu.org |
| SPF_IP | 2001:bc8:3dbb:200:0:0:0:1 |
| SPF_IP | 2a01:4f9:2a:206e:1:0:0:3 |
| SPF_IP | 2a01:4f9:2a:206e:742c:571b:314e:f893 |
| SPF_IP | 2a01:e0a:8ed:7c00:1a03:73ff:fe9b:ca9f |
| SPF_IP | 82.243.208.195 |
| SPF_IP | 82.65.226.101 |
| SPF_IP | 82.65.227.25 |
| SPF_IP | 95.216.32.17 |
| SPF_MX | gnome.eu.org |
Related pages
Pivot deeper into the graph from gnome.eu.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gnome.eu.org"})-[: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.