Driver FixRecommendedSound, Wi-Fi or graphics acting up? Check drivers firstFind missing or outdated drivers fast.Check DriversFall ResetAmazon USFall reset deals: check better picks before checkoutAmazon US: today's deals, useful picks and quick comparisons.Check DealsSlow PC?RecommendedPC slow today? Run a repair scan before it gets worseResolve common Windows issues and optimize system performance.Scan Now×
Skip to content
Blog

ZEST Security Emerges From Stealth With $5 Million to Tackle Cloud-Risk Remediation

By TheFinanceBase Team8 min read
Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.

ZEST Security’s July 24, 2024, launch was built around a distinction that matters to cloud-security teams: finding a vulnerability is not the same as fixing it. The startup said it had raised $5 million in seed funding and was building a GenAI-powered platform to connect cloud-risk findings with root-cause fixes, infrastructure-as-code (IaC) changes, or temporary safeguards. Its pitch is a resolution layer for organizations overwhelmed by findings—not proof that AI can safely repair every production risk on its own.

What ZEST announced

ZEST Security said on July 24, 2024, that it had exited stealth and raised a $5 million seed round led by Hanaco Ventures and Silvertech Ventures, with angel investors also participating. The company was founded by CEO Snir Ben Shimol and CTO Uri Aronovici, and its launch material listed offices in New York City and Tel Aviv. The announcement positioned ZEST as a cloud-risk-resolution platform rather than another tool whose main output is a list of alerts. ZEST’s launch announcement and VentureBeat’s coverage reported the launch and funding.

The problem it targets is familiar to large organizations: security tools can identify more vulnerabilities, exposed assets, and misconfigurations than engineering teams can safely address. ZEST’s launch release cited a 30–60-day timeframe to remediate a single risk and said 80% of resolved risks resurface. Those are company-reported figures; the announcement does not provide enough methodology to treat them as universal benchmarks.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Finding, fixing, and reducing risk are different outcomes

“Resolve, not just flag” can describe several steps, and they should not be treated as interchangeable:

  • Finding: A scanner identifies a vulnerability, exposed resource, or policy problem.
  • Prioritizing: The organization ranks it using context such as reachability, exploitability, business importance, and the likely impact of a change.
  • Remediating: The underlying defect is corrected—for example, a vulnerable package is patched or an insecure Terraform setting is changed.
  • Mitigating: A compensating control reduces immediate exposure while the root fix is pending. A WAF rule or AWS Service Control Policy (SCP) may block a route to exploitation without correcting the vulnerable application or configuration.
  • Validating: A follow-up check confirms the original exposure is gone and has not returned.

A ticket, recommendation, or generated pull request is progress, but none alone proves remediation. Nor does a mitigation necessarily eliminate the defect. That distinction is central to evaluating ZEST’s claim.

How the proposed workflow works

According to ZEST’s cloud-security materials and its product overview, the intended workflow combines several stages:

  1. Identify or ingest findings. ZEST says it can scan for exposures or ingest findings from tools already in use. Its materials list infrastructure-as-code and secrets scanning, cloud misconfiguration checks, instance and vulnerability scanning, CSPM, Kubernetes security posture management, and container scanning.
  2. Correlate and prioritize. The company says it can connect related findings and weigh exploitability, reachability, business criticality, available controls, and fix impact. The point is to identify which action would meaningfully reduce risk, not simply sort alerts by severity label.
  3. Trace runtime conditions to a source. ZEST says it can compare deployed cloud state with planned or managed state and connect a problem to its asset and originating IaC, such as Terraform or CloudFormation.
  4. Recommend or take an action. Possible paths include a code or configuration change, a patch, a security-stack workflow, or a compensating control such as a WAF policy or cloud guardrail.
  5. Validate the result. The company describes dynamic risk validation and an “Arsenal” capability that uses open-source tools to check whether risks were remediated. This step matters: a merged change or closed ticket does not establish that an attack path is actually closed.

Each stage can fail for different reasons. A root-cause link is useful only if the runtime resource is accurately mapped to the right repository and IaC workspace. A generated change can be syntactically sound yet break a dependency. A scanner may confirm a setting changed without proving that a workload is unreachable or an identity can no longer abuse a privilege.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Where GenAI fits—and what remains unproven

ZEST describes GenAI as a way to help correlate findings, identify likely causes, analyze possible resolution paths, and relate cloud conditions to code and controls. The defensible interpretation is that AI assists an orchestration and analysis system that connects findings, cloud state, repositories, security controls, and workflows. The launch announcement does not independently demonstrate that a model understands an entire enterprise environment or can make arbitrary production changes safely.

Buyers should establish what “automated” means in practice. Does the product explain a proposed fix, open a pull request, create a ticket, modify a control, or execute a production change? What permissions are required? Which actions need human approval? Can changes be tested and rolled back? These are not minor implementation details; they determine the product’s risk and operational value.

ZEST also says customer data stays in the customer’s environment and is not shared with third-party AI platforms. That is a vendor statement, not an independent assurance. Ask for data-flow diagrams, model and subprocessor details, retention terms, tenant-isolation information, and contractual commitments. ZEST says its SaaS product is hosted on AWS, offers tenant hosting in the United States or Europe, and can begin with a read-only cloud account before customers connect security tools. Verify the exact permissions and data handling for the proposed deployment in the product documentation.

Current product footprint and place in a security stack

Current ZEST materials describe support for AWS, Microsoft Azure, and Google Cloud. Its integrations catalog lists cloud services and controls, IaC and repository tools—including Terraform, CloudFormation, Pulumi, GitHub, and GitLab—ticketing and collaboration systems such as Jira, ServiceNow, Slack, and Microsoft Teams, and security products including Wiz, Orca, Palo Alto Networks, CrowdStrike, Qualys, Rapid7, Tenable, Snyk, and others. ZEST’s product FAQ claims more than 50 integrations; buyers should verify that the specific connectors they need are supported and available in their deployment.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

This footprint points to ZEST as an action or resolution layer that can sit alongside existing scanners and cloud-security platforms. It does not establish that ZEST replaces a CNAPP, CSPM, vulnerability-management system, or IaC tool. A company that still lacks broad cloud visibility may first need a discovery platform; one with good discovery but slow, fragmented remediation may have a more direct reason to evaluate ZEST.

Approach When it may fit Trade-off to assess
Native cloud controls A small or single-cloud estate seeking familiar controls and limited additional tooling. Cross-cloud and cross-tool correlation may be less unified.
CNAPP or CSPM platform The main gap is broad visibility, posture management, workload coverage, or attack-path context. Confirm that remediation workflows and validation are adequate; ZEST lists platforms such as Wiz and Orca as integrations, so the categories may complement each other.
ZEST resolution layer Many findings already exist, but ownership, prioritization, safe changes, and validation slow the path to closure. Value depends on integrations, accurate asset-to-code mapping, governance, and measurable engineering time saved.
Internal IaC and policy automation Platform engineering is mature, ownership is clear, and code-based changes can be tested reliably. Internal systems may require substantial work to correlate tools, handle runtime drift, and address risks that cannot be fixed in code alone.

Alternatives include AWS Inspector, GuardDuty, WAF, and SCPs; Microsoft Defender for Cloud; Google Cloud Security Command Center and Cloud Armor; and broader platforms such as Wiz, Palo Alto Networks Prisma Cloud, and Orca Security. These products have different scopes and change over time, so a category label is not a substitute for a feature-by-feature evaluation. For example, Microsoft Defender for Cloud may suit an Azure-heavy environment with strong Microsoft alignment, while a multicloud organization may value a cross-tool workflow. ZEST’s own integrations with several platforms suggest coexistence is possible.

Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.Support on Ko-Fi

What to test in a proof of concept

A useful evaluation should test representative risk paths rather than rely on a feature checklist. Include cloud misconfigurations, identity and permission issues, vulnerabilities, IaC drift, duplicate findings, and cases where no immediate fix exists. Then require the vendor to demonstrate:

  • Root-cause accuracy: Does it connect a runtime finding to the correct resource, owner, and repository or IaC source?
  • Action quality: Is the output a root fix, mitigation, recommendation, ticket, or executable change? Is the distinction explicit?
  • Change governance: Can the workflow use read-only access first, require approval, create a pull request, preserve separation of duties, log actions, and roll back safely?
  • Operational safety: Does testing catch changes that break dependencies, availability, or required permissions?
  • Validation and recurrence: Can it verify runtime exposure—not just a changed setting—and detect when a risk returns after redeployment or drift?
  • Exception handling: Can teams record a temporary risk acceptance or compensating control, assign an owner, set an expiry, and re-evaluate it?
  • Data security: What cloud metadata or source code leaves your environment, where is it stored, which models process it, and how are prompts and outputs retained?
  • Economics: How much engineer time is saved after accounting for false fixes, review, integration, implementation, and ongoing operations?

Measure time from finding to approved, validated action—not merely time to generate a suggested fix. Count how often engineers must correct proposed changes, and test rollback and reappearance scenarios. Include findings with unknown owners, manually configured infrastructure, multiple Terraform workspaces, or no available patch; these are common reasons a clean demo may not translate to production.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Pricing and buying implications

ZEST’s pricing page advertises a 14-day free trial and quote-based annual plans, but does not publish standard subscription prices. Its AWS Marketplace listing, viewed in August 2026, shows $200,000 for a 12-month ZEST Base Subscription and $400,000 for a 12-month ZEST Enterprise contract, with additional AWS infrastructure costs possible. Those Marketplace figures are a pricing signal, not necessarily the price every direct-sales customer receives. The listing also describes contract fees as non-cancellable and non-refundable except where required by law. Get a written quote covering account and project limits, integrations, support, implementation, data residency, renewal terms, and exit and deletion obligations.

A trial is useful for validating workflow fit, but a short evaluation may not reveal whether a fix survives normal release and redeployment cycles. Agree on test cases, success measures, permissions, and rollback conditions before connecting production systems.

Bottom line: evaluate the action, not the AI label

ZEST’s proposition is not simply that GenAI can find cloud vulnerabilities. It is that context and automation can help turn existing findings into prioritized, root-cause fixes—or clearly labeled mitigations when a root fix must wait—and then check whether the exposure actually declined. The 2024 announcement established the company’s launch, funding, and product positioning; company materials describe a broader current platform. The available evidence does not independently prove universal autonomous remediation or a specific reduction in risk or remediation time.

Evaluate ZEST when your organization already has substantial cloud-risk visibility but struggles to convert it into safe, durable changes. Prefer native tooling or internal automation when your environment is small, single-cloud, and well governed; prioritize a broader CNAPP when discovery and coverage remain the primary gaps. The deciding test is whether ZEST measurably shortens the path from a credible finding to an approved, tested, lasting fix without creating new operational risk.

Free tools Windows power users keep installed

One-click scans. No signup required.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

Written by TheFinanceBase Team

The Team behind TheFinanceBase.

Add your note

Your email address will not be published. Required fields are marked *

What’s actually slowing this PC down?

Pick the symptom - the matching free tool is one click away.

Special offer. See more information about Outbyte and uninstall instructions. Please review EULA and Privacy policy.

Recommended PC Tool
Recommended PC Tool
Crashes, No Sound, or Screen Glitches?Free driver scan
PC Slower Than It Used to Be?Free scan - under a minute

Two free Windows tools

One Free Minute Could Fix That PC

Before you go - each of these free tools takes about a minute and tackles what quietly slows a Windows PC down.

Special offer. View Outbyte info, uninstall instructions, EULA, and Privacy Policy.