Skip to content

Hostname

bernheim.org

Last fetched

bernheim.org resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · bernheim.orgRouting diversity1.5/10Peering density5.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/bernheim.org

Resolution chain

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

IPPrefixASNOperatorCountry
45.55.138.16545.55.128.0/18AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:2
Organization
bernheim arboretum and research forest
Contact emails

Subdomains

6 observed subdomains of bernheim.org.

Web-graph footprint

Distinct hostnames that link to or from bernheim.org in the public web crawl.

469 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for bernheim.org.

MechanismTarget
SPF_Abernheim.org
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.elasticemail.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP3.101.216.144/28
SPF_IP3.214.204.181/32
SPF_IP44.211.178.112/28
SPF_IP76.190.121.106
SPF_MXbernheim.org

Related pages

Pivot deeper into the graph from bernheim.org.

Cypher and MCP

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

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