Hostname
kastelli.fi
Last fetched
kastelli.fi resolves to 2 IPv4 addresses operated by AS24940 in FI.
Nutrition Label
Resolution chain
kastelli.fi resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 95.217.104.240 | 95.217.0.0/16 | AS24940 | — | FI |
| 95.217.107.33 | 95.217.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- —
- Organization
- kastelli-talot oy
- Contact emails
- —
Subdomains
16 observed subdomains of kastelli.fi.
Web-graph footprint
Distinct hostnames that link to or from kastelli.fi in the public web crawl.
85 sites link to this hostname.
72 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 kastelli.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.lianamailer.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2001:6e8:0:1:0:0:12:25 |
| SPF_IP | 212.146.36.146 |
| SPF_IP | 31.217.192.76/32 |
| SPF_IP | 80.64.7.200/24 |
Related pages
Pivot deeper into the graph from kastelli.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kastelli.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.