Skip to content

Hostname

he.fi

Last fetched

he.fi resolves to 1 IPv4 address operated by AS34387 in FI.

Nutrition Label

WHISPER CANON · he.fiRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/he.fi

Resolution chain

he.fi resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
85.188.1.12085.188.0.0/18AS34387FI

WHOIS identity

No WHOIS records are currently associated with he.fi in WhisperGraph.

Subdomains

32 observed subdomains of he.fi.

Web-graph footprint

Distinct hostnames that link to or from he.fi in the public web crawl.

94 sites link to this hostname.

12 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

  • he.fi

SPF policy

2 SPF mechanisms authorising senders for he.fi.

MechanismTarget
SPF_IP2001:67c:15c:1::/64
SPF_IP85.188.1.0/24

Related pages

Pivot deeper into the graph from he.fi.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "he.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.