Skip to content

Hostname

fsol.fi

Last fetched

fsol.fi resolves to 2 IPv4 addresses operated by FSOL-AS - F-Solutions Oy in FI.

Nutrition Label

WHISPER CANON · fsol.fiRouting diversity1.5/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/fsol.fi

Resolution chain

fsol.fi resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
178.213.234.11178.213.232.0/21AS51691FSOL-AS - F-Solutions OyFI
178.213.234.12178.213.232.0/21AS51691FSOL-AS - F-Solutions OyFI

WHOIS identity

No WHOIS records are currently associated with fsol.fi in WhisperGraph.

Subdomains

222 observed subdomains of fsol.fi.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for fsol.fi.

MechanismTarget
SPF_INCLUDEspf1.f-solutions.fi

Related pages

Pivot deeper into the graph from fsol.fi.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "fsol.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.