Hostname
finnmirror.fi
Last fetched
finnmirror.fi resolves to 1 IPv4 address operated by AS202053 in NL.
Nutrition Label
Resolution chain
finnmirror.fi 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 |
|---|---|---|---|---|
| 94.237.40.60 | 94.237.40.0/21 | AS202053 | — | NL |
WHOIS identity
No WHOIS records are currently associated with finnmirror.fi in WhisperGraph.
Subdomains
9 observed subdomains of finnmirror.fi.
Web-graph footprint
Distinct hostnames that link to or from finnmirror.fi in the public web crawl.
8 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 finnmirror.fi.
| Mechanism | Target |
|---|---|
| SPF_A | finnmirror.fi |
| SPF_INCLUDE | spf.cloudcare.fi |
| SPF_IP | 80.242.21.79 |
| SPF_IP | 80.95.128.66 |
| SPF_IP | 94.237.36.227 |
| SPF_IP | 94.237.37.175 |
| SPF_MX | finnmirror.fi |
Related pages
Pivot deeper into the graph from finnmirror.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "finnmirror.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.