Hostname
cavalinho.srv.br
Last fetched
cavalinho.srv.br resolves to 2 IPv4 addresses operated by AS16735 - ALGAR TELECOM S/A in BR.
Nutrition Label
Resolution chain
cavalinho.srv.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 177.69.53.205 | 177.69.0.0/16 | AS16735 | AS16735 - ALGAR TELECOM S/A | BR |
| 187.63.161.28 | 187.63.160.0/19 | AS28169 | AS28169 - BITCOM PROVEDOR DE SERVICOS DE INTERNET LTDA | BR |
WHOIS identity
No WHOIS records are currently associated with cavalinho.srv.br in WhisperGraph.
Subdomains
18 observed subdomains of cavalinho.srv.br.
Showing 13 of 18. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for cavalinho.srv.br.
| Mechanism | Target |
|---|---|
| SPF_A | cavalinho.srv.br |
| SPF_INCLUDE | _spf_uswest2.prod.hydra.sophos.com |
| SPF_IP | 177.69.53.192/28 |
| SPF_IP | 179.127.140.53 |
| SPF_IP | 187.63.161.24/29 |
| SPF_IP | 200.182.186.80/28 |
| SPF_IP | 200.228.193.0/26 |
| SPF_MX | cavalinho.srv.br |
Related pages
Pivot deeper into the graph from cavalinho.srv.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cavalinho.srv.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.