Hostname
ihes.fr
Last fetched
ihes.fr resolves to 2 IPv4 addresses operated by AS2200 in FR. WHOIS lists registrar:gip renater as the registrar.
Nutrition Label
Resolution chain
ihes.fr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.51.104.20 | 193.48.0.0/14 | AS2200 | — | FR |
| 193.51.104.53 | 193.48.0.0/14 | AS2200 | — | FR |
WHOIS identity
- Registrar
- registrar:gip renater
- Organization
- institut des hautes etudes scientifiques
- Contact emails
Subdomains
82 observed subdomains of ihes.fr.
Showing 25 of 82. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ihes.fr in the public web crawl.
657 sites link to this hostname.
327 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for ihes.fr.
| Mechanism | Target |
|---|---|
| SPF_A | ihes.fr |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.relay.renater.fr |
| SPF_IP | 129.88.207.200 |
| SPF_IP | 193.51.104.4 |
| SPF_IP | 193.51.104.5 |
| SPF_IP | 193.51.104.58 |
| SPF_IP | 213.41.75.47/32 |
| SPF_IP | 213.41.75.49 |
| SPF_MX | ihes.fr |
Related pages
Pivot deeper into the graph from ihes.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ihes.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.