Hostname
infotool.fi
Last fetched
infotool.fi resolves to 1 IPv4 address operated by AS29422 in FI.
Nutrition Label
Resolution chain
infotool.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.150.69.80 | 83.150.64.0/18 | AS29422 | — | FI |
WHOIS identity
No WHOIS records are currently associated with infotool.fi in WhisperGraph.
Subdomains
1 observed subdomain of infotool.fi.
| Subdomain |
|---|
| www.infotool.fi |
Web-graph footprint
Distinct hostnames that link to or from infotool.fi in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for infotool.fi.
| Mechanism | Target |
|---|---|
| SPF_A | infotool.fi |
| SPF_A | msg01.useit.fi |
| SPF_A | msg2.useit.fi |
| SPF_A | turva.voicelink.fi |
| SPF_INCLUDE | _net1.integral.fi |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.212.20.117 |
| SPF_IP | 213.212.20.72/32 |
| SPF_MX | infotool.fi |
Related pages
Pivot deeper into the graph from infotool.fi.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "infotool.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.