Hostname
netel.fi
Last fetched
netel.fi resolves to 1 IPv4 address operated by ILAIT in SE.
Nutrition Label
Resolution chain
netel.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 |
|---|---|---|---|---|
| 89.221.250.11 | 89.221.248.0/21 | AS61207 | ILAIT | SE |
WHOIS identity
No WHOIS records are currently associated with netel.fi in WhisperGraph.
Subdomains
2 observed subdomains of netel.fi.
| Subdomain |
|---|
| time.netel.fi |
| www.netel.fi |
Web-graph footprint
Distinct hostnames that link to or from netel.fi in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for netel.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.netigate.se |
| SPF_INCLUDE | mail.webropolsurveys.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mx-wecloud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 188.65.154.151 |
| SPF_IP | 194.116.198.0/23 |
| SPF_IP | 203.100.58.0/24 |
| SPF_IP | 208.87.136.0/23 |
| SPF_IP | 62.20.91.230 |
Related pages
Pivot deeper into the graph from netel.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "netel.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.