Hostname
anfe.fr
Last fetched
anfe.fr resolves to 2 IPv4 addresses operated by OVH in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
anfe.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 |
|---|---|---|---|---|
| 162.19.66.191 | 162.19.0.0/17 | AS16276 | OVH | FR |
| 51.210.105.41 | 51.210.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- ass nat francaise des ergotherapeutes
- Contact emails
Subdomains
18 observed subdomains of anfe.fr.
Web-graph footprint
Distinct hostnames that link to or from anfe.fr in the public web crawl.
299 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for anfe.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | message-business.com |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 51.255.26.135 |
Related pages
Pivot deeper into the graph from anfe.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anfe.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.