Hostname
daniel.fi
Last fetched
daniel.fi resolves to 1 IPv4 address operated by AS24940 in FI.
Nutrition Label
Resolution chain
daniel.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 |
|---|---|---|---|---|
| 65.21.72.189 | 65.21.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with daniel.fi in WhisperGraph.
Subdomains
8 observed subdomains of daniel.fi.
Web-graph footprint
Distinct hostnames that link to or from daniel.fi in the public web crawl.
6 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for daniel.fi.
| Mechanism | Target |
|---|---|
| SPF_A | daniel.fi |
| SPF_INCLUDE | _spf.radicenter.eu |
| SPF_IP | 185.86.211.142 |
| SPF_IP | 185.86.211.162 |
| SPF_IP | 212.47.208.142 |
| SPF_IP | 212.47.208.162 |
| SPF_IP | 65.21.72.189 |
| SPF_MX | daniel.fi |
Related pages
Pivot deeper into the graph from daniel.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daniel.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.