Hostname
gestor.tips.com.br
Last fetched
gestor.tips.com.br resolves to 1 IPv4 address operated by GLOBALCOMPASS - Cyber Wurx LLC in BR.
Nutrition Label
Resolution chain
gestor.tips.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 69.61.21.164 | 69.61.0.0/17 | AS22653 | GLOBALCOMPASS - Cyber Wurx LLC | BR |
WHOIS identity
No WHOIS records are currently associated with gestor.tips.com.br in WhisperGraph.
Subdomains
1 observed subdomain of gestor.tips.com.br.
| Subdomain |
|---|
| www.gestor.tips.com.br |
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for gestor.tips.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | gestor.tips.com.br |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 13.90.153.112 |
| SPF_IP | 147.135.11.127 |
| SPF_IP | 155.94.222.125 |
| SPF_IP | 54.233.228.123 |
| SPF_IP | 66.23.246.241 |
| SPF_IP | 69.61.21.160/29 |
| SPF_IP | 69.61.29.0/27 |
| SPF_IP | 69.61.29.20 |
| SPF_MX | gestor.tips.com.br |
Related pages
Pivot deeper into the graph from gestor.tips.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gestor.tips.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.