Hostname
cdvimperio.com.br
Last fetched
cdvimperio.com.br resolves to 2 IPv4 addresses operated by AS47583 in US.
Nutrition Label
Resolution chain
cdvimperio.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 |
|---|---|---|---|---|
| 185.212.71.70 | 185.212.70.0/23 | AS47583 | — | US |
| 187.109.16.234 | 187.109.16.0/20 | AS53112 | — | BR |
WHOIS identity
No WHOIS records are currently associated with cdvimperio.com.br in WhisperGraph.
Subdomains
1 observed subdomain of cdvimperio.com.br.
| Subdomain |
|---|
| www.cdvimperio.com.br |
Threat posture
History
Mail and authentication
MX records
- cdvimperio.com.br
- mx1.hostinger.com.br
- mx2.hostinger.com.br
SPF policy
5 SPF mechanisms authorising senders for cdvimperio.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | cdvimperio.com.br |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf.mx.hostinger.com |
| SPF_IP | 187.109.16.234 |
| SPF_MX | cdvimperio.com.br |
Related pages
Pivot deeper into the graph from cdvimperio.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdvimperio.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.