Hostname
encalso.com.br
Last fetched
encalso.com.br resolves to 1 IPv4 address operated by AS53038 in BR.
Nutrition Label
Resolution chain
encalso.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 |
|---|---|---|---|---|
| 177.154.190.229 | 177.154.190.0/24 | AS53038 | — | BR |
WHOIS identity
- Registrar
- —
- Organization
- encalso constru??es ltda
- Contact emails
Subdomains
4 observed subdomains of encalso.com.br.
| Subdomain |
|---|
| sap.encalso.com.br |
| www.encalso.com.br |
Showing 2 of 4. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from encalso.com.br in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for encalso.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 179.124.34.77 |
| SPF_IP | 200.143.1.0/24 |
| SPF_IP | 200.143.1.245/32 |
| SPF_IP | 200.155.12.0/24 |
| SPF_IP | 200.155.12.178/32 |
| SPF_IP | 201.77.233.56/32 |
| SPF_IP | 201.77.233.57/32 |
Related pages
Pivot deeper into the graph from encalso.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "encalso.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.