Hostname
cliente.cnxhost.com.br
Last fetched
cliente.cnxhost.com.br resolves to 2 IPv4 addresses operated by OVH - OVH SAS in CA.
Nutrition Label
Resolution chain
cliente.cnxhost.com.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 |
|---|---|---|---|---|
| 192.109.11.49 | 192.109.11.0/24 | AS16276 | OVH - OVH SAS | CA |
| 192.185.214.54 | 192.185.208.0/21 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with cliente.cnxhost.com.br in WhisperGraph.
Subdomains
1 observed subdomain of cliente.cnxhost.com.br.
| Subdomain |
|---|
| www.cliente.cnxhost.com.br |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for cliente.cnxhost.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | cliente.cnxhost.com.br |
| SPF_IP | 192.109.11.49 |
| SPF_IP | 192.185.176.191 |
| SPF_IP | 51.79.20.55 |
| SPF_MX | cliente.cnxhost.com.br |
Related pages
Pivot deeper into the graph from cliente.cnxhost.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cliente.cnxhost.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.