Hostname
hanac.org
Last fetched
hanac.org resolves to 1 IPv4 address operated by AS_KKM_IT in CH. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
hanac.org 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 |
|---|---|---|---|---|
| 185.203.72.17 | 185.203.72.0/24 | AS60922 | AS_KKM_IT | CH |
WHOIS identity
- Registrar
- iana:2
- Organization
- hanac,
- Contact emails
Subdomains
2 observed subdomains of hanac.org.
| Subdomain |
|---|
| mail.hanac.org |
| www.hanac.org |
Web-graph footprint
Distinct hostnames that link to or from hanac.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for hanac.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | notification.fortinet.net |
| SPF_INCLUDE | outbound.mailhop.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.170.76.224/29 |
| SPF_IP | 104.156.160.224/29 |
| SPF_IP | 104.156.166.224/29 |
| SPF_IP | 104.156.167.224/29 |
| SPF_IP | 104.156.169.224/28 |
| SPF_IP | 104.156.170.224/29 |
| SPF_IP | 104.156.175.224/28 |
| SPF_IP | 104.156.178.224/29 |
| SPF_IP | 104.156.179.224/29 |
| SPF_IP | 104.156.185.224/28 |
| SPF_IP | 104.156.189.224/28 |
| SPF_IP | 137.66.122.224/28 |
| SPF_IP | 137.66.124.224/28 |
| SPF_IP | 137.66.126.224/28 |
| SPF_IP | 168.245.4.116 |
| SPF_IP | 183.177.48.74 |
| SPF_IP | 193.240.191.224/29 |
| SPF_IP | 209.235.109.149 |
| SPF_IP | 209.46.28.64/27 |
| SPF_IP | 94.127.118.224/29 |
| SPF_IP | 94.205.15.224/30 |
Related pages
Pivot deeper into the graph from hanac.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hanac.org"})-[: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.