Hostname
www.teese.com.br
Last fetched
www.teese.com.br resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
www.teese.com.br resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.12.0.91 | 16.12.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 16.12.1.3 | 16.12.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 16.12.1.71 | 16.12.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 16.12.2.27 | 16.12.2.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.15 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.203 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.225 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.235 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.24 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.39 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.232.61 | 3.5.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.111 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.113 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.33 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.50 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.77 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.83 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.233.92 | 3.5.233.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.234.157 | 3.5.234.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.5.234.172 | 3.5.234.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
No WHOIS records are currently associated with www.teese.com.br in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for www.teese.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | www.teese.com.br |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.forwardemail.net |
| SPF_MX | www.teese.com.br |
Related pages
Pivot deeper into the graph from www.teese.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.teese.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.