Hostname
canoe.com.br
Last fetched
canoe.com.br resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
canoe.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 |
|---|---|---|---|---|
| 108.158.104.22 | 108.158.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.104.27 | 108.158.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.104.83 | 108.158.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.104.85 | 108.158.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.33.252.123 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.124 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.38 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.52 | 13.33.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- marcus vinicius falcao paredes m.e.
- Contact emails
Subdomains
2 observed subdomains of canoe.com.br.
| Subdomain |
|---|
| mail.canoe.com.br |
| www.canoe.com.br |
Web-graph footprint
Distinct hostnames that link to or from canoe.com.br in the public web crawl.
9 sites link to this hostname.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for canoe.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.uni5.net |
Related pages
Pivot deeper into the graph from canoe.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "canoe.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.