Hostname
acolad.app
Last fetched
acolad.app resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists registrar:eurodns s.a. as the registrar.
Nutrition Label
Resolution chain
acolad.app resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.158.30.85 | 18.160.30.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.195.74.201 | 18.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 35.156.18.175 | 35.180.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.28.250.127 | 52.46.3.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- registrar:eurodns s.a.
- Organization
- amplexor portugal, lda.
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from acolad.app.
- IP · 18.158.30.85
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · registrar:eurodns s.a.
- Country · DE
- Email · itorders@amplexor.com
- TLD · .app
- Browse hostnames · ac…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acolad.app"})-[: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.