Hostname
files.cbdigital.com.br
Last fetched
files.cbdigital.com.br resolves to 2 IPv4 addresses operated by AS20044 in BR.
Nutrition Label
Resolution chain
files.cbdigital.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 |
|---|---|---|---|---|
| 200.188.178.247 | 200.188.178.0/24 | AS20044 | — | BR |
| 200.188.178.247 | 200.188.178.0/24 | AS20044 | — | BR |
| 200.188.178.248 | 200.188.178.0/24 | AS20044 | — | BR |
| 200.188.178.248 | 200.188.178.0/24 | AS20044 | — | BR |
WHOIS identity
No WHOIS records are currently associated with files.cbdigital.com.br in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from files.cbdigital.com.br in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for files.cbdigital.com.br.
| Mechanism | Target |
|---|---|
| SPF_IP | 200.188.178.0/24 |
| SPF_IP | 200.188.191.0/24 |
| SPF_MX | files.cbdigital.com.br |
Related pages
Pivot deeper into the graph from files.cbdigital.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "files.cbdigital.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.