Hostname
acst.app
Last fetched
acst.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
acst.app 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.138.85.109 | 108.138.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.85.12 | 108.138.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.85.125 | 108.138.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.85.38 | 108.138.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.165.72.115 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.21 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.37 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.165.72.40 | 18.165.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
WHOIS identity
- Registrar
- iana:1910
- Organization
- contact privacy inc. customer 7151571251
- Contact emails
- —
Subdomains
11 observed subdomains of acst.app.
Web-graph footprint
Distinct hostnames that link to or from acst.app in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for acst.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mx.cloudflare.net |
Related pages
Pivot deeper into the graph from acst.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "acst.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.