Hostname
ibec.com.br
Last fetched
ibec.com.br resolves to 1 IPv4 address operated by AS16276 in BR.
Nutrition Label
Resolution chain
ibec.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 |
|---|---|---|---|---|
| 198.50.202.24 | 198.50.128.0/17 | AS16276 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- nmi brasil ltda.
- Contact emails
Subdomains
8 observed subdomains of ibec.com.br.
Web-graph footprint
Distinct hostnames that link to or from ibec.com.br in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ibec.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | ibec.com.br |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.host74.hoteldaweb.com.br |
| SPF_IP | 108.168.182.68 |
| SPF_IP | 135.148.59.227 |
| SPF_IP | 15.235.119.215 |
| SPF_IP | 198.11.247.79 |
| SPF_IP | 198.50.202.24 |
| SPF_IP | 51.81.104.180 |
| SPF_IP | 66.70.178.9 |
| SPF_MX | ibec.com.br |
Related pages
Pivot deeper into the graph from ibec.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibec.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.