Hostname
indre.fr
Last fetched
indre.fr resolves to 1 IPv4 address operated by AS8304 in FR. WHOIS lists registrar:ecritel as the registrar.
Nutrition Label
Resolution chain
indre.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 |
|---|---|---|---|---|
| 87.252.1.29 | 87.252.1.0/24 | AS8304 | — | FR |
WHOIS identity
- Registrar
- registrar:ecritel
- Organization
- departement de l'indre
- Contact emails
Subdomains
19 observed subdomains of indre.fr.
Web-graph footprint
Distinct hostnames that link to or from indre.fr in the public web crawl.
436 sites link to this hostname.
193 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for indre.fr.
| Mechanism | Target |
|---|---|
| SPF_A | indre.fr |
| SPF_A | smtp.indre.fr |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | smtp-test.ontomantics.com |
| SPF_INCLUDE | smtp.ontomantics.com |
| SPF_INCLUDE | spf.cloud.vadesecure.com |
| SPF_INCLUDE | spf.express-mail.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.stratis.pro |
| SPF_IP | 37.18.164.18 |
| SPF_IP | 87.252.12.72 |
| SPF_IP | 87.252.12.73 |
| SPF_IP | 87.252.12.74 |
| SPF_IP | 93.188.174.202/32 |
| SPF_MX | indre.fr |
Related pages
Pivot deeper into the graph from indre.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "indre.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.