Hostname
oletv.net.br
Last fetched
oletv.net.br resolves to 1 IPv4 address operated by AS11844 in BR.
Nutrition Label
Resolution chain
oletv.net.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 |
|---|---|---|---|---|
| 200.194.232.34 | 200.194.232.0/22 | AS11844 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- ott and iptv ltda
- Contact emails
Subdomains
7 observed subdomains of oletv.net.br.
Web-graph footprint
Distinct hostnames that link to or from oletv.net.br in the public web crawl.
6 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for oletv.net.br.
| Mechanism | Target |
|---|---|
| SPF_A | mail2.ole.net.br |
| SPF_A | oletv.net.br |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 200.194.232.11 |
| SPF_IP | 200.194.232.12 |
| SPF_IP | 200.194.232.14 |
| SPF_IP | 200.194.232.4 |
| SPF_IP | 200.194.232.5 |
| SPF_IP | 200.194.232.6 |
| SPF_IP | 200.194.232.7 |
| SPF_IP | 200.194.236.0/27 |
| SPF_MX | mail2.ole.net.br |
Related pages
Pivot deeper into the graph from oletv.net.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "oletv.net.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.