Hostname
amdm.fr
Last fetched
amdm.fr resolves to 1 IPv4 address operated by AS29608 in FR. WHOIS lists registrar:orange as the registrar.
Nutrition Label
Resolution chain
amdm.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 |
|---|---|---|---|---|
| 193.239.192.98 | 193.239.192.0/23 | AS29608 | — | FR |
WHOIS identity
- Registrar
- registrar:orange
- Organization
- assurance mutuelle des motards
- Contact emails
Subdomains
50 observed subdomains of amdm.fr.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amdm.fr in the public web crawl.
14 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for amdm.fr.
| Mechanism | Target |
|---|---|
| SPF_A | mailgw.amdm.fr |
| SPF_A | mx20.amdm.fr |
| SPF_A | mx3.amdm.fr |
| SPF_A | newsletter.amdm.fr |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_MX | amdm.fr |
Related pages
Pivot deeper into the graph from amdm.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amdm.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.