Hostname
goldentree.fr
Last fetched
goldentree.fr resolves to 1 IPv4 address operated by OPTIMUS-AS - Optimus IT d.o.o. in SI.
Nutrition Label
Resolution chain
goldentree.fr 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 |
|---|---|---|---|---|
| 91.240.216.161 | 91.240.216.0/24 | AS48894 | OPTIMUS-AS - Optimus IT d.o.o. | SI |
WHOIS identity
No WHOIS records are currently associated with goldentree.fr in WhisperGraph.
Subdomains
9 observed subdomains of goldentree.fr.
Web-graph footprint
Distinct hostnames that link to or from goldentree.fr in the public web crawl.
5 sites link to this hostname.
35 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for goldentree.fr.
| Mechanism | Target |
|---|---|
| SPF_A | goldentree.fr |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | helpscoutemail.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 91.240.216.68 |
| SPF_MX | goldentree.fr |
Related pages
Pivot deeper into the graph from goldentree.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goldentree.fr"})-[: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.