Skip to content

Hostname

monitor.forest.host

Last fetched

monitor.forest.host resolves to 1 IPv4 address operated by GREENEDGE in NL.

Nutrition Label

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

Resolution chain

monitor.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

No WHOIS records are currently associated with monitor.forest.host in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for monitor.forest.host.

MechanismTarget
SPF_Amonitor.forest.host
SPF_INCLUDE_spf.google.com
SPF_IP45.135.56.70
SPF_IP83.96.243.95

Related pages

Pivot deeper into the graph from monitor.forest.host.

Cypher and MCP

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

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