Hostname
prevena.com.br
Last fetched
prevena.com.br resolves to 4 IPv4 addresses operated by AS20940 in PL.
Nutrition Label
Resolution chain
prevena.com.br resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.81.60.161 | 104.81.60.0/23 | AS20940 | — | PL |
| 104.81.60.168 | 104.81.60.0/23 | AS20940 | — | PL |
| 23.0.162.133 | 23.0.162.0/24 | AS20940 | — | US |
| 23.0.162.137 | 23.0.162.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- —
- Organization
- cm hospitalar
- Contact emails
Subdomains
3 observed subdomains of prevena.com.br.
Web-graph footprint
Distinct hostnames that link to or from prevena.com.br in the public web crawl.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for prevena.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _mailgrid.prevena.com.br |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.32.168/32 |
| SPF_IP | 186.219.137.77 |
| SPF_IP | 201.55.102.26/32 |
Related pages
Pivot deeper into the graph from prevena.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prevena.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.