Hostname
gamehost.fi
Last fetched
gamehost.fi resolves to 3 IPv4 addresses operated by HETZNER-AS in FI.
Nutrition Label
Resolution chain
gamehost.fi resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 65.108.101.37 | 65.108.0.0/16 | AS24940 | HETZNER-AS | FI |
| 65.108.254.9 | 65.108.0.0/16 | AS24940 | HETZNER-AS | FI |
| 65.21.134.236 | 65.21.0.0/16 | AS24940 | HETZNER-AS | FI |
WHOIS identity
No WHOIS records are currently associated with gamehost.fi in WhisperGraph.
Subdomains
94 observed subdomains of gamehost.fi.
Showing 25 of 94. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gamehost.fi in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for gamehost.fi.
| Mechanism | Target |
|---|---|
| SPF_IP | 135.181.77.38 |
| SPF_IP | 2a01:4f9:4b:1518::2/128 |
| SPF_IP | 2a01:4f9:c012:e21f::1/128 |
| SPF_IP | 2a01:4f9:c013:6218::1/128 |
| SPF_IP | 2a01:4f9:c013:e003::1/128 |
| SPF_IP | 65.108.254.9 |
| SPF_IP | 65.21.134.236 |
| SPF_IP | 77.42.40.134 |
| SPF_IP | 77.42.74.115 |
| SPF_MX | gamehost.fi |
Related pages
Pivot deeper into the graph from gamehost.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gamehost.fi"})-[: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.