Hostname
codu.com.br
Last fetched
codu.com.br resolves to 2 IPv4 addresses operated by AS53055 - DIMENOC SERVICOS DE INFORMATICA LTDA in BR.
Nutrition Label
Resolution chain
codu.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 |
|---|---|---|---|---|
| 187.45.189.34 | 187.45.189.0/24 | AS53055 | AS53055 - DIMENOC SERVICOS DE INFORMATICA LTDA | BR |
| 191.6.5.178 | 191.6.5.0/24 | AS271239 | AS271239 - Altatech Solucoes em Tecnologia EIRELI | BR |
WHOIS identity
No WHOIS records are currently associated with codu.com.br in WhisperGraph.
Subdomains
12 observed subdomains of codu.com.br.
Web-graph footprint
Distinct hostnames that link to or from codu.com.br in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- codu.com.br
SPF policy
5 SPF mechanisms authorising senders for codu.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | codu.com.br |
| SPF_IP | 177.136.224.162 |
| SPF_IP | 187.45.189.34 |
| SPF_IP | 191.6.5.178 |
| SPF_MX | codu.com.br |
Related pages
Pivot deeper into the graph from codu.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codu.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.