Hostname
biplus.com.br
Last fetched
biplus.com.br resolves to 1 IPv4 address operated by ANDME-46474 - 23ANDME in US. WHOIS lists registrar:superdominios (53) as the registrar.
Nutrition Label
Resolution chain
biplus.com.br resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 192.169.82.86 | 192.169.82.0/24 | AS46475 | ANDME-46474 - 23ANDME | US |
WHOIS identity
- Registrar
- registrar:superdominios (53)
- Organization
- paulo vitor nascimento
- Contact emails
Subdomains
9 observed subdomains of biplus.com.br.
Web-graph footprint
Distinct hostnames that link to or from biplus.com.br in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for biplus.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | biplus.com.br |
| SPF_INCLUDE | _spf.cloudezmail.io |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 192.169.81.142 |
| SPF_IP | 192.169.82.86 |
| SPF_IP | 2600:3c00:0:0:f03c:93ff:fe7d:d8aa |
| SPF_IP | 63.143.51.134 |
| SPF_IP | 72.14.188.58 |
| SPF_MX | biplus.com.br |
Related pages
Pivot deeper into the graph from biplus.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "biplus.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.