Hostname
basenet.com.br
Last fetched
basenet.com.br appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.
Nutrition Label
Resolution chain
basenet.com.br has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- —
- Organization
- basenet informatica ltda
- Contact emails
Subdomains
16 observed subdomains of basenet.com.br.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for basenet.com.br.
| Mechanism | Target |
|---|---|
| SPF_IP | 104.196.146.101/32 |
| SPF_IP | 18.116.188.205/32 |
| SPF_IP | 191.252.59.129/32 |
| SPF_IP | 200.139.106.212/32 |
| SPF_IP | 201.30.147.18/32 |
| SPF_IP | 201.39.71.12/32 |
| SPF_IP | 201.39.92.191/32 |
| SPF_IP | 35.185.23.241/32 |
| SPF_IP | 35.185.8.128/32 |
Related pages
Pivot deeper into the graph from basenet.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "basenet.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.