Hostname
enerca.com.co
Last fetched
enerca.com.co resolves to 1 IPv4 address operated by AS14080 in CO. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
enerca.com.co 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 |
|---|---|---|---|---|
| 181.49.37.50 | 181.49.32.0/19 | AS14080 | — | CO |
| 181.49.37.50 | 181.49.32.0/19 | AS14080 | — | CO |
WHOIS identity
- Registrar
- iana:146
- Organization
- empresa de energia de casanare s.a. e.s.p.
- Contact emails
Subdomains
12 observed subdomains of enerca.com.co.
Web-graph footprint
Distinct hostnames that link to or from enerca.com.co in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for enerca.com.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 131.221.42.138/32 |
| SPF_IP | 142.0.176.3/32 |
| SPF_IP | 142.0.180.215/32 |
| SPF_IP | 181.49.37.51/32 |
| SPF_MX | enerca.com.co |
Related pages
Pivot deeper into the graph from enerca.com.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "enerca.com.co"})-[: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.