Hostname
ecoeletron.com.br
Last fetched
ecoeletron.com.br resolves to 2 IPv4 addresses operated by AS16276 in CA.
Nutrition Label
Resolution chain
ecoeletron.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.226.16 | 158.69.0.0/16 | AS16276 | — | CA |
| 158.69.54.43 | 158.69.0.0/16 | AS16276 | — | CA |
WHOIS identity
- Registrar
- —
- Organization
- clarice oliveira
- Contact emails
Subdomains
4 observed subdomains of ecoeletron.com.br.
Web-graph footprint
Distinct hostnames that link to or from ecoeletron.com.br in the public web crawl.
4 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- ecoeletron.com.br
SPF policy
11 SPF mechanisms authorising senders for ecoeletron.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | ecoeletron.com.br |
| SPF_INCLUDE | _spf.etacloud.net |
| SPF_IP | 104.129.168.130 |
| SPF_IP | 149.56.116.188 |
| SPF_IP | 158.69.118.68 |
| SPF_IP | 158.69.226.16 |
| SPF_IP | 158.69.54.43 |
| SPF_IP | 167.114.164.246 |
| SPF_IP | 209.240.97.137 |
| SPF_IP | 51.161.108.124 |
| SPF_MX | ecoeletron.com.br |
Related pages
Pivot deeper into the graph from ecoeletron.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ecoeletron.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.