Skip to content

Hostname

forest.host

Last fetched

forest.host resolves to 1 IPv4 address operated by GREENEDGE in NL. WHOIS lists iana:1464 as the registrar.

Nutrition Label

WHISPER CANON · forest.hostRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/forest.host

Resolution chain

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

IPPrefixASNOperatorCountry
45.135.56.6745.135.56.0/23AS206176GREENEDGENL

WHOIS identity

Registrar
iana:1464
Organization
forest.host b.v.
Contact emails

Subdomains

7 observed subdomains of forest.host.

Web-graph footprint

Distinct hostnames that link to or from forest.host in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for forest.host.

MechanismTarget
SPF_Aforest.host
SPF_INCLUDE_spf.google.com
SPF_IP45.135.56.70
SPF_IP83.96.243.95

Related pages

Pivot deeper into the graph from forest.host.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "forest.host"})-[: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.