Hostname
utu.fi
Last fetched
utu.fi resolves to 1 IPv4 address operated by FUNETAS in FI. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
utu.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 |
|---|---|---|---|---|
| 130.232.246.90 | 130.232.0.0/16 | AS1741 | FUNETAS | FI |
WHOIS identity
- Registrar
- iana:81
- Organization
- turun yliopisto
- Contact emails
- —
Subdomains
2,019 observed subdomains of utu.fi.
Showing 25 of 2,019. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from utu.fi in the public web crawl.
4,057 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for utu.fi.
| Mechanism | Target |
|---|---|
| SPF_A | mda-out.datacenter.fi |
| SPF_INCLUDE | _spf.emaileri.fi |
| SPF_INCLUDE | _spf.utu.fi |
| SPF_INCLUDE | mail.webropolsurveys.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 130.232.207.0/25 |
| SPF_IP | 130.232.246.0/24 |
| SPF_IP | 130.232.247.0/25 |
Related pages
Pivot deeper into the graph from utu.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "utu.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.