Hostname
app.foursales.com.br
Last fetched
app.foursales.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in RO.
Nutrition Label
Resolution chain
app.foursales.com.br 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 |
|---|---|---|---|---|
| 143.204.11.114 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 143.204.11.3 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 143.204.11.73 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 143.204.11.99 | 143.204.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | RO |
| 54.192.35.15 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.28 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.44 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.67 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with app.foursales.com.br in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from app.foursales.com.br in the public web crawl.
6 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from app.foursales.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.foursales.com.br"})-[: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.