Hostname
rl.fi
Last fetched
rl.fi resolves to 1 IPv4 address operated by AS202053 in FI.
Nutrition Label
Resolution chain
rl.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.105.99 | 94.237.104.0/22 | AS202053 | — | FI |
WHOIS identity
- Registrar
- —
- Organization
- etel?-suomen rakennuslogistiikka oy
- Contact emails
- —
Subdomains
1 observed subdomain of rl.fi.
| Subdomain |
|---|
| www.rl.fi |
Web-graph footprint
Distinct hostnames that link to or from rl.fi in the public web crawl.
5 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for rl.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 2579361.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.soittolinja.fi |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 135.181.119.159 |
| SPF_IP | 194.142.25.58 |
| SPF_IP | 46.228.130.241/32 |
| SPF_IP | 91.90.49.178 |
Related pages
Pivot deeper into the graph from rl.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rl.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.