Hostname
web1.fi
Last fetched
web1.fi resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
web1.fi resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.60.110 | 104.22.46.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.195.228 | 172.68.98.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 193.163.5.64 | 193.163.186.0/24 | AS207003 | — | FI |
WHOIS identity
No WHOIS records are currently associated with web1.fi in WhisperGraph.
Subdomains
65 observed subdomains of web1.fi.
Showing 25 of 65. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from web1.fi in the public web crawl.
7 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for web1.fi.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hattara.io |
| SPF_INCLUDE | spf.mydomainprovider.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.web1.fi |
Related pages
Pivot deeper into the graph from web1.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web1.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.