Hostname
mail.hostadi.com
Last fetched
mail.hostadi.com resolves to 2 IPv4 addresses operated by AS12876 in FR.
Nutrition Label
Resolution chain
mail.hostadi.com 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 |
|---|---|---|---|---|
| 212.83.155.194 | 212.83.128.0/19 | AS12876 | — | FR |
| 212.83.172.222 | 212.83.160.0/19 | AS12876 | — | FR |
WHOIS identity
No WHOIS records are currently associated with mail.hostadi.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for mail.hostadi.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.hostadi.com |
| SPF_INCLUDE | coachpocalypse.com |
| SPF_INCLUDE | eloleather.com |
| SPF_IP | 138.201.86.19 |
| SPF_IP | 138.201.86.4 |
| SPF_IP | 163.172.63.90 |
| SPF_IP | 2001:4b98:dc0:43:216:3eff:fe11:6069 |
| SPF_IP | 212.83.155.194 |
| SPF_IP | 212.83.172.222 |
| SPF_IP | 2a01:4f8:c012:2379:0:0:0:1 |
| SPF_IP | 49.13.10.202 |
| SPF_IP | 51.158.158.3 |
| SPF_IP | 92.243.25.21 |
| SPF_MX | mail.hostadi.com |
Related pages
Pivot deeper into the graph from mail.hostadi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.hostadi.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.