Skip to content

Hostname

ehess.fr

Last fetched

ehess.fr resolves to 2 IPv4 addresses operated by FR-RENATER Reseau National de telecommunications pour la Technologie in FR.

Nutrition Label

WHISPER CANON · ehess.frRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/ehess.fr

Resolution chain

ehess.fr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
194.57.252.47194.57.0.0/16AS2200FR-RENATER Reseau National de telecommunications pour la TechnologieFR
194.57.252.82194.57.0.0/16AS2200FR-RENATER Reseau National de telecommunications pour la TechnologieFR

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from ehess.fr in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for ehess.fr.

MechanismTarget
SPF_Asmtp-54b.ehess.fr
SPF_Asmtp.ehess.fr
SPF_INCLUDEspf.relay.renater.fr
SPF_IP193.48.45.158
SPF_IP193.48.45.237
SPF_IP193.48.45.48
SPF_IP193.48.45.73
SPF_IP194.57.250.71
SPF_IP194.57.250.81
SPF_MXehess.fr

Related pages

Pivot deeper into the graph from ehess.fr.

Cypher and MCP

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

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

Or query Whisper from your own LLM workflow via the Whisper MCP server.