Hostname
e.vuon.com.br
Last fetched
e.vuon.com.br resolves to 4 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in BR.
Nutrition Label
Resolution chain
e.vuon.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 |
|---|---|---|---|---|
| 129.148.19.74 | 129.148.16.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
| 129.148.19.75 | 129.148.16.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | BR |
| 177.47.8.198 | 177.47.0.0/19 | AS15830 | — | BR |
| 177.47.8.199 | 177.47.0.0/19 | AS15830 | — | BR |
WHOIS identity
No WHOIS records are currently associated with e.vuon.com.br in WhisperGraph.
Subdomains
3 observed subdomains of e.vuon.com.br.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for e.vuon.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spfnet.ibopedtm.com |
Related pages
Pivot deeper into the graph from e.vuon.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "e.vuon.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.