Skip to content

Hostname

tornio.fi

Last fetched

tornio.fi resolves to 1 IPv4 address operated by UPCLOUD in FI.

Nutrition Label

WHISPER CANON · tornio.fiRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/tornio.fi

Resolution chain

tornio.fi resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
94.237.113.8894.237.112.0/21AS202053UPCLOUDFI

WHOIS identity

No WHOIS records are currently associated with tornio.fi in WhisperGraph.

Subdomains

15 observed subdomains of tornio.fi.

Web-graph footprint

Distinct hostnames that link to or from tornio.fi in the public web crawl.

342 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for tornio.fi.

MechanismTarget
SPF_Amda-out.datacenter.fi
SPF_INCLUDE_spf.taajama.fi
SPF_INCLUDEspf.lianamailer.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP109.70.164.102
SPF_IP185.55.176.54/32
SPF_IP213.216.201.0/24
SPF_IP217.30.180.0/25
SPF_IP80.69.151.200
SPF_IP81.22.169.238/32
SPF_IP91.123.138.69
SPF_IP91.123.138.94
SPF_IP91.123.141.64
SPF_IP91.209.29.24/32

Related pages

Pivot deeper into the graph from tornio.fi.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "tornio.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.