Hostname
dna.fi
Last fetched
dna.fi resolves to 1 IPv4 address operated by AS16086 in FI.
Nutrition Label
Resolution chain
dna.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 |
|---|---|---|---|---|
| 193.143.89.244 | 193.143.88.0/23 | AS16086 | — | FI |
WHOIS identity
- Registrar
- —
- Organization
- dna oy
- Contact emails
- —
Subdomains
296 observed subdomains of dna.fi.
Showing 25 of 296. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dna.fi in the public web crawl.
706 sites link to this hostname.
768 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for dna.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _se2.dna.fi |
| SPF_INCLUDE | _se3.dna.fi |
| SPF_INCLUDE | _se4.dna.fi |
| SPF_INCLUDE | _se5.dna.fi |
| SPF_INCLUDE | _sk.dna.fi |
| SPF_INCLUDE | _st.dna.fi |
Related pages
Pivot deeper into the graph from dna.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dna.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.