Hostname
fnepaca.fr
Last fetched
fnepaca.fr resolves to 1 IPv4 address operated by AS197562 in FR. WHOIS lists registrar:scaleway as the registrar.
Nutrition Label
Resolution chain
fnepaca.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 |
|---|---|---|---|---|
| 185.170.45.103 | 185.170.44.0/22 | AS197562 | — | FR |
WHOIS identity
- Registrar
- registrar:scaleway
- Organization
- union regionale vie nature environnement
- Contact emails
Subdomains
40 observed subdomains of fnepaca.fr.
Showing 16 of 40. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fnepaca.fr in the public web crawl.
141 sites link to this hostname.
434 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for fnepaca.fr.
| Mechanism | Target |
|---|---|
| SPF_A | fnepaca.fr |
| SPF_INCLUDE | _spf.eu.sparkpostmail.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf.jabatus.fr |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 109.234.164.163 |
| SPF_IP | 185.170.45.103 |
| SPF_IP | 2001:4b98:dc0:41:216:3eff:fe26:37bc |
| SPF_MX | fnepaca.fr |
Related pages
Pivot deeper into the graph from fnepaca.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fnepaca.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.