Skip to content

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

WHISPER CANON · acolad.appRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/acolad.app

Resolution chain

acolad.app resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.158.30.8518.160.30.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.195.74.20118.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.DE
35.156.18.17535.180.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.DE
52.28.250.12752.46.3.0/24AS16509AMAZON-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.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.