Hostname
enfo.fi
Last fetched
enfo.fi resolves to 3 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
enfo.fi resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 65.108.71.33 | 65.108.0.0/16 | AS24940 | — | FI |
| 94.237.92.175 | 94.237.80.0/20 | AS202053 | — | DE |
| 95.217.75.97 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- —
- Organization
- enfo oyj
- Contact emails
- —
Subdomains
2,246 observed subdomains of enfo.fi.
Showing 25 of 2,246. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from enfo.fi in the public web crawl.
37 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for enfo.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailmailmail.net |
| SPF_INCLUDE | spf1.enfo.fi |
| SPF_INCLUDE | spf2.enfo.fi |
| SPF_IP | 158.90.140.11 |
| SPF_IP | 77.95.151.167 |
Related pages
Pivot deeper into the graph from enfo.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enfo.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.