Hostname
cooperja.com.br
Last fetched
cooperja.com.br resolves to 2 IPv4 addresses operated by AS266449 in BR.
Nutrition Label
Resolution chain
cooperja.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 |
|---|---|---|---|---|
| 170.82.236.98 | 170.83.1.0/24 | AS266449 | — | BR |
| 170.82.236.98 | 170.83.1.0/24 | AS266449 | — | BR |
| 45.164.92.143 | 45.164.94.0/24 | AS268685 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- cooperativa agroindustrial cooperja
- Contact emails
Subdomains
8 observed subdomains of cooperja.com.br.
Web-graph footprint
Distinct hostnames that link to or from cooperja.com.br in the public web crawl.
45 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cooperja.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from cooperja.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cooperja.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.