Hostname
altaverda.org
Last fetched
altaverda.org resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AE. WHOIS lists iana:1630 as the registrar.
Nutrition Label
Resolution chain
altaverda.org 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 |
|---|---|---|---|---|
| 108.139.86.100 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.110 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.18 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 108.139.86.56 | 108.139.86.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AE |
| 3.175.96.106 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.12 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.17 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.94 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:1630
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of altaverda.org.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for altaverda.org.
| Mechanism | Target |
|---|---|
| SPF_A | mail.altaverda.org |
| SPF_A | mailphp.lws-hosting.com |
| SPF_MX | altaverda.org |
Related pages
Pivot deeper into the graph from altaverda.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "altaverda.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.