Hostname
mx.migadu.com
Last fetched
mx.migadu.com resolves to 3 IPv4 addresses operated by OVH in FR.
Nutrition Label
Resolution chain
mx.migadu.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.94.75.77 | 141.94.0.0/16 | AS16276 | OVH | FR |
| 51.178.91.99 | 51.178.0.0/16 | AS16276 | OVH | FR |
| 57.128.22.240 | 57.128.0.0/17 | AS16276 | OVH | FR |
WHOIS identity
No WHOIS records are currently associated with mx.migadu.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for mx.migadu.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 141.94.75.77 |
| SPF_IP | 141.94.97.118/32 |
| SPF_IP | 2001:41d0:303:d163::1/64 |
| SPF_IP | 2001:41d0:303:e16b::/64 |
| SPF_IP | 2001:41d0:303:e224::/64 |
| SPF_IP | 2001:41d0:303:ff4d::1/64 |
| SPF_IP | 2001:41d0:403:4876::/64 |
| SPF_IP | 2001:41d0:403:58f0::/64 |
| SPF_IP | 51.178.91.99 |
| SPF_IP | 51.210.222.107/32 |
| SPF_IP | 51.210.223.36/32 |
| SPF_IP | 57.128.22.240 |
Related pages
Pivot deeper into the graph from mx.migadu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mx.migadu.com"})-[: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.