Skip to content

Hostname

ecomex.security.cl

Last fetched

ecomex.security.cl resolves to 2 IPv4 addresses operated by AS52460 - CAPITAL S.A in CL.

Nutrition Label

WHISPER CANON · ecomex.security.clRouting diversity2.4/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/ecomex.security.cl

Resolution chain

ecomex.security.cl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
179.0.2.16179.0.2.0/24AS52460AS52460 - CAPITAL S.ACL
179.0.8.16179.0.8.0/24AS52460AS52460 - CAPITAL S.ACL

WHOIS identity

No WHOIS records are currently associated with ecomex.security.cl in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from ecomex.security.cl in the public web crawl.

3 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from ecomex.security.cl.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ecomex.security.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.