Hostname
hanimaison.com
Last fetched
hanimaison.com resolves to 2 IPv4 addresses operated by AS48715 in IR. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
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
- Registrar
- iana:113
- Organization
- —
- Contact emails
Subdomains
8 observed subdomains of hanimaison.com.
Web-graph footprint
Distinct hostnames that link to or from hanimaison.com in the public web crawl.
11 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- hanimaison.com
SPF policy
16 SPF mechanisms authorising senders for hanimaison.com.
| Mechanism | Target |
|---|---|
| SPF_A | 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 | hanimaison.com |
Related pages
Pivot deeper into the graph from hanimaison.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.