Hostname
www.devan.com.br
Last fetched
www.devan.com.br resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
www.devan.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 |
|---|---|---|---|---|
| 157.90.4.188 | 157.90.0.0/16 | AS24940 | — | DE |
| 195.26.254.183 | 195.26.248.0/21 | AS40021 | CONTABO-40021 - Contabo Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.devan.com.br in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for www.devan.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | www.devan.com.br |
| SPF_IP | 116.203.31.89 |
| SPF_IP | 142.132.151.102 |
| SPF_IP | 144.91.85.7 |
| SPF_IP | 157.90.4.188 |
| SPF_IP | 161.97.102.216 |
| SPF_IP | 164.68.108.61 |
| SPF_IP | 173.212.192.14 |
| SPF_IP | 192.99.32.158 |
| SPF_IP | 194.163.141.118 |
| SPF_IP | 195.26.254.183 |
| SPF_IP | 207.244.228.85 |
| SPF_IP | 46.4.113.240 |
| SPF_IP | 5.189.163.64 |
| SPF_IP | 65.21.27.52 |
| SPF_IP | 65.21.91.187 |
| SPF_MX | www.devan.com.br |
Related pages
Pivot deeper into the graph from www.devan.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.devan.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.