Hostname
bbambiental.cl
Last fetched
bbambiental.cl resolves to 2 IPv4 addresses operated by AS263700 in CL. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
bbambiental.cl 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 |
|---|---|---|---|---|
| 138.121.170.130 | 138.121.168.0/22 | AS263700 | — | CL |
| 144.217.160.138 | 144.217.0.0/16 | AS16276 | — | CA |
| 144.217.160.138 | 144.217.0.0/16 | AS16276 | — | CA |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- borsub international
- Contact emails
- —
Subdomains
4 observed subdomains of bbambiental.cl.
Web-graph footprint
Distinct hostnames that link to or from bbambiental.cl in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for bbambiental.cl.
| Mechanism | Target |
|---|---|
| SPF_A | bbambiental.cl |
| SPF_A | vps-de4bfb5a.vps.ovh.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | zoho.com |
| SPF_INCLUDE | zohomail.com |
| SPF_MX | bbambiental.cl |
Related pages
Pivot deeper into the graph from bbambiental.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbambiental.cl"})-[: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.