Hostname
mail.hanimaison.com
Last fetched
mail.hanimaison.com resolves to 2 IPv4 addresses operated by AS48715 in IR.
Nutrition Label
Resolution chain
mail.hanimaison.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 |
|---|---|---|---|---|
| 185.235.245.49 | 185.235.245.0/24 | AS48715 | — | IR |
| 49.12.169.58 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with mail.hanimaison.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for mail.hanimaison.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.hanimaison.com |
| SPF_IP | 168.119.141.174 |
| SPF_IP | 178.162.195.142 |
| SPF_IP | 178.162.200.164 |
| SPF_IP | 178.239.158.109 |
| SPF_IP | 178.239.158.137 |
| SPF_IP | 185.18.213.164 |
| SPF_IP | 185.208.175.140 |
| SPF_IP | 185.208.175.70 |
| SPF_IP | 185.235.245.49 |
| SPF_IP | 31.214.255.139 |
| SPF_IP | 45.139.11.157 |
| SPF_IP | 45.159.149.101 |
| SPF_IP | 49.12.169.58 |
| SPF_IP | 94.75.193.161 |
| SPF_MX | mail.hanimaison.com |
Related pages
Pivot deeper into the graph from mail.hanimaison.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.hanimaison.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.