Hostname
czzq.com.br
Last fetched
czzq.com.br resolves to 2 IPv4 addresses operated by AS47583 in US.
Nutrition Label
Resolution chain
czzq.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 |
|---|---|---|---|---|
| 151.106.101.69 | 151.106.96.0/21 | AS47583 | — | US |
| 31.170.166.221 | 31.170.166.0/23 | AS47583 | — | US |
WHOIS identity
No WHOIS records are currently associated with czzq.com.br in WhisperGraph.
Subdomains
2 observed subdomains of czzq.com.br.
| Subdomain |
|---|
| automacao.czzq.com.br |
| www.czzq.com.br |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for czzq.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from czzq.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "czzq.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.