Hostname
redu.fi
Last fetched
redu.fi resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
redu.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 |
|---|---|---|---|---|
| 20.50.2.55 | 20.48.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
No WHOIS records are currently associated with redu.fi in WhisperGraph.
Subdomains
31 observed subdomains of redu.fi.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from redu.fi in the public web crawl.
137 sites link to this hostname.
186 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
23 SPF mechanisms authorising senders for redu.fi.
| Mechanism | Target |
|---|---|
| SPF_A | bn3.mail.sharepointonline.com |
| SPF_INCLUDE | 25692885.spf06.hubspotemail.net |
| SPF_INCLUDE | _spf.anpdm.com |
| SPF_INCLUDE | _spf.signicat.cloud |
| SPF_INCLUDE | ebs.spf.ebs-twoday.fi |
| SPF_INCLUDE | mail.webropolsurveys.com |
| SPF_INCLUDE | spf.lianamailer.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 131.207.50.192 |
| SPF_IP | 185.179.117.16 |
| SPF_IP | 193.167.81.115 |
| SPF_IP | 193.167.81.73 |
| SPF_IP | 193.167.81.74 |
| SPF_IP | 193.167.87.142 |
| SPF_IP | 193.167.87.143 |
| SPF_IP | 193.167.87.159 |
| SPF_IP | 193.167.87.161 |
| SPF_IP | 213.157.70.73 |
| SPF_IP | 217.152.242.203 |
| SPF_IP | 62.142.5.107/32 |
| SPF_IP | 62.142.5.109/32 |
| SPF_IP | 62.142.5.110/32 |
| SPF_IP | 62.142.5.117/32 |
Related pages
Pivot deeper into the graph from redu.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "redu.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.