Skip to content

Hostname

bitwise.fi

Last fetched

bitwise.fi resolves to 1 IPv4 address operated by AS8829 in FI.

Nutrition Label

WHISPER CANON · bitwise.fiRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/bitwise.fi

Resolution chain

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

IPPrefixASNOperatorCountry
109.204.228.162109.204.192.0/18AS8829FI

WHOIS identity

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

Subdomains

29 observed subdomains of bitwise.fi.

Web-graph footprint

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

29 sites link to this hostname.

49 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

9 SPF mechanisms authorising senders for bitwise.fi.

MechanismTarget
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.epressi.com
SPF_IP109.204.228.162
SPF_IP109.204.228.163
SPF_IP109.204.228.164
SPF_IP2001:1430:3:119:0:0:6:112
SPF_IP2a00:8780:3:3:5054:ff:fe69:7ecf
SPF_IP80.83.6.112
SPF_MXmail.bitwise.fi

Related pages

Pivot deeper into the graph from bitwise.fi.

Cypher and MCP

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

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