Hostname
hadaluna.com
Last fetched
hadaluna.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
hadaluna.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.67.0.115 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.0.56 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.0.65 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.67.0.82 | 18.67.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.190.120 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.50 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.72 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
| 3.165.190.75 | 3.165.190.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CH |
WHOIS identity
- Registrar
- iana:1068
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of hadaluna.com.
| Subdomain |
|---|
| www.hadaluna.com |
Web-graph footprint
Distinct hostnames that link to or from hadaluna.com in the public web crawl.
25 sites link to this hostname.
803 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for hadaluna.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mxlogin.com |
Related pages
Pivot deeper into the graph from hadaluna.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hadaluna.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.