Hostname
bhil.com.br
Last fetched
bhil.com.br resolves to 2 IPv4 addresses operated by OVH - OVH SAS in CA.
Nutrition Label
Resolution chain
bhil.com.br resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.69.125.161 | 158.69.0.0/16 | AS16276 | OVH - OVH SAS | CA |
| 45.152.46.70 | 45.152.46.0/24 | AS47583 | AS-HOSTINGER - Hostinger International Limited | BR |
WHOIS identity
- Registrar
- —
- Organization
- bhil inform?tica ltda
- Contact emails
Subdomains
7 observed subdomains of bhil.com.br.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for bhil.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | bhil.com.br |
| SPF_INCLUDE | _spf.marcaunica.com.br |
| SPF_INCLUDE | spf.eveo.com.br |
| SPF_IP | 144.217.199.166 |
| SPF_IP | 158.69.125.161 |
| SPF_IP | 167.114.223.18 |
| SPF_IP | 167.114.223.19 |
| SPF_IP | 187.108.195.115 |
| SPF_IP | 187.108.195.213 |
| SPF_MX | bhil.com.br |
Related pages
Pivot deeper into the graph from bhil.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bhil.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.