Hostname
linkosuo.fi
Last fetched
linkosuo.fi resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in FI.
Nutrition Label
Resolution chain
linkosuo.fi 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 |
|---|---|---|---|---|
| 135.181.132.118 | 135.181.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
| 135.181.140.230 | 135.181.0.0/16 | AS24940 | HETZNER-AS - Hetzner Online GmbH | FI |
WHOIS identity
No WHOIS records are currently associated with linkosuo.fi in WhisperGraph.
Subdomains
88 observed subdomains of linkosuo.fi.
Showing 25 of 88. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from linkosuo.fi in the public web crawl.
118 sites link to this hostname.
44 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for linkosuo.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.65.140.15/32 |
| SPF_IP | 195.236.204.78/32 |
| SPF_IP | 82.197.21.84/32 |
| SPF_IP | 82.197.21.85/32 |
| SPF_MX | linkosuo.fi |
Related pages
Pivot deeper into the graph from linkosuo.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "linkosuo.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.