Hostname
virtua.com.br
Last fetched
virtua.com.br resolves to 3 IPv4 addresses operated by AS28573 in BR.
Nutrition Label
Resolution chain
virtua.com.br resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 189.6.48.3 | 189.6.0.0/17 | AS28573 | — | BR |
| 189.6.48.3 | 189.6.0.0/17 | AS28573 | — | BR |
| 201.6.4.15 | 201.6.0.0/16 | AS28573 | — | BR |
| 201.6.4.61 | 201.6.0.0/16 | AS28573 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- claro
- Contact emails
Subdomains
4,856 observed subdomains of virtua.com.br.
Showing 25 of 4,856. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from virtua.com.br in the public web crawl.
16 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from virtua.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "virtua.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.