Hostname
ampli.fr
Last fetched
ampli.fr resolves to 2 IPv4 addresses operated by AS20940 in FR. WHOIS lists registrar:ovea as the registrar.
Nutrition Label
Resolution chain
ampli.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 |
|---|---|---|---|---|
| 96.17.193.47 | 96.17.193.0/24 | AS20940 | — | FR |
| 96.17.193.51 | 96.17.193.0/24 | AS20940 | — | FR |
WHOIS identity
- Registrar
- registrar:ovea
- Organization
- ampli
- Contact emails
Subdomains
32 observed subdomains of ampli.fr.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ampli.fr in the public web crawl.
55 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ampli.fr.
| Mechanism | Target |
|---|---|
| SPF_A | ampli.fr |
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | spf.be-ys.cloud |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 193.251.179.5 |
| SPF_IP | 217.108.130.1 |
| SPF_IP | 217.108.130.2 |
| SPF_IP | 217.108.130.3 |
| SPF_IP | 217.108.130.4 |
| SPF_IP | 217.108.130.5 |
| SPF_MX | ampli.fr |
Related pages
Pivot deeper into the graph from ampli.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ampli.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.