Hostname
capnova.fi
Last fetched
capnova.fi resolves to 1 IPv4 address operated by AS42708 in FI.
Nutrition Label
Resolution chain
capnova.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 |
|---|---|---|---|---|
| 83.143.219.139 | 83.143.216.0/21 | AS42708 | — | FI |
WHOIS identity
No WHOIS records are currently associated with capnova.fi in WhisperGraph.
Subdomains
8 observed subdomains of capnova.fi.
Web-graph footprint
Distinct hostnames that link to or from capnova.fi in the public web crawl.
35 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for capnova.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.77.192.0/23 |
| SPF_IP | 2a00:14c0:10:42:250:0:0:4 |
| SPF_IP | 83.143.216.122 |
| SPF_IP | 83.143.216.124 |
| SPF_IP | 83.143.216.126 |
| SPF_IP | 83.143.216.54 |
| SPF_IP | 83.143.218.176 |
| SPF_IP | 83.143.219.134/32 |
| SPF_IP | 83.143.219.136 |
| SPF_IP | 83.143.219.137 |
| SPF_IP | 83.143.221.194 |
Related pages
Pivot deeper into the graph from capnova.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capnova.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.