Hostname
app-poster.com
Last fetched
app-poster.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
app-poster.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.164.53.118 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.128 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.37 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.164.53.57 | 3.164.52.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.170.152.103 | 3.170.152.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.152.119 | 3.170.152.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.152.28 | 3.170.152.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.152.92 | 3.170.152.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.91.119 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.121 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.22 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
| 99.84.91.6 | 99.84.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AT |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of app-poster.com owner
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from app-poster.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from app-poster.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app-poster.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.