Hostname
epone.fr
Last fetched
epone.fr resolves to 1 IPv4 address operated by AS47583 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
epone.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 |
|---|---|---|---|---|
| 195.200.14.44 | 195.200.12.0/22 | AS47583 | — | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- ville d'epone
- Contact emails
Subdomains
6 observed subdomains of epone.fr.
Web-graph footprint
Distinct hostnames that link to or from epone.fr in the public web crawl.
63 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for epone.fr.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_A | epone.fr |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.32.175.24 |
| SPF_IP | 195.200.14.44 |
| SPF_IP | 217.119.184.169 |
| SPF_IP | 57.128.12.84 |
| SPF_MX | epone.fr |
Related pages
Pivot deeper into the graph from epone.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "epone.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.