Hostname
epinal.fr
Last fetched
epinal.fr resolves to 1 IPv4 address operated by AS8304 in FR. WHOIS lists iana:1413 as the registrar.
Nutrition Label
Resolution chain
epinal.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
- iana:1413
- Organization
- ville d'epinal
- Contact emails
Subdomains
17 observed subdomains of epinal.fr.
Showing 15 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from epinal.fr in the public web crawl.
292 sites link to this hostname.
727 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for epinal.fr.
| Mechanism | Target |
|---|---|
| SPF_A | epinal.fr |
| SPF_A | sitlor.fr |
| SPF_INCLUDE | includespf.security-mail.net |
| SPF_INCLUDE | spf.avizi.fr |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 136.243.255.82 |
| SPF_IP | 212.51.185.9 |
| SPF_IP | 213.32.80.103 |
| SPF_IP | 62.244.93.61 |
| SPF_IP | 77.136.47.206 |
| SPF_IP | 77.136.47.209 |
| SPF_IP | 87.252.12.166 |
| SPF_REDIRECT | _spf.epinal.fr |
Related pages
Pivot deeper into the graph from epinal.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "epinal.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.