<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Varonis Blog</title>
    <link>https://www.varonis.com/blog</link>
    <description>Insights and analysis on cybersecurity from the leaders in data security.</description>
    <language>en</language>
    <pubDate>Fri, 29 May 2026 20:39:52 GMT</pubDate>
    <dc:date>2026-05-29T20:39:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Why AI Agents Are Making Database Activity Monitoring Critical Again</title>
      <link>https://www.varonis.com/blog/ai-agents-are-making-database-activity-monitoring-critical</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/ai-agents-are-making-database-activity-monitoring-critical?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/DAM+AI_1.png" alt="Database Activity Monitoring" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Database security and AI security are converging. Neither can function effectively in isolation. A&amp;nbsp;modern&amp;nbsp;solution requires combining&amp;nbsp;execution‑level&amp;nbsp;truth from DAM with intent, actor, and task context from&amp;nbsp;AI‑aware&amp;nbsp;security platforms.&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Database security and AI security are converging. Neither can function effectively in isolation. A&amp;nbsp;modern&amp;nbsp;solution requires combining&amp;nbsp;execution‑level&amp;nbsp;truth from DAM with intent, actor, and task context from&amp;nbsp;AI‑aware&amp;nbsp;security platforms.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Agents&amp;nbsp;change&amp;nbsp;how&amp;nbsp;databases&amp;nbsp;are used&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Database security has historically been built on two key assumptions:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Human DBAs and operators execute most administrative actions&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Workloads&amp;nbsp;have&amp;nbsp;clear temporal boundaries (sessions, jobs, change windows)&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;These assumptions held because monitoring who did what was usually enough to explain why the action was taken. &lt;a href="https://www.varonis.com/blog/what-is-dam?hsLang=en"&gt;Database Activity Monitoring (DAM)&lt;/a&gt; became the cornerstone of the database security stack. More sophisticated enterprises went one step further, incorporating workflows to tie actions against a database to a user (monitored by DAM) with change request tickets filed against those users.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;DAM&amp;nbsp;defined&amp;nbsp;how teams&amp;nbsp;think&amp;nbsp;of identity, which is often the cornerstone of security policy management. In traditional enterprises, identity resolution was&amp;nbsp;largely local&amp;nbsp;and sufficient. A database user or service account could usually be traced directly to a human operator, a team, or a well-defined automation. When intent was unclear, it could&amp;nbsp;usually&amp;nbsp;be recovered out-of-band by asking the operator or correlating the action with a change request.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=HU5JXVAAync"&gt;In the agentic era,&lt;/a&gt; identity is no longer flat or proximal.&amp;nbsp;DBAs are increasingly replaced by agentic harnesses and autonomous service operators acting on behalf of enterprise users, and temporal boundaries become ambiguous, with database actions being enveloped inside agentic workflows that are themselves long-lived, event-driven, and recursive.&amp;nbsp;Database actions are executed through&amp;nbsp;layers of delegated identities&amp;nbsp;— originating from a human prompter, mediated by applications or agents, executed via MCP servers, and finally mapped onto database roles. Each hop attenuates accountability and strips away context unless it is explicitly carried forward.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The outcome? Agents&amp;nbsp;dramatically&amp;nbsp;shifts&amp;nbsp;the security model for databases, which are based on user identity, access modalities,&amp;nbsp;and intent.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Standalone DAM&amp;nbsp;is&amp;nbsp;no&amp;nbsp;longer&amp;nbsp;sufficient&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Traditional DAM products&amp;nbsp;needed to&amp;nbsp;answer one question:&amp;nbsp;“What happened in the database?”&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;While superficially simple, answering this question proved complex, requiring the audit of a highly critical, sprawling, and performance-sensitive component of an enterprise’s tech stack. DAM tools were built to observe and stitch together artifacts like SQL statements, connection properties, and metadata to provide a meaningful context for security teams, while ensuring there was no performance or deployment overhead for the database and infrastructure teams to worry about.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;But in an agentic system, figuring out what happened&amp;nbsp;is&amp;nbsp;not&amp;nbsp;the hardest&amp;nbsp;problem to solve.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;In an agentic system, the client issuing the command itself has no intrinsic understanding or context for why&amp;nbsp;an action is being taken, whether the side effects are intended and if the results are acceptable. In such a setup,&amp;nbsp;a conventional&amp;nbsp;DAM produces&amp;nbsp;accurate&amp;nbsp;but&amp;nbsp;context‑free&amp;nbsp;reporting.&amp;nbsp;This creates&amp;nbsp;the&amp;nbsp;dangerous illusion&amp;nbsp;of&amp;nbsp;perfect visibility without interpretability.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Moreover, when DBAs do the work,&amp;nbsp;we trust them from a performance lens and verify them from a security lens&amp;nbsp;— exactly&amp;nbsp;what DAM is all about.&amp;nbsp;When&amp;nbsp;it is an AI agent,&amp;nbsp;we&amp;nbsp;cannot blindly trust it. AI agents are not accountable to anyone. You&amp;nbsp;can’t&amp;nbsp;fire them. They can be confused. They can&amp;nbsp;hallucinate. Therefore,&amp;nbsp;it’s&amp;nbsp;not enough to just “put a camera” and warn them. They&amp;nbsp;don’t&amp;nbsp;care. In the human world,&amp;nbsp;DAM&amp;nbsp;is&amp;nbsp;for the most part a&amp;nbsp;“deterrent control”&amp;nbsp;—&amp;nbsp;don’t&amp;nbsp;do anything bad because&amp;nbsp;we’re&amp;nbsp;watching you.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;This hands-off trust mentality must be replaced in an agentic world with real controls. Partly because agents cannot be fired and have no accountability and,&amp;nbsp;more importantly,&amp;nbsp;because agents can still do a lot of damage if given the keys to the kingdom.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Identity&amp;nbsp;collapse&amp;nbsp;compounds the problem.&amp;nbsp;From the database perspective, vastly different actions&amp;nbsp;(initiated&amp;nbsp;by different users, applications, or agent workflows)&amp;nbsp;can appear indistinguishable when they are executed through the same delegated roles or service accounts. DAM faithfully records the&amp;nbsp;execution&amp;nbsp;identity, but that identity is often no longer the authority that made the decision.&amp;nbsp;Therefore&amp;nbsp;DAM must evolve into higher-value controls as well as controls that live in the agentic guardrails layer.&amp;nbsp;&lt;/p&gt; 
&lt;div class="hs-responsive-embed-wrapper hs-responsive-embed" style="width: 100%; height: auto; position: relative; overflow: hidden; padding: 0; max-width: 1280px; max-height: 720px; min-width: 256px; margin: 0px auto; display: block;"&gt; 
 &lt;div class="hs-responsive-embed-inner-wrapper" style="position: relative; overflow: hidden; max-width: 100%; padding-bottom: 56.25%; margin: 0;"&gt;
  &lt;iframe class="hs-responsive-embed-iframe" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;" src="https://www.youtube.com/embed/4WXkKlOyI6g?si=GkzUJupIGaD50ead" width="1280" height="720" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
 &lt;/div&gt; 
&lt;/div&gt; 
&lt;h2&gt;Signals are moving upstream, but the truth remains&amp;nbsp;downstream&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;The agentic era shifts security questions&amp;nbsp;from&amp;nbsp;&lt;em&gt;“What ran?”&lt;/em&gt;&amp;nbsp;to&amp;nbsp;&lt;em&gt;“Should this have happened, in this context?”&lt;/em&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Having recognized&amp;nbsp;the limitations, much of the industry is shifting security upstream into the agentic layer.&amp;nbsp;Moreover, the controls must shift from RBAC to Intent-Based Access Control (IBAC).&amp;nbsp;It’s&amp;nbsp;no longer a question of,&amp;nbsp;“Is what was done allowed?”&amp;nbsp;but rather “Is what was done justified and correct?”&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;We&amp;nbsp;&lt;em&gt;want&lt;/em&gt;&amp;nbsp;AI agents to be autonomous&amp;nbsp;—&amp;nbsp;we want to reap these benefits, but&amp;nbsp;we also want to ensure we&amp;nbsp;don’t&amp;nbsp;get burned.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.varonis.com/blog/ai-security-platforms?hsLang=en"&gt;AI security platforms&lt;/a&gt; now reason&amp;nbsp;for&amp;nbsp;prompts,&amp;nbsp;agents plan&amp;nbsp;and use&amp;nbsp;runtime guardrails&amp;nbsp;to prevent&amp;nbsp;undesirable,&amp;nbsp;and sometimes unintended,&amp;nbsp;consequences of using LLMs. While always&amp;nbsp;necessary,&amp;nbsp;this is often&amp;nbsp;not sufficient&amp;nbsp;with&amp;nbsp;databases. Databases&amp;nbsp;operate&amp;nbsp;with their own query languages, RBAC, and execution logic, thereby creating a structural tension between upstream layers that understand intent but not execution, and downstream systems that execute but do not understand intent.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;In parallel, identity information is also moving upstream. The database no longer sees the user who requested the action, but rather&amp;nbsp;it sees the agent or tool delegated to act on&amp;nbsp;the user’s&amp;nbsp;behalf. Resolving who is responsible, therefore, requires stitching together multiple identities across the agent layer, tooling infrastructure, and database execution context.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Why prompt-layer guardrails&amp;nbsp;can’t&amp;nbsp;catch database side effects&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Consider a developer building a new app tasking an agent with a directive to “Apply a schema migration to support feature X.”&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;At the agent layer, the task appears narrow (a handful of DDLs are involved) and legitimate. However, in the database, the migration may touch shared tables that the agent can access due to its overall&amp;nbsp;responsibilities. Additionally, the agent may be subtly overeager to perform certain tasks, like dropping an index to make the migration&amp;nbsp;run faster.&lt;/p&gt; 
&lt;p&gt;It may&amp;nbsp;even&amp;nbsp;make an honest mistake, like creating new roles and grants that persist after the task ends and become backdoors into the database.&amp;nbsp;Reasoning&amp;nbsp;these problems at the prompt layer is extremely difficult because it&amp;nbsp;entails not&amp;nbsp;only&amp;nbsp;the commands and grammar, but also the target state. The database&amp;nbsp;remains&amp;nbsp;the&amp;nbsp;&lt;strong&gt;final execution boundary&lt;/strong&gt;. It is the only place where one can&amp;nbsp;observe&amp;nbsp;what&amp;nbsp;actually ran, what data and identities were affected, and what state persisted after the task&amp;nbsp;is&amp;nbsp;completed.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;These challenges&amp;nbsp;are&amp;nbsp;more benign when AI services&amp;nbsp;operate&amp;nbsp;on files, such as documents, source code, knowledge bases, etc.&amp;nbsp;In these domains,&amp;nbsp;AI risk&amp;nbsp;often takes the form of&amp;nbsp;exposure,&amp;nbsp;corruption&amp;nbsp;and leakage.&amp;nbsp;Databases are different.&amp;nbsp;Actions mutate authoritative,&amp;nbsp;system‑of‑record&amp;nbsp;state, side effects are often durable and&amp;nbsp;impact system behavior, and mistakes&amp;nbsp;are&amp;nbsp;persistent and compounding.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The agent layer understands&amp;nbsp;&lt;em&gt;intent but&amp;nbsp;not&amp;nbsp;effect&lt;/em&gt;. The database understands&amp;nbsp;&lt;em&gt;effect but not intent&lt;/em&gt;. Neither alone can safely govern the system.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;The&amp;nbsp;only&amp;nbsp;viable&amp;nbsp;option:&amp;nbsp;combining&amp;nbsp;DAM and AI Security&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;An effective&amp;nbsp;security&amp;nbsp;solution&amp;nbsp;closes&amp;nbsp;the loop between intent and execution&amp;nbsp;by combining&amp;nbsp;two complementary capabilities:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Execution truth, provided by DAM&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;What&amp;nbsp;commands&amp;nbsp;ran&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;What objects, identities, and privileges were affected&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;An immutable record of reality&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Context and intent, provided by&amp;nbsp;AI security&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Actor classification (human, agent, pipeline)&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Task intent&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Expected scope and boundaries&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Together, they enable&amp;nbsp;real security inspection:&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Did execution match intent?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Did effects exceed task scope?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Did transient intent lead to&amp;nbsp;a durable&amp;nbsp;state?&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;In the schema migration&amp;nbsp;scenario, the&amp;nbsp;AI security layer captures the request's intent and the user's identity, passing them along to the DAM layer as the request flows to the database. The DAM service can then detect if the tables being&amp;nbsp;modified&amp;nbsp;are in scope for the user or if persistent grants have been made.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;TL;DR&lt;/h2&gt; 
&lt;p&gt;Monitoring without context is running blind, and context without control is toothless. In the agentic world, database security must reason across intent&amp;nbsp;&lt;em&gt;and&lt;/em&gt;&amp;nbsp;execution.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Curious how your security stack measures up? &lt;a href="https://info.varonis.com/en/demo-request-dam?hsLang=en"&gt;See Varonis Next-Generation DAM in action&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fai-agents-are-making-database-activity-monitoring-critical&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AI Security</category>
      <pubDate>Fri, 29 May 2026 01:17:44 GMT</pubDate>
      <guid>https://www.varonis.com/blog/ai-agents-are-making-database-activity-monitoring-critical</guid>
      <dc:date>2026-05-29T01:17:44Z</dc:date>
      <dc:creator>Manav Mital</dc:creator>
    </item>
    <item>
      <title>What is AI Security Posture Management (AI-SPM)?</title>
      <link>https://www.varonis.com/blog/aispm</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/aispm?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_Atlas_AISPM_202605_V1.png" alt="Varonis Atlas AI-SPM" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;span style="line-height: 115%;"&gt;From forecasts to watches and warnings...Meteorologists do not issue warnings for every cloud they see. They issue them when a meaningful set of conditions crosses a threshold and signals a credible chance of impact.&lt;/span&gt; Most organizations now accept a basic truth about AI security: you can’t protect what you can’t see.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;&lt;span style="line-height: 115%;"&gt;From forecasts to watches and warnings...Meteorologists do not issue warnings for every cloud they see. They issue them when a meaningful set of conditions crosses a threshold and signals a credible chance of impact.&lt;/span&gt; Most organizations now accept a basic truth about AI security: you can’t protect what you can’t see.&lt;/p&gt; 
&lt;p&gt;That realization has driven a wave of investment in AI inventory and visibility to&amp;nbsp;discover where AI exists, how it’s being used, and what systems and components enable it. But visibility alone doesn’t reduce risk. Native solutions are also rolling out to provide visibility while adding a single vector of risk analysis, primarily through misconfigurations.&lt;/p&gt; 
&lt;p&gt;That’s where dedicated AI Security Posture Management (AI-SPM) comes in.&lt;/p&gt; 
&lt;p&gt;AI‑SPM is the discipline that turns AI visibility into action. It continuously assesses AI systems for multiple conditions (not just one) that create security, compliance, and operational risk, and helps teams fix those issues before they turn into incidents.&lt;/p&gt; 
&lt;h2&gt;Weather or whether you need AI-SPM&lt;/h2&gt; 
&lt;p&gt;Modern weather forecasting isn’t about looking out the window.&lt;/p&gt; 
&lt;p&gt;It’s about instrumentation — radar, satellites, atmospheric models, and early‑warning systems. Meteorologists don’t prevent storms, but they prevent surprises. They track conditions long before a storm forms, model how those conditions evolve, and issue watches and warnings while there’s still time to act.&lt;/p&gt; 
&lt;p&gt;AI security is a similar discipline.&lt;/p&gt; 
&lt;p&gt;AI inventory and visibility are the radar and satellites of AI security. They answer foundational questions:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;What AI systems exist?&lt;/li&gt; 
 &lt;li&gt;What models, pipelines, and agents are in use?&lt;/li&gt; 
 &lt;li&gt;Where does data flow in and out of AI systems?&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;AI‑SPM builds on that foundation by asking a harder question: Given what we’ve discovered, what is most likely to go wrong next?&lt;/p&gt; 
&lt;p&gt;Seeing a storm on radar doesn’t tell you whether it will strengthen, where it will land, or how severe the impact will be. For that, you need forecasting, turning raw visibility into risk signals, and risk signals into prioritized action.&lt;/p&gt; 
&lt;p&gt;Risk signals could include several vectors:&lt;/p&gt; 
&lt;ul&gt; 
 &lt;ul style="list-style-type: disc;"&gt; 
  &lt;li&gt;Known vulnerabilities in AI code and models&lt;/li&gt; 
  &lt;li&gt;Misconfigurations in AI&lt;span&gt;‑&lt;/span&gt;supporting cloud infrastructure or endpoints&lt;/li&gt; 
  &lt;li&gt;Sensitive data embedded in AI development artifacts&lt;/li&gt; 
  &lt;li&gt;Potentially poisoned tools&lt;/li&gt; 
  &lt;li&gt;Misaligned behavior from MCP servers&lt;span style="font-family: inherit; font-size: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-weight: inherit;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/li&gt; 
 &lt;/ul&gt; 
&lt;/ul&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;These aren’t theoretical threats. They’re the AI‑specific equivalents of atmospheric instability— conditions that may look benign in isolation, but dangerous in combination.&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;How AI‑SPM differs from DSPM and CSPM&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;AI‑SPM can often be misapplied as a label to existing posture management solutions, but the distinction matters.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.varonis.com/blog/what-is-dspm?hsLang=en"&gt;Data Security Posture Management (DSPM)&lt;/a&gt; mostly focuses on data: where sensitive data lives, how it’s classified, and who can access it. AI‑SPM overlaps with DSPM when sensitive data appears inside AI assets. But AI systems don’t just store data; they&amp;nbsp;reason over it, retrieve it, and generate new data. That creates exposure paths DSPM alone can’t remediate.&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.varonis.com/blog/dspm-vs-cspm?hsLang=en"&gt;Cloud Security Posture Management (CSPM)&lt;/a&gt; focuses on cloud infrastructure: identity, networking, storage access, and baseline configuration. AI‑SPM includes those checks, but extends posture management into areas CSPM wasn’t designed for, such as&amp;nbsp;AI code dependencies, model artifacts, inference endpoints, and agent toolchains.&lt;/p&gt; 
&lt;p&gt;&lt;span style="line-height: 115%;"&gt;In weather terms, AI‑SPM models the &lt;strong&gt;&lt;u&gt;entire&lt;/u&gt;&lt;/strong&gt; storm system and weather patterns.&lt;/span&gt;&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Why AI‑SPM matters to governance and regulation&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;AI‑SPM isn’t just a security best practice. It’s becoming a governance requirement.&lt;/p&gt; 
&lt;p&gt;Frameworks like &lt;a href="https://www.varonis.com/blog/iso/iec-42001-compliance?hsLang=en"&gt;ISO/IEC 42001&lt;/a&gt; emphasize lifecycle‑based AI risk management. That assumes organizations can continuously identify and mitigate technical risk, not just write policies about it.&lt;/p&gt; 
&lt;p&gt;The &lt;span style="font-weight: normal;"&gt;NIST AI Risk Management Framework&lt;/span&gt; depends on posture management for its &lt;i&gt;Measure&lt;/i&gt; and &lt;i&gt;Manage&lt;/i&gt; functions. You cannot measure AI risk, or manage it meaningfully, without ongoing assessment of vulnerabilities, misconfigurations, and unsafe behavior.&lt;/p&gt; 
&lt;p&gt;And under the &lt;a href="https://www.varonis.com/blog/eu-ai-act?hsLang=en"&gt;&lt;span style="font-weight: normal;"&gt;EU AI Act&lt;/span&gt;&lt;/a&gt;, posture becomes enforceable. High‑risk AI systems must demonstrate cybersecurity resilience, logging, and protection against exploitation. AI‑SPM provides the evidence that those controls actually exist in practice.&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;What AI‑SPM applies to&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;One of the most common misconceptions about AI security is that it’s “just about the model.”&lt;/p&gt; 
&lt;p&gt;In reality, AI systems are composed of multiple components, and therefore, effective AI‑SPM must span&amp;nbsp;four layers:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;&lt;strong&gt;AI applications: &lt;/strong&gt;Chatbots, copilots, agents, and embedded applications.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Models and inference endpoints: &lt;/strong&gt;Commercial, open‑source, fine‑tuned models, and hosted APIs.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Agentic components and tools: &lt;/strong&gt;Agents and &lt;a href="https://www.varonis.com/blog/applying-zero-trust-to-mcp-in-ai-systems?hsLang=en"&gt;MCP servers&lt;/a&gt;, the tools they can invoke, and orchestration frameworks.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data, code, and supporting infrastructure: &lt;/strong&gt;Datasets, notebooks, pipelines, storage, credentials, and cloud services.&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;If a component influences AI behavior, it contributes to AI risk and falls within the scope of posture management.&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;The risks AI‑SPM is designed to catch&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;AI‑SPM solutions should look for both individual vulnerabilities and patterns.&lt;/p&gt; 
&lt;p&gt;AI‑SPM solutions should be able to identify how seemingly isolated issues combine into meaningful risk. For example, outdated dependencies paired with permissive cloud identities can expand an attacker’s path to exploitation.&lt;/p&gt; 
&lt;p&gt;Sensitive data embedded in notebooks that feed retrieval pipelines can expose information in ways teams may not immediately recognize. And agents with access to tools beyond their intended purpose can introduce misuse or unintended actions.&lt;/p&gt; 
&lt;p&gt;On their own, these issues may appear low severity, but together they create the conditions for high‑impact failures.&lt;/p&gt; 
&lt;p&gt;That is why AI‑SPM surfaces findings across categories such as CVEs, misconfigurations, data exposure, model integrity issues, endpoint vulnerabilities, and agentic threats, then connects those findings back to the systems they affect. The goal is not just to enumerate problems, but to help teams understand which combinations of risk matter most and where action is needed first.&lt;/p&gt; 
&lt;p&gt;&lt;span style="line-height: 115%;"&gt;Then, &lt;span style="font-weight: bold;"&gt;AI-SPM solutions need to take action&lt;/span&gt;. &lt;a href="https://www.varonis.com/blog/atlas-ai-security?hsLang=en"&gt;Varonis Atlas&lt;/a&gt; gives security teams the ability to execute remediation from the platform or provides instructions and guidance if teams want to execute changes within the specific environment impacted.&lt;/span&gt;&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;From forecasts to watches and warnings&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;&lt;span style="line-height: 115%;"&gt;Meteorologists do not issue warnings for every cloud they see. They issue them when a meaningful set of conditions crosses a threshold and signals a credible chance of impact.&lt;/span&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;AI‑SPM brings that same discipline to AI security by helping teams distinguish between background noise and the combinations of conditions that warrant attention. It turns inventory into insight, visibility into prioritization, and risk into action while there is still time to respond.&lt;/p&gt; 
&lt;p&gt;As AI systems become more autonomous, more interconnected, and more regulated, AI‑SPM is no longer optional for complete &lt;a href="https://www.varonis.com/blog/ai-security-platforms?hsLang=en"&gt;AI security platforms&lt;/a&gt;. It’s the mechanism that turns AI security from reactive cleanup into proactive risk management.&lt;/p&gt; Radar tells you what exists.
&lt;br&gt;Forecasting tells you what’s coming.
&lt;br&gt; 
&lt;p&gt;Meteorologists take action based on the information.&lt;/p&gt; 
&lt;p&gt;&lt;span style="line-height: 115%;"&gt;AI Security Posture Management does all the above — and that’s why it matters.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Faispm&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AI Security</category>
      <pubDate>Tue, 26 May 2026 16:06:11 GMT</pubDate>
      <guid>https://www.varonis.com/blog/aispm</guid>
      <dc:date>2026-05-26T16:06:11Z</dc:date>
      <dc:creator>Shawn Hays</dc:creator>
    </item>
    <item>
      <title>How Enverus Secures Salesforce Data and Prevents Data Breaches with Varonis</title>
      <link>https://www.varonis.com/blog/how-enverus-prevents-data-breaches</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/how-enverus-prevents-data-breaches?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_SensitiveDatainSalesforce_202501_V1.png" alt="Enverus secures Salesforce data and prevents data breaches with Varonis " class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;As&amp;nbsp;Enverus&amp;nbsp;expanded, its security team&amp;nbsp;needed visibility into the entire data&amp;nbsp;estate, the controls in&amp;nbsp;place, and&amp;nbsp;whether those controls&amp;nbsp;were being enforced,&amp;nbsp;especially within Salesforce, one of its most business-critical&amp;nbsp;platforms.&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;As&amp;nbsp;Enverus&amp;nbsp;expanded, its security team&amp;nbsp;needed visibility into the entire data&amp;nbsp;estate, the controls in&amp;nbsp;place, and&amp;nbsp;whether those controls&amp;nbsp;were being enforced,&amp;nbsp;especially within Salesforce, one of its most business-critical&amp;nbsp;platforms.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Enverus partnered with Varonis to gain deep visibility into sensitive data, access, permissions, and activity.&amp;nbsp;&amp;nbsp;Our partnership&amp;nbsp;strengthened security, accelerated investigations, improved threat detection, and helped prevent&amp;nbsp;a major data breach tied to a large-scale SaaS supply chain attack.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Who is Enverus?&lt;/h2&gt; 
&lt;p&gt;Enverus&amp;nbsp;is a decision-support platform serving organizations across the energy&amp;nbsp;and energy infrastructure space,&amp;nbsp;from small independent operators to the world’s largest supermajors. The company manages&amp;nbsp;large&amp;nbsp;volumes of data spanning geophysical, petrophysical, operational, and infrastructure workloads, combining proprietary intellectual property with&amp;nbsp;large&amp;nbsp;public and third-party datasets.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Visibility across a&amp;nbsp;distributed data estate&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;With data spread across cloud platforms, SaaS applications, and on-premises data centers and databases, each&amp;nbsp;with its own&amp;nbsp;permissions&amp;nbsp;model, configurations,&amp;nbsp;and operational team,&amp;nbsp;Enverus&amp;nbsp;needed consistent data security across its entire environment.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The security team needed to answer fundamental questions:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;What&amp;nbsp;sensitive&amp;nbsp;data exists across the enterprise?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Where does it live?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Who&amp;nbsp;can access it?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Are controls consistently enforced across environments?&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;A unified platform and security partner&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Varonis provided Enverus with unified data security&amp;nbsp;across multiple platforms, including &lt;a href="https://www.varonis.com/coverage/aws?hsLang=en"&gt;AWS&lt;/a&gt;, &lt;a href="https://www.varonis.com/coverage/azure?hsLang=en"&gt;Azure&lt;/a&gt;, &lt;a href="https://www.varonis.com/coverage/salesforce?hsLang=en"&gt;Salesforce&lt;/a&gt;, and &lt;a href="https://www.varonis.com/coverage/microsoft-365?hsLang=en"&gt;Microsoft 365&lt;/a&gt;.&amp;nbsp;Varonis&amp;nbsp;gives&amp;nbsp;the security team a comprehensive view of what&amp;nbsp;sensitive&amp;nbsp;data exists, where it lives, who can access it, and whether controls are consistently enforced. &amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis&amp;nbsp;mapped identities across platforms and&amp;nbsp;greatly reduced&amp;nbsp;the blast radius.&amp;nbsp;What had previously been difficult to operationalize became straightforward: identify the highest-risk access,&amp;nbsp;right-size permissions, and report progress against enterprise policy.&amp;nbsp;Enverus&amp;nbsp;was able&amp;nbsp;to move beyond static reviews and spreadsheet-driven analysis.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;At&amp;nbsp;Enverus, the security and GRC teams define enterprise-wide security and data policies, while application&amp;nbsp;teams&amp;nbsp;own&amp;nbsp;day‑to‑day&amp;nbsp;platform operations.&amp;nbsp;Varonis helps bridge these teams, providing&amp;nbsp;dashboards and reporting, aligning&amp;nbsp;platform controls to enterprise policy, and delivering consistent controls and visibility.&amp;nbsp;The result is a unified approach that supports both security requirements and business&amp;nbsp;objectives.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Simplifying Salesforce data security&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Salesforce sits at the center of Enverus’ operations, with numerous integrations, workflows, and data flows moving in and out of the platform. Salesforce combines business-critical data&amp;nbsp;with complex identity controls and numerous integration points, making&amp;nbsp;data security challenging.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Over time, overlapping profiles, permission sets, roles, sharing rules, and connected apps can accumulate, making it difficult to understand a user’s effective permissions or&amp;nbsp;identify&amp;nbsp;excess access.&amp;nbsp;The challenge is compounded by&amp;nbsp;the multitude of&amp;nbsp;apps, agents, APIs, and sandboxes that&amp;nbsp;can&amp;nbsp;move data in and out of production and often&amp;nbsp;retain&amp;nbsp;long-lived tokens&amp;nbsp;or&amp;nbsp;create&amp;nbsp;backdoors.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Enverus&amp;nbsp;needed:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Complete insight into identity-based permissions within Salesforce&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Clear visibility into data flows and workflows&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Confidence that access controls were aligned with enterprise security and compliance policies&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Without a centralized view, answering these questions required manual analysis and spreadsheet-driven reviews that were difficult to operationalize.&lt;/p&gt; 
&lt;h3&gt;Applying identity&amp;nbsp;security&amp;nbsp;to Salesforce&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;With Varonis, Enverus began applying &lt;a href="https://www.varonis.com/blog/gigaom-itdr?hsLang=en"&gt;identity threat detection and response (ITDR)&lt;/a&gt; principles directly to Salesforce and other SaaS platforms.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;What had once been complex, static spreadsheet reviews became:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Clear prioritization of&amp;nbsp;high‑risk&amp;nbsp;access&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Actionable insights into who and what needed remediation&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Simple, repeatable reporting aligned to enterprise policy&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This transformation empowered both the security team and Salesforce operators to focus on what mattered most.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;Improved Salesforce threat detection&amp;nbsp;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;In 2025,&amp;nbsp;Enverus’ security operations team processed hundreds of alerts per day across its environment. Salesforce&amp;nbsp;emerged&amp;nbsp;as a particularly important attack surface due to its scale, connectivity, and data sensitivity.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;While most observed activity aligned with legitimate business workflows, a small subset required deeper investigation.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis&amp;nbsp;helped to improve threat detection and reduce the deluge of alerts:&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Salesforce‑specific&amp;nbsp;detections and monitoring&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Guidance from a dedicated threat research team&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;New detection strategies that had not previously been on&amp;nbsp;Enverus’ radar&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;This partnership enabled Enverus to investigate novel activity more effectively, validate behavior, and proactively design new detections to reduce future risk.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;“It felt like&amp;nbsp;Salesforce‑specific&amp;nbsp;MDR. We gained a trusted partner with deep Salesforce security&amp;nbsp;expertise&amp;nbsp;that we could lean on as an advisor.”&amp;nbsp;&lt;br&gt;—&amp;nbsp;Alex&amp;nbsp;Acosta,&amp;nbsp;Vice President of Security,&amp;nbsp;Enverus&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Spotlight:&amp;nbsp;Protecting against&amp;nbsp;a large-scale SaaS supply chain attacks&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;In early 2025,&amp;nbsp;by &lt;a href="https://www.varonis.com/blog/salesforce-vishing-threat-unc604?hsLang=en"&gt;compromising&amp;nbsp;Salesloft’s&amp;nbsp;GitHub repos&lt;/a&gt;, a&amp;nbsp;threat actor known UNC6395 stole the OAuth tokens that allowed Drift, a widely used chatbot owned by&amp;nbsp;Salesloft, to connect to customers'&amp;nbsp;Azure,&amp;nbsp;Salesforce, Google Workspace, and other integrated platforms.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Between August 8 and 18, UNC6395&amp;nbsp;&lt;em&gt;used&lt;/em&gt; those tokens to impersonate the trusted Drift application, bypass MFA, and systematically exfiltrate data from more than 700 organizations including Cloudflare, Zscaler, Palo Alto Networks, and Proofpoint.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;For most victims, the attack went unnoticed because OAuth abuse appears as normal API traffic, and attackers deleted query jobs to cover their tracks. The majority of affected organizations only learned of the breach when Salesforce and Salesloft notified them more than two weeks after the attack.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Enverus&amp;nbsp;was&amp;nbsp;the&amp;nbsp;exception.&amp;nbsp;With&amp;nbsp;Varonis deployed across the environment, Enverus detected,&amp;nbsp;contained, and neutralized the attack before it fully materialized:&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Step 1: Cross-platform detection.&lt;/strong&gt;&amp;nbsp;Varonis initially flagged Drift activity in Azure as abnormal since its OAuth token refreshes originated from unusual IP&amp;nbsp;addresses&amp;nbsp;and its API call volumes exceeded&amp;nbsp;Drift's baseline for&amp;nbsp;Enverus. As a result, Varonis issued an alert and started checking Drift activity in other systems.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Step 2: Salesforce telemetry confirms the threat.&lt;/strong&gt; &lt;a href="https://www.varonis.com/blog/salesforce-shield-data-security?hsLang=en"&gt;Salesforce Shield Event Monitoring&lt;/a&gt; provided detailed logs that allowed Varonis to&amp;nbsp;identify&amp;nbsp;abnormal activity in Salesforce&amp;nbsp;by the&amp;nbsp;Drift connected&amp;nbsp;app,&amp;nbsp;like logins from suspicious IPs and unusual API queries.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Step 3: Varonis MDDR responds.&lt;/strong&gt;&amp;nbsp;Varonis correlated the Azure and Salesforce signals,&amp;nbsp;and its &lt;a href="https://www.varonis.com/platform/mddr?hsLang=en"&gt;Managed Data Detection and Response (MDDR)&lt;/a&gt; team engaged alongside&amp;nbsp;Enverus' security operations&amp;nbsp;to&amp;nbsp;immediately&amp;nbsp;take&amp;nbsp;a series of&amp;nbsp;actions&amp;nbsp;to&amp;nbsp;prevent a breach:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Suspended the compromised identity and revoked OAuth tokens&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Classified sensitive fields and attachments to assess potential exposure&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Removed excess high-risk permissions, including Export Reports and Create Public Links&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Remediated overly permissive sharing rules and misconfigured Salesforce Sites&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Within two hours,&amp;nbsp;Enverus&amp;nbsp;had&amp;nbsp;full containment and forensic proof that no sensitive data&amp;nbsp;had&amp;nbsp;been exfiltrated.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Looking ahead&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Following the success across Enverus’ environment, the team&amp;nbsp;continues to expand its partnership with &lt;a href="https://www.varonis.com/data-security-platform?hsLang=en"&gt;Varonis&lt;/a&gt;. They&amp;nbsp;plan to further&amp;nbsp;build on&amp;nbsp;Salesforce-specific detections, monitoring, and threat prevention strategies while extending visibility and governance across&amp;nbsp;additional&amp;nbsp;platforms.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;“Varonis has been highly impactful for us, and it’s something we’re continuing to build on moving forward,” Alex shared.&amp;nbsp;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fhow-enverus-prevents-data-breaches&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Data Security</category>
      <category>Salesforce</category>
      <pubDate>Fri, 22 May 2026 15:21:28 GMT</pubDate>
      <guid>https://www.varonis.com/blog/how-enverus-prevents-data-breaches</guid>
      <dc:date>2026-05-22T15:21:28Z</dc:date>
      <dc:creator>Nolan Necoechea</dc:creator>
    </item>
    <item>
      <title>Varonis Announces Integration with the Claude Compliance API</title>
      <link>https://www.varonis.com/blog/claude-compliance-api-integration</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/claude-compliance-api-integration?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_AnthropicIntegration_202605_V2.png" alt="Varonis Announces Integration with the Claude Compliance API" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Today, we're announcing an integration with the Claude Compliance API, bringing Claude Enterprise and Claude Platform activity into &lt;a href="https://www.varonis.com/platform/ai-security?hsLang=en"&gt;Varonis' Atlas&amp;nbsp;AI Security Platform&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Today, we're announcing an integration with the Claude Compliance API, bringing Claude Enterprise and Claude Platform activity into &lt;a href="https://www.varonis.com/platform/ai-security?hsLang=en"&gt;Varonis' Atlas&amp;nbsp;AI Security Platform&lt;/a&gt;.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Organizations across industries rely on Claude Enterprise for day-to-day&amp;nbsp;knowledge&amp;nbsp;work and analysis, and Claude Platform to build, deploy, and&amp;nbsp;operate&amp;nbsp;applications, tools, and AI agents. Varonis Atlas provides the visibility and oversight that enterprises need to adopt AI with confidence.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The Compliance API integration deepens Varonis' support for Claude, enabling security and governance teams to&amp;nbsp;monitor&amp;nbsp;usage, investigate misuse across full sessions, and assess AI-related risk with data context.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Extending visibility and oversight to Claude Enterprise&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Claude Enterprise is used across departments, including legal, engineering, marketing, finance, and support for everything from analyzing documents and summarizing research to drafting content and generating code.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis Atlas monitors Claude Enterprise usage,&amp;nbsp;detects potential misuse and threats, and helps ensure compliance.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Continuous AI Monitoring:&lt;/strong&gt;&amp;nbsp;Continuously&amp;nbsp;monitor&amp;nbsp;conversation content, including chats, uploaded files, and projects for centralized investigations and oversight.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;AI Detection and Response:&lt;/strong&gt; Detect sensitive data exposure, jailbreak attempts, and suspicious prompt patterns as they occur across a session — not as standalone events.&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Session-level investigations:&lt;/strong&gt;&amp;nbsp;View complete Claude chat sessions in chronological order to understand activity, intent, and misuse in full context.&lt;/p&gt; 
&lt;h2&gt;Supporting secure development on Claude Platform&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Claude Platform embeds Claude into custom applications, products, and agents — powering AI-driven features such as assistants, workflows, and internal tools.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis Atlas provides visibility into admin, configuration, and resource activity.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;AI Observability:&amp;nbsp;&lt;/strong&gt;Visibility into audit and admin events from Claude Platform stored for investigation.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Real-Time Alerts:&amp;nbsp;&lt;/strong&gt;Surface risky behavior tied to policy violations and session activity as it happens.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;Proactive AI Pen Testing: &lt;/span&gt;Stress-test assistants and agents for vulnerabilities such as prompt injection and jailbreaks.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;In addition, Varonis Atlas can stress-test assistants and agents for vulnerabilities such as prompt injection and jailbreaks.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Secure AI and the data that powers it  &amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;&lt;a href="https://www.varonis.com/blog/atlas-ai-security?hsLang=en"&gt;Varonis Atlas &lt;/a&gt;connects AI activity to the underlying data, including permissions, sensitivity, classification, and access. Security teams understand not just what AI systems exist, but what data they can reach and whether that access is safe.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Complete Data Context.&lt;/strong&gt;&amp;nbsp;Atlas is built on the &lt;a href="https://www.varonis.com/data-security-platform?hsLang=en"&gt;Varonis Data Security Platform&lt;/a&gt;, combining AI security with deep data context — sensitivity, permissions, and access activity. Organizations can discover AI risk, remediate exposures proactively, enforce guardrails, and manage governance at scale.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Complete Coverage.&lt;/strong&gt;&amp;nbsp;Atlas is designed to cover any AI system you build or run, including hosted AI platforms, custom LLMs, chatbots, MCP, and every major agentic framework.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;Complete Lifecycle.&lt;/strong&gt;&amp;nbsp;Atlas secures AI across the entire lifecycle, from posture management and security testing to runtime protection and governance.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.varonis.com/platform/ai-security?hsLang=en"&gt;Varonis Atlas &lt;/a&gt;is available today.&amp;nbsp;&lt;a href="https://www.youtube.com/watch?v=717uPD8k5nc"&gt;Watch the demo&lt;/a&gt;&amp;nbsp;or, with a&amp;nbsp;&lt;a href="https://info.varonis.com/en/ai-security-demo-request?hsLang=en"&gt;free trial&lt;/a&gt;, get full access to Atlas’ AI inventory, posture management, security testing, runtime guardrails, and compliance reporting functionality. &amp;nbsp;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fclaude-compliance-api-integration&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Varonis Products</category>
      <category>AI Security</category>
      <pubDate>Thu, 21 May 2026 17:00:07 GMT</pubDate>
      <guid>https://www.varonis.com/blog/claude-compliance-api-integration</guid>
      <dc:date>2026-05-21T17:00:07Z</dc:date>
      <dc:creator>Nolan Necoechea</dc:creator>
    </item>
    <item>
      <title>How Webster Bank Strengthens Customer Trust and Accelerates Secure AI Adoption with Varonis</title>
      <link>https://www.varonis.com/blog/webster-bank-ai-adoption</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/webster-bank-ai-adoption?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_BankCaseStudy_202605_V1.png" alt="Webster Bank with Varonis" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Webster Bank is a highly regulated financial institution serving a diverse customer base, from first-time account holders to long-standing institutional clients. With more than one million data resources stored in multiple formats across the organization, the bank needed to protect sensitive and regulated data while continuing to innovate, including the adoption of &lt;a href="https://www.varonis.com/coverage/snowflake?hsLang=en"&gt;Snowflake&lt;/a&gt; and &lt;a href="https://www.varonis.com/blog/microsoft-copilot-security-product?hsLang=en"&gt;Microsoft Copilot&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Webster Bank is a highly regulated financial institution serving a diverse customer base, from first-time account holders to long-standing institutional clients. With more than one million data resources stored in multiple formats across the organization, the bank needed to protect sensitive and regulated data while continuing to innovate, including the adoption of &lt;a href="https://www.varonis.com/coverage/snowflake?hsLang=en"&gt;Snowflake&lt;/a&gt; and &lt;a href="https://www.varonis.com/blog/microsoft-copilot-security-product?hsLang=en"&gt;Microsoft Copilot&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;  
&lt;p&gt;Webster Bank partnered with&amp;nbsp;Varonis&amp;nbsp;to gain unified visibility and automated risk reduction across its most critical data stores and applications&amp;nbsp;and to&amp;nbsp;leverage&amp;nbsp;data security as an accelerator for the business.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Data sprawl in a highly regulated industry&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Webster Bank manages large volumes of sensitive customer and transactional data across&amp;nbsp;numerous&amp;nbsp;platforms,&amp;nbsp;including&amp;nbsp;Microsoft 365,&amp;nbsp;Salesforce, Snowflake, AWS&lt;strong&gt;,&amp;nbsp;&lt;/strong&gt;and legacy data stores — each with its own permission model and security complexity. As a regulated financial institution, the bank must comply with GLBA, SOX, and the New York DFS, which require provable controls, auditable oversight, and enforcement of least‑privilege&amp;nbsp;access.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;At the same time, Webster Bank&amp;nbsp;is&amp;nbsp;modernizing its data and analytics capabilities. Without strong data controls in place, adopting technologies like a cloud data warehouse and AI-powered tools would significantly increase the risk of data overexposure.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Webster Bank’s data security challenges&amp;nbsp;at a glance:&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Data&amp;nbsp;sprawl&lt;/strong&gt;&amp;nbsp;across more than one million shared data resources&amp;nbsp;enterprise-wide.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Stringent regulatory requirements&lt;/strong&gt;&amp;nbsp;(GLBA, SOX, NYDFS) demanding evidence of access controls, auditing, and least privilege.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;The need&amp;nbsp;to&amp;nbsp;innovate quickly and securely&lt;/strong&gt;, including implementing Snowflake and rolling out Microsoft Copilot at scale without exposing sensitive data or violating policy&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Automated data security and compliance at scale&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;To reduce risk while meeting regulatory requirements, Webster Bank uses Varonis as its centralized &lt;a href="https://www.varonis.com/data-security-platform?hsLang=en"&gt;data security platform&lt;/a&gt; across its most critical environments. Varonis provides unified visibility into sensitive and regulated data. Varonis&amp;nbsp;shows&amp;nbsp;what data exists, where it lives, who can access it, and how it is being used&amp;nbsp;across &lt;a href="https://www.varonis.com/coverage/microsoft-365?hsLang=en"&gt;Microsoft 365&lt;/a&gt;, &lt;a href="https://www.varonis.com/coverage/salesforce?hsLang=en"&gt;Salesforce&lt;/a&gt;, &lt;a href="https://www.varonis.com/blog/secure-snowflake-data?hsLang=en"&gt;Snowflake&lt;/a&gt;, &lt;a href="https://www.varonis.com/coverage/aws?hsLang=en"&gt;AWS&lt;/a&gt;, and &lt;a href="https://www.varonis.com/blog/copilot-security?hsLang=en"&gt;Microsoft Copilot&lt;/a&gt;&lt;strong&gt;.&lt;/strong&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;By combining deep visibility, automation, and audit-ready reporting&amp;nbsp;within a single platform, Varonis enables Webster Bank to treat security as a business enabler,&amp;nbsp;supporting secure growth, faster innovation, and customer trust.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Automated risk reduction and compliance&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Varonis automation enables Webster Bank to consistently right-size access and enforce least‑privilege&amp;nbsp;permissions&amp;nbsp;consistently&amp;nbsp;across data stores, even those with vastly different permission structures, such as&amp;nbsp;AWS and Salesforce.&amp;nbsp;With Varonis, Webster Bank automatically reduced data exposure risk to&amp;nbsp;&lt;em&gt;under 1%&lt;/em&gt;&amp;nbsp;across more than&amp;nbsp;&lt;em&gt;one million data resources&lt;/em&gt;&amp;nbsp;shared throughout the organization.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;For compliance, Varonis delivers a detailed audit trail of all data activity, along with ready-made reports for&amp;nbsp;GLBA, SOX, and NYDFS&lt;strong&gt;.&lt;/strong&gt;&amp;nbsp;Security and audit teams can clearly see who accessed what data, when, and how. The audit trail&amp;nbsp;supports&amp;nbsp;continuous compliance, faster audits, and defensible proof of control effectiveness.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Accelerating the business, securely&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Importantly for Webster Bank, security is an enabler&amp;nbsp;for the business,&amp;nbsp;not an inhibitor.&amp;nbsp;Security architects work closely with business teams to understand priorities and ensure that protections are built directly into the data sources and tools that&amp;nbsp;help to support&amp;nbsp;innovation.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Snowflake is a key example. Varonis provides the visibility and guardrails Webster Bank needs to move fast while staying secure, unraveling Snowflake’s complex permission model to clearly understand what data exists, who can access it, and how it is used.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;As the bank adopts Microsoft Copilot, Varonis ensures sensitive data remains locked down, and permissions are properly right‑sized to prevent unintended exposure. Varonis also monitors AI prompts&amp;nbsp;and provides the evidence regulators require for safe, compliant AI usage.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Outcomes&amp;nbsp;at a glance:&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Unified visibility&lt;/strong&gt;&amp;nbsp;into sensitive and regulated data across Microsoft 365, Salesforce, Snowflake, AWS, and Microsoft Copilot.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Automated risk reduction&lt;/strong&gt;, enforcing consistent privileges and least‑privilege access while reducing exposure risk to under 1%across more than one&amp;nbsp;million data resources.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Streamlined compliance&lt;/strong&gt;&amp;nbsp;with detailed audit trails,&amp;nbsp;compliance‑ready&amp;nbsp;reports, and centralized dashboards.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Confident adoption of Snowflake and Microsoft Copilot&lt;/strong&gt;, with&amp;nbsp;built‑in&amp;nbsp;guardrails and security.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Partners today and into the future&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Webster Bank and Varonis have partnered since 2019, building a relationship defined not only by a leading Data Security Platform but also by proactive support teams and close collaboration with Varonis leadership.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Looking ahead, Webster Bank continues to expand its use of the Varonis platform. The bank recently added&amp;nbsp;Varonis Interceptor, an AI‑native email security solution, to strengthen its email defenses. Webster Bank also plans to extend Varonis coverage across additional platforms while leveraging automation and analytics to scale secure AI adoption and support continued growth and acquisitions.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;“There aren’t many solutions that deliver Varonis’ breadth and depth at this performance level— and with a team that’s truly a partner,” said Patricia.&lt;/p&gt; 
&lt;p&gt;Ready to get the Varonis? &lt;a href="https://info.varonis.com/en/demo-request?hsLang=en"&gt;Book a demo today&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Hear more from Patricia in the video below.&amp;nbsp;&lt;/p&gt; 
&lt;div class="hs-responsive-embed-wrapper hs-responsive-embed" style="width: 100%; height: auto; position: relative; overflow: hidden; padding: 0; max-width: 1280px; max-height: 720px; min-width: 256px; margin: 0px auto; display: block;"&gt; 
 &lt;div class="hs-responsive-embed-inner-wrapper" style="position: relative; overflow: hidden; max-width: 100%; padding-bottom: 56.25%; margin: 0;"&gt;
  &lt;iframe class="hs-responsive-embed-iframe" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;" src="https://www.youtube.com/embed/WaZJ_RjZ1o4?si=Zn8UmDU2U0ANEsrY" width="1280" height="720" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;
 &lt;/div&gt; 
&lt;/div&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fwebster-bank-ai-adoption&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>AI Security</category>
      <pubDate>Thu, 21 May 2026 13:00:00 GMT</pubDate>
      <guid>https://www.varonis.com/blog/webster-bank-ai-adoption</guid>
      <dc:date>2026-05-21T13:00:00Z</dc:date>
      <dc:creator>Nolan Necoechea</dc:creator>
    </item>
    <item>
      <title>Varonis Joins AWS Security Hub Extended to Power Unified, Data-Centric Security </title>
      <link>https://www.varonis.com/blog/aws-security-hub-integration</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/aws-security-hub-integration?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_AWSSecurityHubIntegration_202511_V1.png" alt="AWS Security Hub Integration " class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;As organizations accelerate cloud adoption and embrace AI-driven innovation, security teams are facing a growing challenge: too many tools, too many signals, and not enough unified insight to act with confidence.&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;As organizations accelerate cloud adoption and embrace AI-driven innovation, security teams are facing a growing challenge: too many tools, too many signals, and not enough unified insight to act with confidence.&amp;nbsp;&lt;/p&gt;  
&lt;p&gt;AWS and Varonis help security teams cut through the noise, focus on critical threats, and stop breaches that put sensitive data at risk.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;That’s&amp;nbsp;why&amp;nbsp;Varonis is excited to announce that&amp;nbsp;we are&amp;nbsp;available on&amp;nbsp;&lt;span style="font-weight: normal;"&gt;&lt;/span&gt;&lt;a href="https://aws.amazon.com/blogs/aws/aws-security-hub-extended-offers-full-stack-enterprise-security-with-curated-partner-solutions/"&gt;&lt;span style="font-weight: normal;"&gt;AWS Security Hub Extended&lt;/span&gt;&lt;/a&gt;&lt;strong&gt; &lt;/strong&gt;—&amp;nbsp;providing&amp;nbsp;data security&amp;nbsp;across&amp;nbsp;SaaS applications, multi-cloud,&amp;nbsp;and hybrid environments&amp;nbsp;while continuing to&amp;nbsp;grow our partnership with AWS and&amp;nbsp;expand&amp;nbsp;our ecosystem of partnership offerings.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Security Hub Extended: A unified security solution&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;AWS Security Hub Extended&amp;nbsp;represents&amp;nbsp;a major evolution in how organizations approach security.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Built on the foundation of AWS Security Hub, the Extended plan&amp;nbsp;brings together&amp;nbsp;full-stack security operations and procurement,&amp;nbsp;bridging&amp;nbsp;AWS-native&amp;nbsp;services&amp;nbsp;and&amp;nbsp;curated partner solutions into a single, unified experience.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Security Hub already aggregates findings across threats, vulnerabilities, misconfigurations, and sensitive data into a centralized view. With the Extended plan, AWS takes this further by enabling customers to integrate and operationalize a broader ecosystem of security tools—without adding complexity.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Security Hub Extended allows organizations to:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Unify security signals across environments for a&amp;nbsp;consolidated&amp;nbsp;view of risk&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Operate from a single console instead of managing multiple tools and dashboards&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Leverage near real-time analytics and prioritized insights to focus on what matters most&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Extend protection beyond AWS through curated partner solutions across identity, endpoint, network, data, AI, and more&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;It also simplifies how security is consumed and managed:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Unified procurement and billing through AWS&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Pay-as-you-go pricing with no long-term commitments&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Pre-integrated solutions that reduce deployment and operational overhead&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;With Security Hub Extended,&amp;nbsp;security teams spend less time integrating tools and managing vendors&amp;nbsp;and more time reducing risk.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Why Varonis + Security Hub Extended matters&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Varonis brings&amp;nbsp;a critical&amp;nbsp;capability to this unified model:&amp;nbsp;unified&amp;nbsp;data security.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Security Hub Extended aggregates signals across infrastructure, identity, and endpoint layers. Varonis complements this by ensuring organizations have deep visibility into their most critical asset—sensitive data—and how it is accessed and used.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis ingests prioritized findings from AWS Security Hub&amp;nbsp;and&amp;nbsp;enriches them with&amp;nbsp;data sensitivity, identity, and user behavior to deliver a single view of risk. That visibility extends across SaaS,&amp;nbsp;multi‑cloud, and hybrid environments.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Bringing data context to security operations&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;Varonis continuously discovers and classifies sensitive data across AWS environments and monitors access and usage. This provides essential context that enhances Security Hub findings,&amp;nbsp;helping teams understand not just that something happened, but&amp;nbsp;what data is at risk and why it matters.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Turning signals into actionable risk&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;AWS Security Hub correlates and prioritizes security signals, like&amp;nbsp;threat detection and vulnerability findings,&amp;nbsp;from AWS services using a common data model.&amp;nbsp;Varonis&amp;nbsp;connects&amp;nbsp;those&amp;nbsp;signals to&amp;nbsp;sensitive data, abnormal access patterns, and risky data activity. This enables security teams to&amp;nbsp;focus on real&amp;nbsp;threats&amp;nbsp;where data is at risk, not alerts without impact.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Reducing risk, not just detecting it&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;While Security Hub helps prioritize risk, Varonis helps&amp;nbsp;eliminate&amp;nbsp;it. By automating remediation of excessive permissions, misconfigurations, and exposure risks, Varonis enables organizations to proactively reduce their attack surface&amp;nbsp;and enforce least privilege.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Accelerating response across the attack surface&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;With Varonis integrated into Security Hub workflows, security teams can investigate and respond to threats across identity, infrastructure, and data from a single pane of glass&amp;nbsp;across the entire data environment,&amp;nbsp;leading to faster, more&amp;nbsp;effective responses.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Looking ahead&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Security teams&amp;nbsp;don’t&amp;nbsp;need more tools. They need better,&amp;nbsp;faster&amp;nbsp;outcomes.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Joining AWS Security Hub Extended is more than a technical integration;&amp;nbsp;it’s&amp;nbsp;a strategic step in how Varonis delivers value through&amp;nbsp;its partnership with AWS.&amp;nbsp;We are&amp;nbsp;committed to embedding data security into the platforms and ecosystems our customers rely on every day.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis is excited about our continued partnership with&amp;nbsp;AWS&amp;nbsp;and the opportunity to be part of&amp;nbsp;Security&amp;nbsp;Hub Extended.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Together, we’re enabling organizations to shift from fragmented security operations to a unified, data-centric approach to protecting what matters most — across&amp;nbsp;AI,&amp;nbsp;cloud, SaaS, and&amp;nbsp;multicloud&amp;nbsp;environments.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Ready to get started?&amp;nbsp;Check out &lt;a href="https://statics.teams.cdn.office.net/evergreen-assets/safelinks/2/atp-safelinks.html"&gt;Varonis on Security Hub Extended&lt;/a&gt;&amp;nbsp;now.&amp;nbsp;&amp;nbsp;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Faws-security-hub-integration&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Cloud Security</category>
      <pubDate>Wed, 20 May 2026 19:07:54 GMT</pubDate>
      <guid>https://www.varonis.com/blog/aws-security-hub-integration</guid>
      <dc:date>2026-05-20T19:07:54Z</dc:date>
      <dc:creator>Nolan Necoechea</dc:creator>
    </item>
    <item>
      <title>GitHub Breach via Malicious VS Code Extension: What You Need to Know</title>
      <link>https://www.varonis.com/blog/github-breach</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/github-breach?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/GitHub%20Breach%20-%20Blog%20Hero.png" alt="GitHub Confirms Internal Breach via Malicious VS Code Extension: What You Need to Know " class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;How long would it take you to notice if a single developer’s endpoint had quietly siphoned thousands of your most sensitive internal repositories?&amp;nbsp;GitHub had to answer that question this week.&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;How long would it take you to notice if a single developer’s endpoint had quietly siphoned thousands of your most sensitive internal repositories?&amp;nbsp;GitHub had to answer that question this week.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;On&amp;nbsp;May 20, 2026,&amp;nbsp;&lt;a href="https://x.com/github/status/2056884788179726685"&gt;the Microsoft-owned platform confirmed&lt;/a&gt;&amp;nbsp;a poisoned Microsoft Visual Studio Code extension installed on an employee’s&amp;nbsp;device&amp;nbsp;gave an attacker access to&amp;nbsp;roughly 3,800&amp;nbsp;GitHub-internal repositories. The disclosure landed hours after a familiar threat actor —&amp;nbsp;&lt;strong&gt;TeamPCP&lt;/strong&gt;&amp;nbsp;— listed “GitHub’s source code and internal orgs” for sale on a cybercrime forum, with a floor price of $50,000.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;This&amp;nbsp;breach&amp;nbsp;is&amp;nbsp;a&amp;nbsp;continually&amp;nbsp;&lt;a href="https://x.com/github/status/2056949168208552080"&gt;evolving incident&lt;/a&gt;.&amp;nbsp;Here’s&amp;nbsp;what &lt;a href="https://www.varonis.com/varonis-threat-labs?hsLang=en"&gt;Varonis Threat Labs&lt;/a&gt; is watching, and what defenders should be doing while GitHub finishes its review.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;What we know&amp;nbsp;about the GitHub breach&amp;nbsp;&lt;/h2&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;The&amp;nbsp;initial-access vector.&lt;/strong&gt;&amp;nbsp;A malicious VS Code extension installed on a GitHub&amp;nbsp;employee’s&amp;nbsp;device&amp;nbsp;got the threat in.&amp;nbsp;GitHub detected and&amp;nbsp;contained&amp;nbsp;the device, removed the malicious extension version from circulation, and isolated the endpoint. The specific extension has not been&amp;nbsp;publicly named.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;The scope.&lt;/strong&gt;&amp;nbsp;GitHub’s current assessment is that the activity involved exfiltration of&amp;nbsp;GitHub-internal repositories only. The actor’s claim of ~3,800 repositories is, in GitHub’s words,&amp;nbsp;&lt;em&gt;“directionally consistent”&lt;/em&gt;&amp;nbsp;with the investigation so far.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Customer impact.&lt;/strong&gt;&amp;nbsp;GitHub&amp;nbsp;stated&amp;nbsp;it has&amp;nbsp;&lt;em&gt;no evidence&lt;/em&gt;&amp;nbsp;of impact&amp;nbsp;to&amp;nbsp;customer information stored outside of its internal repositories — customer enterprises, organizations, and repositories included. Affected customers, if any, will be alerted through GitHub’s established incident-response channels.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;The response.&lt;/strong&gt;&amp;nbsp;Overnight, GitHub rotated critical secrets in priority order — highest-impact credentials first — and continues to analyze logs and&amp;nbsp;validate&amp;nbsp;the rotation as the investigation runs.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;The actor.&lt;/strong&gt;&amp;nbsp;TeamPCP&amp;nbsp;is a familiar name in the developer-tooling,&amp;nbsp;supply-chain space, previously linked to compromises of Aqua Security’s&amp;nbsp;Trivy&amp;nbsp;scanner, the&amp;nbsp;Checkmarx&amp;nbsp;KICS project, and the&amp;nbsp;LiteLLM&amp;nbsp;Python library. Their forum listing offered samples to interested buyers and threatened a free leak if no buyer materialized.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Why&amp;nbsp;this&amp;nbsp;breach&amp;nbsp;matters&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;The headline is “GitHub got breached.” The real story is bigger.&lt;/p&gt; 
&lt;p&gt;This incident fits a pattern supply-chain defenders have been calling out for the better part of a year: a single trusted extension, running with a developer’s privileges, becomes the foothold into a high-value engineering environment. The blast radius&amp;nbsp;isn’t&amp;nbsp;measured in machines —&amp;nbsp;it’s&amp;nbsp;measured in repositories, tokens, and the secrets that live inside them.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;strong&gt;The IDE is the new endpoint.&lt;/strong&gt;&amp;nbsp;It runs unsigned code on demand, holds credentials with broad reach, and sits one extension-marketplace decision away from the rest of your source tree.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The unanswered questions are exactly&amp;nbsp;what&amp;nbsp;every security team should&amp;nbsp;be asking about their own environment:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Which extensions, plugins, and binaries are silently installed across our developer endpoints, and who governs that inventory?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;If one of those tools turned malicious tomorrow, would we see the lateral movement — or only the headline?&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Could we tell the difference between a developer doing their job and an attacker quietly cloning thousands of private repos?&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;How Varonis&amp;nbsp;can&amp;nbsp;help&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Varonis customers can use&amp;nbsp;our&amp;nbsp;platform’s &lt;a href="https://www.varonis.com/platform/dspm?hsLang=en"&gt;DSPM&lt;/a&gt;, &lt;a href="https://www.varonis.com/platform/data-centric-ueba?hsLang=en"&gt;CDR&lt;/a&gt;,&amp;nbsp;and &lt;a href="https://www.varonis.com/platform/mddr?hsLang=en"&gt;MDDR&lt;/a&gt; capabilities to compress the window between “compromised endpoint” and “contained incident.”&amp;nbsp;That’s&amp;nbsp;done&amp;nbsp;automatically&amp;nbsp;by:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Finding&amp;nbsp;sensitive data first.&lt;/strong&gt;&amp;nbsp;Varonis discovers and classifies code, secrets, and proprietary data across SaaS and cloud platforms,&amp;nbsp;including source-code platforms&amp;nbsp;like GitHub,&amp;nbsp;so you know what an attacker could reach before they try.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Spotting&amp;nbsp;anomalous data access.&lt;/strong&gt;&amp;nbsp;Behavioral baselines on repository and SaaS activity flag the high-volume clone, the unusual principal pulling private repos, the off-hours read pattern, and the unusual origins that don’t fit a developer’s profile.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Surfacing&amp;nbsp;secret sprawl.&lt;/strong&gt;&amp;nbsp;Hardcoded credentials, embedded API keys, and stale tokens inside repositories are exactly what an attacker monetizes after a foothold. Varonis surfaces them so they can be rotated&amp;nbsp;&lt;em&gt;before&lt;/em&gt;&amp;nbsp;they are exfiltrated, not after.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Respond in minutes, not days.&lt;/strong&gt; Varonis &lt;a href="https://www.varonis.com/blog/what-is-mddr?hsLang=en" style="font-weight: normal;"&gt;&lt;span style="font-weight: normal;"&gt;Managed Data Detection and Response&lt;/span&gt;&lt;/a&gt; service investigates suspect activity around the clock and can trigger containment without waiting for the next morning’s standup.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Actions to take&amp;nbsp;this week&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;To ensure your GitHub environment is secure, we recommend the following:&lt;/p&gt; 
&lt;ol&gt; 
 &lt;li&gt;Inventory VS Code (and other IDE) extensions across engineering endpoints. Remove anything that&amp;nbsp;isn’t&amp;nbsp;pinned, signed, and&amp;nbsp;business&amp;nbsp;required.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Treat every token, key, or secret reachable from a developer endpoint as potentially exposed. Rotate on a risk-weighted basis the way GitHub did — highest-impact credentials first.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Add behavioral detections for anomalous repository read,&amp;nbsp;clone&amp;nbsp;and download&amp;nbsp;volume.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;Watch for follow-on activity. TeamPCP has historically used initial footholds to seed second-stage supply-chain attacks against downstream consumers.&amp;nbsp;&lt;/li&gt; 
&lt;/ol&gt; 
&lt;p&gt;Need&amp;nbsp;additional&amp;nbsp;help? If you are not currently using Varonis and need&amp;nbsp;assistance&amp;nbsp;securing and&amp;nbsp;monitoring&amp;nbsp;your data, please &lt;a href="https://info.varonis.com/en/contact-us?hsLang=en"&gt;reach out to our team&lt;/a&gt;.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Same story, bigger&amp;nbsp;scale&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Remove&amp;nbsp;the brand name and this incident is a familiar story told at the largest possible scale: a developer endpoint, a trusted-looking tool, and a quiet exfiltration of the data that powers the business.&lt;/p&gt; 
&lt;p&gt;GitHub’s response — rapid containment, prioritized secret rotation, transparent status updates — is the playbook every organization should already have rehearsed.&lt;/p&gt; 
&lt;p&gt;We will&amp;nbsp;continue to&amp;nbsp;update&amp;nbsp;this&amp;nbsp;article&amp;nbsp;as GitHub publishes its full incident report.&amp;nbsp;&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fgithub-breach&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Threat Research</category>
      <pubDate>Wed, 20 May 2026 14:55:03 GMT</pubDate>
      <guid>https://www.varonis.com/blog/github-breach</guid>
      <dc:date>2026-05-20T14:55:03Z</dc:date>
      <dc:creator>Chen Levy Ben Aroy</dc:creator>
    </item>
    <item>
      <title>GhostTree: Unveiling Path Manipulation Techniques to Bypass Windows Security</title>
      <link>https://www.varonis.com/blog/ghosttree-ntfs-trick</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/ghosttree-ntfs-trick?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_VTL-GhostTree_202605_V1.png" alt="Ghost Tree" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Most security teams think of NTFS junctions and symbolic links as niche file system features. They let one directory point to another, like a shortcut that the OS treats as real. They exist for backward compatibility, storage management, things that rarely come up in a SOC. But they have a property that makes them interesting from an offensive perspective: any user can create them. No admin privileges are required, and no special permissions beyond write access to the target folder.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Most security teams think of NTFS junctions and symbolic links as niche file system features. They let one directory point to another, like a shortcut that the OS treats as real. They exist for backward compatibility, storage management, things that rarely come up in a SOC. But they have a property that makes them interesting from an offensive perspective: any user can create them. No admin privileges are required, and no special permissions beyond write access to the target folder.&lt;/p&gt;  
&lt;p&gt;We discovered that by pointing a junction back at its own parent directory, an attacker can create recursive loops that generate effectively infinite file paths. Tools that try to&amp;nbsp;scan the directory recursively, including EDR products, could&amp;nbsp;follow the loop and never finish. The malicious files sitting in the same folder go unexamined, creating a&amp;nbsp;technique we've dubbed&amp;nbsp;GhostTree.&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;How NTFS junctions work&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;Windows file paths are a fundamental part of the operating system, but they come with complexities. While most users interact with simple folder structures, the NTFS file system introduces advanced capabilities like junctions and symbolic links. These features serve legitimate purposes, such as redirecting directories, maintaining backward compatibility with legacy applications that expect files to be in specific locations, or reorganizing files without physically moving them.&lt;/p&gt; 
&lt;p&gt;A junction is a type of NTFS reparse point that redirects one directory to another. Creating one requires only write permissions and a single command in CMD:&lt;/p&gt; 
&lt;p&gt;This creates a junction named "LinkToFolder" that transparently points to "TargetFolder." Any application accessing files through the junction sees the contents of the target directory as if they were local.&lt;/p&gt; 
&lt;p&gt;One constraint matters here though. Classic Windows systems impose a maximum path length of 260 characters, which is rooted in legacy software and file system design. It is technically possible to extend this limit up to 32,767 characters via a registry key, but many applications and utilities are not equipped to handle paths beyond 260.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Even though NTFS supports longer paths, practical usage remains restricted by existing software. That limit determines how deep the recursive loops can go, and how many unique paths GhostTree can produce.&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;GhostBranch&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;GhostBranch is the simpler of the two techniques. Any user can create a folder junction, setting both the junction’s name and destination. Consider this folder structure:&lt;/p&gt; 
&lt;p&gt;Run the command:&lt;/p&gt; 
&lt;p&gt;This creates a logical loop by pointing a child folder back to its parent folder. The child directory now contains everything the parent does, including itself. The result is an unlimited number of valid paths to the same file:&lt;/p&gt; 
&lt;p&gt;&lt;span style="font-family: inherit; font-size: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-weight: inherit;"&gt;Due to the loop, you can add multiple "Child" folders to the path, and it remains valid. Every one of these paths resolves to the same executable.&lt;/span&gt;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;GhostTree&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;GhostTree builds on the GhostBranch concept by creating multiple child folders instead of one. For example, you can create two child folders:&lt;/p&gt; 
&lt;p&gt;Now every level in the path can branch through either Child1 or Child2, and both loop back to the parent. This allows various paths:&lt;/p&gt; 
&lt;h2&gt;&lt;strong&gt;Path calculations&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;Both GhostBranch and GhostTree produce paths that can extend to the maximum length Windows allows. The difference is in path diversity, which is where GhostTree’s additional child folder changes things considerably.&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;GhostBranch&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;Within Windows, the maximum traditional path length is 260 characters. To maximize the number of directories, one can create single-letter folders (e.g., "P") directly under the C: drive and employ an executable named 1.exe.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Example paths include:&lt;/p&gt; 
&lt;p&gt;This configuration allows for approximately 126 unique directory structures due to path length limitations.&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;GhostTree&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;The GhostTree method introduces two parent folders, "P" and "B", in contrast to the single-folder structure used previously. Examples include:&lt;/p&gt; 
&lt;p&gt;While the maximum depth remains around 126 folders, each level may be named either "P" or "B," effectively creating a binary tree-like structure. With this configuration, each node represents a distinct path, and the total number of possible nodes is calculated as:&lt;/p&gt; 
&lt;p&gt;How big is that? It’s vastly larger than the number of grains of sand on Earth (8.5 × 10^18) or even the atoms in your body (10^27).&lt;/p&gt; 
&lt;div class="hs-responsive-embed-wrapper hs-responsive-embed" style="width: 100%; height: auto; position: relative; overflow: hidden; padding: 0; max-width: 1280px; max-height: 720px; min-width: 256px; margin: 0px auto; display: block;"&gt; 
 &lt;div class="hs-responsive-embed-inner-wrapper" style="position: relative; overflow: hidden; max-width: 100%; padding-bottom: 56.25%; margin: 0;"&gt;
  &lt;iframe class="wistia_embed hs-responsive-embed-iframe" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;" src="https://fast.wistia.net/embed/iframe/cg0i2owvbz?web_component=true&amp;amp;seo=false" width="1280" height="720" frameborder="0"&gt;&lt;/iframe&gt;
 &lt;/div&gt; 
&lt;/div&gt; 
&lt;h2&gt;&lt;strong&gt;Why this matters for defenders&lt;/strong&gt;&lt;/h2&gt; 
&lt;p&gt;With just two lines of code, a user can generate endless valid paths, making it impossible to finish scanning parent directories with the dir command recursively. The same applies to EDR products that scan folders for malicious files. An attacker places malware in the parent directory, sets up the GhostTree structure, and the containing folder becomes effectively unscannable. The scan hangs. The malicious files go unexamined.&lt;/p&gt; 
&lt;p&gt;We tested this technique against Windows Defender and confirmed it could be used to evade folder scans.&lt;/p&gt; 
&lt;div class="wistia_responsive_padding" style="padding: 53.33% 0 0 0; position: relative;"&gt; 
 &lt;div class="wistia_responsive_wrapper" style="height: 100%; left: 0; position: absolute; top: 0; width: 100%;"&gt; 
  &lt;div class="hs-responsive-embed-wrapper hs-responsive-embed" style="width: 100%; height: auto; position: relative; overflow: hidden; padding: 0; max-width: 1280px; max-height: 720px; min-width: 256px; margin: 0px auto; display: block;"&gt; 
   &lt;div class="hs-responsive-embed-inner-wrapper" style="position: relative; overflow: hidden; max-width: 100%; padding-bottom: 56.25%; margin: 0;"&gt;
    &lt;iframe class="wistia_embed hs-responsive-embed-iframe" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;" src="https://fast.wistia.net/embed/iframe/8covok2d06?web_component=true&amp;amp;seo=false" name="wistia_embed" width="1280" height="720" frameborder="0"&gt;&lt;/iframe&gt;
   &lt;/div&gt; 
  &lt;/div&gt; 
 &lt;/div&gt; 
&lt;/div&gt;  
&lt;br&gt;
&lt;br&gt; 
&lt;p&gt;We reported the issue to Microsoft. The ticket was closed with the explanation that "&lt;em&gt;bypassing Defender is not crossing a security boundary.&lt;/em&gt;" The issue was subsequently patched regardless.&lt;/p&gt; 
&lt;p&gt;Techniques like GhostTree are a reminder that endpoint scanning is only one layer of defense. Monitoring file system activity at the data layer catches what scanners miss, including anomalous junction creation and recursive directory structures that should not exist in normal operations. Varonis monitors file access patterns and detects this kind of anomalous activity across file systems and cloud infrastructure.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fghosttree-ntfs-trick&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Threat Research</category>
      <pubDate>Tue, 19 May 2026 19:33:14 GMT</pubDate>
      <guid>https://www.varonis.com/blog/ghosttree-ntfs-trick</guid>
      <dc:date>2026-05-19T19:33:14Z</dc:date>
      <dc:creator>Dolev Taler</dc:creator>
    </item>
    <item>
      <title>Varonis: The Platform Advantage for Security</title>
      <link>https://www.varonis.com/blog/platform-advantage</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/platform-advantage?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_PlatformAdvantage_202604_V1.png" alt="Varonis: The Platform Advantage for Security" class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;Protecting sensitive data is a board-level imperative. Without strong data security, AI initiatives&amp;nbsp;stall,&amp;nbsp;innovation slows, and competitive advantages erode. AI models and agents with access to unsecured and poorly governed data create unacceptable risk, and weak data practices become a liability with regulators, prospects, and partners.&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;Protecting sensitive data is a board-level imperative. Without strong data security, AI initiatives&amp;nbsp;stall,&amp;nbsp;innovation slows, and competitive advantages erode. AI models and agents with access to unsecured and poorly governed data create unacceptable risk, and weak data practices become a liability with regulators, prospects, and partners.&amp;nbsp;&lt;/p&gt;  
&lt;p&gt;Most organizations try to protect their sensitive data by stitching together disparate tools. While always costly and inefficient, that approach was once viable when environments were simple. Now, modern attacks can't be stopped with siloed tools that only see parts of the environment. Today's threats span multiple data stores, applications, and AI tools.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;In this blog,&amp;nbsp;we’ll&amp;nbsp;dive into Varonis’ platform advantage from&amp;nbsp;improved&amp;nbsp;outcomes&amp;nbsp;to&amp;nbsp;tool consolidation and lower TCO.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;One platform for data security, AI security, and email security&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;The &lt;a href="https://www.varonis.com/data-security-platform?hsLang=en"&gt;Varonis Data Security Platform&lt;/a&gt; provides an end-to-end approach to data security, bringing&amp;nbsp;together the capabilities needed to&amp;nbsp;protect&amp;nbsp;data&amp;nbsp;throughout&amp;nbsp;its&amp;nbsp;lifecycle, at rest, in use, or in motion.&amp;nbsp;Gone are the days of point solutions and fragmented products that address structured and unstructured data separately.&lt;/p&gt; 
&lt;p&gt;&lt;img src="https://www.varonis.com/hs-fs/hubfs/Blog_PlatformAdvantage_TheVaronisPlatform_V1.png?width=1080&amp;amp;height=456&amp;amp;name=Blog_PlatformAdvantage_TheVaronisPlatform_V1.png" width="1080" height="456" alt="Blog_PlatformAdvantage_TheVaronisPlatform_V1" style="height: auto; max-width: 100%; width: 1080px;"&gt;&lt;/p&gt; 
&lt;p&gt;Varonis&amp;nbsp;goes beyond visibility,&amp;nbsp;providing&amp;nbsp;the capabilities needed to&amp;nbsp;automate outcomes&amp;nbsp;and&amp;nbsp;reduce risk, enforce policies, and stop threats, including:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Data Security Posture Management (&lt;/strong&gt;&lt;a href="https://www.varonis.com/blog/what-is-dspm?hsLang=en" style="font-weight: normal;"&gt;DSPM&lt;/a&gt;&lt;strong&gt;)&amp;nbsp;&lt;/strong&gt;provides continuous visibility into where sensitive data lives, who can access it, and how&amp;nbsp;it’s&amp;nbsp;being used. You&amp;nbsp;can’t&amp;nbsp;protect what you&amp;nbsp;can’t&amp;nbsp;see.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Database Activity Monitoring (&lt;/strong&gt;&lt;a href="https://www.varonis.com/blog/what-is-dam?hsLang=en" style="font-weight: normal;"&gt;DAM&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt; detects threats and policy violations across databases with an agentless, fast-deploying solution. Your most valuable data needs dedicated monitoring.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data Access Governance (&lt;/strong&gt;&lt;a href="https://www.varonis.com/blog/data-governance?hsLang=en" style="font-weight: normal;"&gt;DAG&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt;&amp;nbsp;maps and enforces least-privilege permissions at scale. Overprivileged access is one of the most common and exploitable security gaps.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data Loss Prevention (&lt;/strong&gt;&lt;a href="https://www.varonis.com/blog/what-is-data-loss-prevention-dlp?hsLang=en" style="font-weight: normal;"&gt;DLP&lt;/a&gt;&lt;strong&gt;)&amp;nbsp;&lt;/strong&gt;prevents sensitive data from leaving through unauthorized channels. Visibility only matters if you can act on it and stop exfiltration in real time.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data Detection and Response (DDR)&lt;/strong&gt; uses behavioral baselines to detect ransomware, insider threats, and exfiltration in real time. Every breach raises one question: who touched the data?&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;AI Security&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;AI Security Posture Management (&lt;/strong&gt;&lt;a href="https://www.varonis.com/blog/aispm?hsLang=en" style="font-weight: normal;"&gt;&lt;span style="font-weight: normal;"&gt;AI SPM&lt;/span&gt;&lt;/a&gt;&lt;strong&gt;)&lt;/strong&gt; discovers and assesses AI agents, copilots,and models for misconfigurations that could expose sensitive data. You can't secure AIyou can't see.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI Runtime Guardrails&lt;/strong&gt; inspects every prompt, response, and agent action in real time through an AI gateway, blocking sensitive data exposure before it happens.&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI Governance&lt;/strong&gt; automates audit reporting and compliance evidence for AI-specific regulations and frameworks. New mandates become configuration changes, not new projects.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;Email security&lt;/h3&gt; 
&lt;ul&gt; 
 &lt;li&gt;Social Engineering Defense uses multi-layered AI to stop phishing, BEC, and impersonation attacks before they reach the inbox. AI-generated threats demand AI-powered protection.&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The unified platform provides deeper visibility across the entire data estate with context that makes findings actionable. and makes every capability stronger. Sensitivity, access, and behavior are correlated in real time within a single platform rather than stitched together after the fact.&lt;/p&gt; 
&lt;p&gt;Datasecurity not only classifies and protects sensitive data, but also considers AI agent activity and email-borne threats. AI security not only evaluates agent guardrails, but also knows what data is sensitive, who should access it, and what normal behavior looks like. Email security not only identifies phishing messages, but also connects each phishing attempt to the recipient's blast radius. That context is only possible when data security, AI security, and email security are built together, not bolted on.&lt;/p&gt; 
&lt;p&gt;Unlike standalone solutions, &lt;a href="https://www.varonis.com/blog/varonis-in-the-cloud?hsLang=en"&gt;the&amp;nbsp;Varonis platform&lt;/a&gt;&amp;nbsp;performs&amp;nbsp;automated&amp;nbsp;remediations&amp;nbsp;to reduce risk, enforce policies, and stop active threats&amp;nbsp;without relying on&amp;nbsp;the interoperability of disparate tools.&amp;nbsp;The result is fewer tools to manage, improved outcomes, and&amp;nbsp;a lower total cost of ownership.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis’&amp;nbsp;unified&amp;nbsp;platform&amp;nbsp;approach&amp;nbsp;has delivered proven outcomes for thousands of customers around the world and earned accolades, including being named a&amp;nbsp;&lt;a href="https://www.varonis.com/blog/forrester-wave-data-security-platforms-2025?hsLang=en"&gt;Leader and Customer Favorite in The Forrester Wave™: Data Security Platforms, Q1 2025&lt;/a&gt;, with the highest scores for current offering, strategy, and customer satisfaction, and a Gartner® Peer Insights™ Customers' Choice for DSPM for two consecutive years with a 99% recommendation rate.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;A platform approach&lt;strong&gt;&amp;nbsp;stops data breaches&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Modern attacks span multiple systems. Standalone tools&amp;nbsp;provide&amp;nbsp;siloed views of risk, create gaps, and make it difficult to detect attacks that involve lateral movement or the supply chain. A unified platform protects data across the entire data estate with the context needed to detect&amp;nbsp;and neutralize threats.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;img src="https://www.varonis.com/hs-fs/hubfs/Blog_PlatformAdvantage_FindFixAlert_V1.png?width=1080&amp;amp;height=360&amp;amp;name=Blog_PlatformAdvantage_FindFixAlert_V1.png" width="1080" height="360" alt="Blog_PlatformAdvantage_FindFixAlert_V1" style="height: auto; max-width: 100%; width: 1080px;"&gt;&lt;/p&gt; 
&lt;p&gt;Let’s&amp;nbsp;look&amp;nbsp;at an example.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Stopping the&amp;nbsp;Salesloft&amp;nbsp;Drift Breach&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;In early 2025, a threat actor known as &lt;a href="https://www.varonis.com/blog/salesloft-drift-breach-and-saas-risk?hsLang=en"&gt;UNC6395 compromised&amp;nbsp;Salesloft’s&amp;nbsp;GitHub repos and stole the OAuth tokens&lt;/a&gt;. Those tokens&amp;nbsp;allowed Drift, a widely used chatbot owned by&amp;nbsp;Salesloft,&amp;nbsp;to connect to customers’ Azure, Salesforce, Google Workspace, and other integrated platforms.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Between August 8th and 18th, UNC6395&amp;nbsp;&lt;em&gt;used&lt;/em&gt;&amp;nbsp;those tokens to impersonate the trusted Drift application, bypass MFA, and systematically exfiltrate data from more than 700 organizations.&amp;nbsp;The majority of&amp;nbsp;affected organizations only learned of the breach when Salesforce and&amp;nbsp;Salesloft&amp;nbsp;notified them&amp;nbsp;more than two weeks later.&amp;nbsp;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis customers were the exception.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis’ end-to-end approach stopped this breach&amp;nbsp;before&amp;nbsp;any damage could happen.&amp;nbsp;Here’s&amp;nbsp;how it played out for one organization:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Step 1:&lt;/strong&gt;&amp;nbsp;&lt;strong&gt;Cross-platform detection.&lt;/strong&gt; Varonis flagged Drift activity in Azure as abnormal. Its OAuth token refreshes originated from unusual IP&amp;nbsp;addresses&amp;nbsp;and API call volumes exceeded Drift’s established baseline. Varonis issued an alert and began checking Drift activity across other connected systems. &amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Step 2: Salesforce telemetry confirms the threat.&lt;/strong&gt; Salesforce Shield Event Monitoring provided detailed logs that allowed Varonis to&amp;nbsp;identify&amp;nbsp;abnormal Drift-connected app activity in Salesforce, including logins from suspicious IPs and unusual API queries. &amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Step 3: Varonis MDDR responds.&lt;/strong&gt; Varonis correlated the Azure and Salesforce signals, and its Managed Data Detection and Response (MDDR) team engaged the company’s security operations team to&amp;nbsp;immediately&amp;nbsp;act&amp;nbsp;and prevent the breach.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;For most companies, this attack was invisible. OAuth abuse looks like normal API traffic, and the attackers&amp;nbsp;deleted&amp;nbsp;query jobs to cover their tracks. Without a data security platform connecting unusual activity across Azure, Salesforce, and Drift, this breach is&amp;nbsp;nearly impossible&amp;nbsp;to catch.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;And this is just one example.&amp;nbsp;Consider some common attack scenarios&amp;nbsp;that can only be&amp;nbsp;prevented&amp;nbsp;with a platform approach:&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Phishing → Credential compromise → Data exfiltration&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;A finance employee clicks a convincing phishing link,&amp;nbsp;and the attacker captures their credentials. The attacker accesses SharePoint and begins downloading sensitive financial documents.&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;em&gt;Fragmented&amp;nbsp;data security&amp;nbsp;stack:&lt;/em&gt;&amp;nbsp;The email gateway flags the phishing attempt but has no visibility into file activity. The DLP tool sees downloads but&amp;nbsp;can’t&amp;nbsp;tie them to a compromised identity.&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;em&gt;Varonis:&lt;/em&gt; Correlates the compromised identity with abnormal file access patterns in SharePoint, detects bulk downloads that deviate from the user’s baseline, and triggers an alert before sensitive data leaves the environment.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;&lt;strong&gt;AI agent exposes sensitive data&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;An employee asks the company’s AI assistant for average salary data. The agent pulls from multiple repositories and surfaces data the employee should not have access to, including individual salaries, bonuses, and stock compensation figures.&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;em&gt;Fragmented&amp;nbsp;data security&amp;nbsp;stack:&lt;/em&gt;&amp;nbsp;The AI tool has no awareness of data sensitivity or access policies.&amp;nbsp;No alerts&amp;nbsp;are&amp;nbsp;triggered&amp;nbsp;because the query looks like normal usage from an authorized user.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;em&gt;Varonis:&lt;/em&gt; Enforces least-privilege access on the underlying data so the AI agent can only retrieve what the user is authorized to see, preventing sensitive data from being surfaced in the first place.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;&lt;strong&gt;Database exfiltration via compromised service account&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;A service account runs abnormal read queries against sensitive customer tables during off-hours. An egress event follows shortly after.&amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;em&gt;Fragmented&amp;nbsp;data security&amp;nbsp;stack:&lt;/em&gt;&amp;nbsp;The database monitoring tool logs the queries but lacks user behavior context. The network tool sees the egress but&amp;nbsp;can’t&amp;nbsp;connect it to the database activity. Neither tool escalates.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;em&gt;Varonis:&lt;/em&gt;&amp;nbsp;Detects the off-hours query spike against sensitive tables, correlates it with the&amp;nbsp;subsequent&amp;nbsp;egress event, flags the service account compromise as a&amp;nbsp;single&amp;nbsp;incident, and disables the service account&amp;nbsp;while the team investigates.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;&lt;strong&gt;Ransomware spreads through overprivileged access&lt;/strong&gt;&lt;/h3&gt; 
&lt;p&gt;An employee opens a malicious attachment that deploys ransomware. The malware begins encrypting files across every share the user can access, which due to excessive permissions spans far beyond their role.&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;em&gt;Fragmented stack:&lt;/em&gt;&amp;nbsp;The endpoint tool detects encryption behavior on the local machine but has no visibility into network file shares. The storage team sees mass file modifications but&amp;nbsp;can’t&amp;nbsp;identify&amp;nbsp;the source.&amp;nbsp;Response&amp;nbsp;is slow and the blast radius is massive.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;em&gt;Varonis:&lt;/em&gt;&amp;nbsp;Detects the anomalous encryption pattern across file shares in real time, automatically disables the compromised account. Blast radius is minimum&amp;nbsp;because least-privilege policies&amp;nbsp;have already&amp;nbsp;cut off all&amp;nbsp;unnecessary access.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Platform&amp;nbsp;&lt;strong&gt;approach lowers TCO&lt;/strong&gt;&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;The Varonis Data Security Platform drives&amp;nbsp;ROI across three dimensions: cost consolidation, operational efficiency, and measurable risk reduction. Because data security, AI security, and email security sharea single platform, organizations not only consolidate their tools but the context those tools need to beeffective.&lt;/p&gt; 
&lt;p&gt;&lt;img src="https://www.varonis.com/hs-fs/hubfs/Blog_PlatformAdvantage_PlatformApproach_V1.png?width=1080&amp;amp;height=741&amp;amp;name=Blog_PlatformAdvantage_PlatformApproach_V1.png" width="1080" height="741" alt="Blog_PlatformAdvantage_PlatformApproach_V1" style="height: auto; max-width: 100%; width: 1080px;"&gt;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Consolidation and TCO: the hard savings&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;Organizations can sunset separate licenses&amp;nbsp;for&amp;nbsp;numerous&amp;nbsp;standalone security products that&amp;nbsp;often incur&amp;nbsp;additional&amp;nbsp;costs in&amp;nbsp;specialized resources and&amp;nbsp;support services,&amp;nbsp;including:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Data Security Posture Management (DSPM)&lt;/strong&gt;&amp;nbsp;for&amp;nbsp;identifying&amp;nbsp;and reducing exposure across cloud and on-prem data stores&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data classification&lt;/strong&gt;&amp;nbsp;for automated discovery and labeling of sensitive or regulated content and data&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Data governance&lt;/strong&gt;&amp;nbsp;for policy enforcement for data access, retention, and lifecycle management&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Standalone Database Activity Monitoring (DAM)&lt;/strong&gt;&amp;nbsp;for tracking and auditing database queries and transactions&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Email security&lt;/strong&gt;&amp;nbsp;for threat detection, DLP, and policy controls for inbound and outbound email&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Identity Threat Detection and Response (ITDR)&lt;/strong&gt;&amp;nbsp;for spotting compromised accounts and privilege escalation&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;IR/forensics retainers&lt;/strong&gt;&amp;nbsp;for incident response and forensic investigation services engaged on contractor DSPM, data classification, data governance, standalone DAM, email security, AI governance, ITDR, and IR/forensics retainers.&amp;nbsp;&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI SPM&lt;/strong&gt; for discovering and assessing AI agents, copilots, and models for misconfigurations and data exposure&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI Runtime Guardrails&lt;/strong&gt; for inspecting prompts, responses, and agent actions to block sensitive data exposure&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI governance&lt;/strong&gt;&amp;nbsp;for oversight of AI model access, training-data exposure, and prompt-level risk&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Typically, customers&amp;nbsp;replace&amp;nbsp;between five and eight licenses with&amp;nbsp;one Varonis platform license, resulting in lower TCO from:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;License rationalization:&amp;nbsp;&lt;/strong&gt;Consolidating point solutions into one platform&amp;nbsp;eliminates&amp;nbsp;redundant license fees, overlapping coverage, and duplicative support contracts.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Smaller infrastructure footprint:&amp;nbsp;&lt;/strong&gt;A shared telemetry layer using API and audit-log ingestion replaces duplicative sensors, scanners, collectors, and agents.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Zero integration debt:&amp;nbsp;&lt;/strong&gt;No more professional services or internal engineering hours spent writing and&amp;nbsp;maintaining&amp;nbsp;brittle glue code between incompatible tools.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Reduced training burden:&amp;nbsp;&lt;/strong&gt;Analysts learn one console instead of 5-8 disparate interfaces with separate workflows, query languages, and escalation paths.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Operational efficiency: the time dividend&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;With Varonis, customers&amp;nbsp;reclaim thousands of hours that SOC analysts currently spend filing tickets, chasing false positives, and manually correlating alerts.&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Reduced MTTR:&amp;nbsp;&lt;/strong&gt;Varonis presents a correlated incident with identity, sensitivity, behavior, and blast radius rather than isolated alerts. Analysts get the complete picture instead of assembling it manually across consoles.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Automated remediation:&lt;/strong&gt;&amp;nbsp;What previously&amp;nbsp;required&amp;nbsp;a cross-departmental&amp;nbsp;meeting,&amp;nbsp;and a help desk ticket now gets handled via automated policy or a single click, freeing security teams for strategic work.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Analyst time reclaimed:&lt;/strong&gt;&amp;nbsp;Hours spent on manual correlation, ticket management, and cross-console investigation are redirected to proactive risk reduction.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;Risk reduction and compliance: quantifiable security outcomes&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;The Varonis Data Security Platform allows security leaders to report on metrics that measure&amp;nbsp;risk, not just activity.&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Measurable blast radius reduction:&lt;/strong&gt;&amp;nbsp;Track the drop in sensitive files accessible to "everyone," over-privileged accounts right-sized, and stale permissions removed. These metrics map to actual risk, not&amp;nbsp;busywork.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Audit readiness:&lt;/strong&gt;&amp;nbsp;A single system of record for&amp;nbsp;classification&amp;nbsp;decisions, access changes, behavioral alerts, and remediation actions. When auditors ask for proof, the answer is a generated report, not a cross-functional project.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Regulatory defensibility:&lt;/strong&gt;&amp;nbsp;The platform maps controls to regulatory requirements (GDPR, DORA, CCPA, HIPAA, SOX) and continuously generates evidence.&amp;nbsp;New regulations become configuration changes, not new initiatives.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h2&gt;How the Varonis Data Security Platform works&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Varonis provides&amp;nbsp;a much&amp;nbsp;greater context for critical decision-making and&amp;nbsp;automated&amp;nbsp;outcomes&amp;nbsp;compared to a stitched-together stack.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;When discovery, access, and behavior live in separate tools,&amp;nbsp;&lt;em&gt;analysts&lt;/em&gt;&amp;nbsp;become the integration layer. They switch between consoles, export CSVs, normalize timestamps, and try to piece together a coherent story from fragments. By the time they connect the dots, incidents escalate.&lt;/p&gt; 
&lt;p&gt;&lt;img src="https://www.varonis.com/hs-fs/hubfs/Blog_PlatformAdvantage_HowVaronisWorks_V1.png?width=1080&amp;amp;height=495&amp;amp;name=Blog_PlatformAdvantage_HowVaronisWorks_V1.png" width="1080" height="495" alt="Blog_PlatformAdvantage_HowVaronisWorks_V1" style="height: auto; max-width: 100%; width: 1080px;"&gt;&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis&amp;nbsp;eliminates&amp;nbsp;manual correlation&amp;nbsp;by&amp;nbsp;combining&amp;nbsp;connectivity, context, and action.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Connectivity: One telemetry pipeline across the entire data estate&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;Varonis connects to your data wherever it lives: SaaS applications, cloud infrastructure, databases, on-premises file shares, email, browsers, identity providers, network devices, and endpoints as well as AI agents and models that interact with&amp;nbsp;your&amp;nbsp;data. Every identity, whether human, service account, application, or AI agent, is resolved across Active Directory, Entra ID, Okta, and SaaS platforms into a single graph. This unified connectivity means cross-system patterns that would be invisible to siloed tools&amp;nbsp;become&amp;nbsp;obvious.&amp;nbsp;Because AI agents share the same telemetry pipeline and identity graph as human users and service accounts, AI security&amp;nbsp;is native to the platform rather than a&amp;nbsp;bolt-on.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;&lt;strong&gt;Context: The intelligence that makes signals actionable&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;Raw telemetry&amp;nbsp;isn’t&amp;nbsp;enough. Varonis enriches every event with the context needed to make real-time decisions: data sensitivity and topic, attack paths, blast radius, user intent, toxic access combinations, and forensic detail. Every signal is weighted against effective permissions and behavioral baselines, so when something happens, Varonis already knows what data is at risk, who is involved, and how far the damage could spread. This transforms detection:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;A stale admin account reactivates after months of inactivity.&lt;/strong&gt;&amp;nbsp;Varonis knows it still has access to 50,000 sensitive&amp;nbsp;files,&amp;nbsp;the reactivation came from an unfamiliar device, and the account was flagged for deprovisioning.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;A new OAuth app requests broad permissions across Salesforce and SharePoint.&lt;/strong&gt;&amp;nbsp;Varonis maps exactly which sensitive data stores it could reach and scores the risk before a single query executes.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;An AI copilot is deployed with access to a shared drive&amp;nbsp;containing&amp;nbsp;M&amp;amp;A documents.&lt;/strong&gt;&amp;nbsp;Varonis&amp;nbsp;identifies&amp;nbsp;the sensitive content, flags the overly broad permissions granted to the copilot, and calculates the exposure before any user prompts it.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;A departing&amp;nbsp;employee's&amp;nbsp;download volume spikes during their final week.&lt;/strong&gt;&amp;nbsp;Varonis correlates the activity with HR-flagged offboarding status,&amp;nbsp;identifies&amp;nbsp;the sensitive files being accessed, and scores the exfiltration risk.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;h3&gt;&lt;strong&gt;Action: Automated enforcement, not just alerts&lt;/strong&gt;&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;Context without action is just a dashboard. Varonis closes the loop with automated responses calibrated to the severity and context of each event.&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;When a stale admin account reactivates&lt;/strong&gt;&amp;nbsp;and begins accessing sensitive files, Varonis&amp;nbsp;disables the account and creates an incident with full scope of what was touched.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;When an OAuth app with broad permissions starts querying data&lt;/strong&gt;&amp;nbsp;outside its stated scope, Varonis revokes the token and alerts the&amp;nbsp;app&amp;nbsp;owner.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;When an AI copilot surfaces M&amp;amp;A documents&lt;/strong&gt;&amp;nbsp;to an unauthorized user, Varonis blocks the response,&amp;nbsp;scopes down&amp;nbsp;the copilot's permissions, and notifies the data owner.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;When a departing&amp;nbsp;employee's&amp;nbsp;download volume spikes&lt;/strong&gt;&amp;nbsp;in their final days, Varonis restricts access to sensitive repositories and notifies their manager.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Every automated action includes dependency checks to avoid breaking production workflows and one-click rollback if something needs to be reversed. Athena AI streamlines investigations further, letting analysts query the full picture using natural language.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Complementing your existing security ecosystem&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Varonis works with the native security capabilities built into the platforms you already run, including &lt;a href="https://www.varonis.com/blog/purview-dspm-integration?hsLang=en"&gt;Microsoft Purview&lt;/a&gt; and E5 Security, &lt;a href="https://www.varonis.com/blog/aws-security-hub-integration?hsLang=en"&gt;AWS Security Hub&lt;/a&gt;, and &lt;a href="https://www.varonis.com/blog/salesforce-shield?hsLang=en"&gt;Salesforce Shield&lt;/a&gt;.&lt;/p&gt; 
&lt;p&gt;Where these tools provide foundational controls within their own ecosystems, Varonis extends classification, access governance, and threat detection across your entire data estate and&amp;nbsp;pairs&amp;nbsp;static labels and permissions with real-time behavioral context.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Varonis also integrates directly with your broader security infrastructure:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;SIEM&lt;/strong&gt;.&amp;nbsp;Surface Varonis’ data-centric, context-rich alerts in Microsoft Sentinel, Splunk, and IBM&amp;nbsp;QRadar&amp;nbsp;for faster triage and investigation.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;SOAR.&lt;/strong&gt;&amp;nbsp;Incorporate Varonis alerts into automated playbooks in Cortex XSOAR and Splunk SOAR to accelerate threat response.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;EDR.&lt;/strong&gt;&amp;nbsp;Correlate endpoint telemetry from CrowdStrike,&amp;nbsp;SentinelOne, and Microsoft Defender for Endpoint with data-layer activity for complete attack visibility.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;CSPM.&lt;/strong&gt;&amp;nbsp;Unify cloud misconfiguration findings from AWS Security Hub, Azure Policy, and Wiz with data risk context.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Ticketing.&lt;/strong&gt;&amp;nbsp;Route alerts and remediation recommendations directly into ServiceNow and JIRA workflows.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;PAM.&lt;/strong&gt;&amp;nbsp;Manage Varonis credentials securely through CyberArk to meet compliance requirements and minimize&amp;nbsp;risk.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Rather than adding another tool to&amp;nbsp;monitor, Varonis becomes the connective tissue that makes your entire security ecosystem smarter. Every tool in your stack, from SIEM to EDR to SOAR, gains the data context needed to distinguish real threats from false positives and trace attacks from&amp;nbsp;initial&amp;nbsp;compromise through data exfiltration.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Security&amp;nbsp;leaders&amp;nbsp;are&amp;nbsp;choosing&amp;nbsp;the platform approach&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;The shift&amp;nbsp;away&amp;nbsp;from fragmented stacks to integrated data security platforms is accelerating and AI is&amp;nbsp;compressing the timeline.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;&lt;a href="https://www.gartner.com/en/newsroom/press-releases/2026-03-17-gartner-predicts-ai-applications-will-drive-50-percent-of-cybersecurity-incident-response-efforts-by-2028"&gt;Gartner declared&lt;/a&gt; in 2024 that we've entered "the next phase of security platform consolidation." The urgency is growing: Gartner predicts that by 2026, 75% of organizations running GenAI initiatives will reprioritize data security spending toward unstructured data, and that through 2030, a third of all IT work will go toward remediating "AI data debt" caused by poorly secured and ungoverned data.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Security leaders see the shortcomings of fragmented security stacks where classification, access governance, threat detection, and AI security live in separate products:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;&lt;strong&gt;Classification tools&lt;/strong&gt;&amp;nbsp;label data but have no visibility into who can access it or whether that access is normal.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Access governance tools&lt;/strong&gt;&amp;nbsp;manage permissions but&amp;nbsp;can’t&amp;nbsp;tell whether the data behind them is sensitive or high-risk.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;Threat detection tools&lt;/strong&gt;&amp;nbsp;fire alerts but lack the data context to separate real attacks&amp;nbsp;from routine activity.&amp;nbsp;&lt;/li&gt; 
 &lt;li&gt;&lt;strong&gt;AI security tools&lt;/strong&gt;&amp;nbsp;evaluate models, prompts, and agent behavior but have no insight into the underlying data,&amp;nbsp;its sensitivity, who can access it, or whether exposure has already occurred.&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;The result is blind spots, false positives, and incidents that are only understood after they've done their damage. A fragmented security stack isn't just expensive, it's a liability. As organizations rush to deploy AI, bolting on yet another siloed tool only widens the gaps. Data security and AI security are inseparable: you can't protect AI without understanding the data it touches, and you&amp;nbsp;can't&amp;nbsp;protect data without accounting for the AI that accesses it.&amp;nbsp;That's&amp;nbsp;the platform advantage.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;To see where your organization stands, request a complimentary &lt;a href="https://info.varonis.com/en/dra-request?hsLang=en"&gt;Data Risk Assessment&lt;/a&gt;.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Fplatform-advantage&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Varonis Products</category>
      <pubDate>Tue, 19 May 2026 13:52:31 GMT</pubDate>
      <author>efeldman@varonis.com (Eugene Feldman)</author>
      <guid>https://www.varonis.com/blog/platform-advantage</guid>
      <dc:date>2026-05-19T13:52:31Z</dc:date>
    </item>
    <item>
      <title>Feeding Frenzy: RCE on Azure Cosmos for PostgreSQL</title>
      <link>https://www.varonis.com/blog/rce-on-azure-cosmos-for-postgresql</link>
      <description>&lt;div class="hs-featured-image-wrapper"&gt; 
 &lt;a href="https://www.varonis.com/blog/rce-on-azure-cosmos-for-postgresql?hsLang=en" title="" class="hs-featured-image-link"&gt; &lt;img src="https://www.varonis.com/hubfs/Blog_VTL-AzureFeedingFrenzy_202605_V1.png" alt="Azure feeding frenzy " class="hs-featured-image" style="width:auto !important; max-width:50%; float:left; margin:0 15px 15px 0;"&gt; &lt;/a&gt; 
&lt;/div&gt; 
&lt;p&gt;&lt;a href="https://www.varonis.com/varonis-threat-labs?hsLang=en"&gt;Varonis Threat Labs&lt;/a&gt; uncovered a vulnerability in Azure Cosmos for PostgreSQL, leading to&amp;nbsp;remote code execution&amp;nbsp;(RCE).&amp;nbsp;Due to an improperly validated server configuration value, it was possible to edit arbitrary PostgreSQL configurations through the&amp;nbsp;Azure management API, including those managed by Azure and&amp;nbsp;controlling&amp;nbsp;sensitive server functions.&amp;nbsp;&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;&lt;a href="https://www.varonis.com/varonis-threat-labs?hsLang=en"&gt;Varonis Threat Labs&lt;/a&gt; uncovered a vulnerability in Azure Cosmos for PostgreSQL, leading to&amp;nbsp;remote code execution&amp;nbsp;(RCE).&amp;nbsp;Due to an improperly validated server configuration value, it was possible to edit arbitrary PostgreSQL configurations through the&amp;nbsp;Azure management API, including those managed by Azure and&amp;nbsp;controlling&amp;nbsp;sensitive server functions.&amp;nbsp;&lt;/p&gt;  
&lt;p&gt;RCE,&amp;nbsp;in this context,&amp;nbsp;allows arbitrary commands to be run on the underlying operating system of the database server,&amp;nbsp;possibly leading to data disclosure and/or destruction. Therefore, a threat actor with sufficient management privileges to edit parameter values on the cluster could gain unrestricted data access&amp;nbsp;to the cluster,&amp;nbsp;and&amp;nbsp;compromise cloud-managed infrastructure.&lt;/p&gt; 
&lt;p&gt;Whenever&amp;nbsp;cloud-managed infrastructure is compromised,&amp;nbsp;there is the risk of&amp;nbsp;a&amp;nbsp;threat&amp;nbsp;actor escalating privileges,&amp;nbsp;either&amp;nbsp;within the tenant or&amp;nbsp;to cross-tenant access.&amp;nbsp;In this case,&amp;nbsp;we were unable to&amp;nbsp;test for&amp;nbsp;these issues.&amp;nbsp;Let’s&amp;nbsp;explore this vulnerability in more detail.&lt;/p&gt; 
&lt;h2&gt;Background&amp;nbsp;&lt;/h2&gt; 
&lt;h3&gt;Azure Cosmos for PostgreSQL&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;Azure&amp;nbsp;Cosmos for PostgreSQL is a managed PostgreSQL service expanded with&amp;nbsp;the&amp;nbsp;Citus&amp;nbsp;extension to allow for distributed tables. Clusters are made up of one or more PostgreSQL servers called nodes, and with one node being the coordinator.&lt;/p&gt; 
&lt;p&gt;Both the coordinator and worker nodes can be configured through the Azure management API, where certain PostgreSQL configurations can be set.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;PostgreSQL configuration&amp;nbsp;&lt;/h3&gt; 
&lt;p&gt;It is possible to&amp;nbsp;modify&amp;nbsp;PostgreSQL parameters in a few&amp;nbsp;different ways.&amp;nbsp;Understanding&amp;nbsp;the configuration file format&amp;nbsp;is important,&amp;nbsp;as this is how the parameters are managed in Cosmos DB.&lt;/p&gt; 
&lt;p&gt;The&amp;nbsp;Postgres&amp;nbsp;configuration file is a newline delimited list of parameters, where strings are defined with a single&amp;nbsp;quote (‘). For example, the following configuration file sets two parameters: log_line_prefix&amp;nbsp;and&amp;nbsp;archive_command.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Code snippet:&lt;/p&gt; 
&lt;h2&gt;The vulnerability&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Our investigation&amp;nbsp;started by looking for interesting configuration values that&amp;nbsp;Azure allows us to set to arbitrary values.&amp;nbsp;We&amp;nbsp;were about to shift our focus when&amp;nbsp;something caught our eye.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Whereas most of the editable parameters either have a list of allowed values or allow a closed set of characters, log_line_prefix was unique in the way and allowed any&amp;nbsp;character&amp;nbsp;apart from&amp;nbsp;a single quotation mark.&lt;/p&gt; 
&lt;p&gt;The&amp;nbsp;reason&amp;nbsp;that they are interested in limiting that character is&amp;nbsp;apparent&amp;nbsp;from the&amp;nbsp;Postgres config file format.&amp;nbsp;If we could insert a single quote, we would be able to close the value string and start a new&amp;nbsp;parameter in a new line.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The forgiving limitation&amp;nbsp;gave us some room to&amp;nbsp;get creative and&amp;nbsp;insert characters&amp;nbsp;that&amp;nbsp;the original developers&amp;nbsp;hadn’t&amp;nbsp;thought of, and try to get unexpected results.&lt;/p&gt; 
&lt;p&gt;Surprisingly, trying to insert the control characters supported by the JSON format did not raise any problems, and after a few attempts, we discovered that putting a&amp;nbsp;form feed (\f)&amp;nbsp;in front of the single&amp;nbsp;quotation&amp;nbsp;mark allowed us to bypass the validation&amp;nbsp;and insert the forbidden character.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;At this point, the server logs&amp;nbsp;indicate&amp;nbsp;a syntax error&amp;nbsp;related to a single apostrophe&amp;nbsp;while trying to reload the configuration file.&lt;/p&gt; 
&lt;p&gt;Notice the “message” field:&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;The next step is to insert a new&amp;nbsp;line so that we can&amp;nbsp;inject a new configuration definition.&amp;nbsp;For the proof of concept,&amp;nbsp;we decided to use&amp;nbsp;hello,&amp;nbsp;a variable that does not exist&amp;nbsp;in Postgres.&lt;/p&gt; 
&lt;p&gt;Getting&amp;nbsp;the API to accept our payload required&amp;nbsp;a double newline,&amp;nbsp;or&amp;nbsp;we would get&amp;nbsp;an error&amp;nbsp;regarding&amp;nbsp;the second single quote.&amp;nbsp;We did&amp;nbsp;not completely understand why this&amp;nbsp;double newline, or&amp;nbsp;the form feed character,&amp;nbsp;allowed&amp;nbsp;us to bypass the&amp;nbsp;server-side check.&amp;nbsp;This&amp;nbsp;new payload&amp;nbsp;caused&amp;nbsp;a new and exciting error, unrecognized configuration parameter,&amp;nbsp;letting&amp;nbsp;us know that we could now inject parameters of our choice.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;At this point, it is clear that we can execute code with the &lt;span style="font-weight: bold;"&gt;&amp;lt;code&amp;gt;archive_command&amp;lt;/code&amp;gt;&lt;/span&gt; parameter, whose value is a command periodically run to archive WAL logs. This would&amp;nbsp;look something&amp;nbsp;like this.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Since&amp;nbsp;we&amp;nbsp;could&amp;nbsp;have been accessing critical infrastructure, we&amp;nbsp;involved&amp;nbsp;Microsoft and requested&amp;nbsp;permission to&amp;nbsp;test&amp;nbsp;code&amp;nbsp;execution&amp;nbsp;before continuing.&amp;nbsp;Our&amp;nbsp;request&amp;nbsp;was denied,&amp;nbsp;but&amp;nbsp;Microsoft tested itself&amp;nbsp;and confirmed the&amp;nbsp;issue&amp;nbsp;as an important&amp;nbsp;RCE.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Best&amp;nbsp;practices for&amp;nbsp;Azure managed databases&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;Misconfigurations and excessive permissions&amp;nbsp;remain&amp;nbsp;the most common root causes of cloud breaches. Vulnerabilities like Azure Feeding Frenzy highlight the importance of hardening both identity and data layers&amp;nbsp;—&amp;nbsp;not only to prevent exploitation, but also to reduce the blast radius if an issue is discovered in a cloud-managed&amp;nbsp;component.&lt;/p&gt; 
&lt;p&gt;The following best practices help reinforce defense-in-depth across Azure environments.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;Entra ID (Identity&amp;nbsp;layer)&amp;nbsp;&lt;/h3&gt; 
&lt;span style="color: #0077ff;"&gt;&lt;strong&gt;1.&lt;/strong&gt;&lt;/span&gt;
&lt;strong&gt; Enforce least privilege for all privileged users&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;p&gt;Regularly audit all Entra ID roles,&amp;nbsp;especially those with access to compute, data, and management-plane operations. Ensure that administrators, automation principals, and developers have only the exact privileges&amp;nbsp;required&amp;nbsp;for their tasks.&amp;nbsp;&lt;/p&gt; 
&lt;strong&gt;&lt;span style="color: #0077ff;"&gt;2. &lt;/span&gt;Secure common identity entry points&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;ul&gt; 
 &lt;li&gt;Malicious or over-permissioned applications&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;ul&gt; 
 &lt;li&gt;External or guest user&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;ul&gt; 
 &lt;li&gt;Highly&amp;nbsp;privileged&amp;nbsp;internal users&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Apply tighter restrictions to these identities, review their assignments periodically, and remove any unnecessary access.&amp;nbsp;&lt;/p&gt; 
&lt;strong&gt;&lt;span style="color: #0077ff;"&gt;3.&lt;/span&gt; Require phishing-resistant MFA and conditional access&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;p&gt;Protect access to all critical infrastructure,&amp;nbsp;including Azure management,&amp;nbsp;using phishing-resistant MFA options. Combine with Conditional Access to enforce device trust, location rules, and session restrictions.&amp;nbsp;&lt;/p&gt; 
&lt;h3&gt;Database Layer&amp;nbsp;&lt;/h3&gt; 
&lt;strong&gt;&lt;span style="color: #0077ff;"&gt;1.&lt;/span&gt; Apply least privilege to database roles and application accounts&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;p&gt;Ensure database roles map precisely to operational needs. Client-facing or application identities,&amp;nbsp;especially those used by web apps or APIs,&amp;nbsp;should have minimal permissions and never run under superuser or administrative roles.&amp;nbsp;Also&amp;nbsp;avoid enabling extensions, settings, or features unless absolutely necessary.&amp;nbsp;&lt;/p&gt; 
&lt;strong&gt;&lt;span style="color: #0077ff;"&gt;2.&lt;/span&gt;&amp;nbsp;Use federated&amp;nbsp;authentication instead of local credentials&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;p&gt;Where possible, integrate PostgreSQL with Entra ID or other federated identity providers. This centralizes identity lifecycle management and reduces risk from long-lived or hard-coded database passwords.&amp;nbsp;&lt;/p&gt; 
&lt;strong&gt;&lt;span style="color: #0077ff;"&gt;3.&lt;/span&gt; Collect and actively monitor audit logs&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;p&gt;Enable PostgreSQL and Azure-native audit logs and&amp;nbsp;forward&amp;nbsp;them to a SIEM for anomaly detection. Monitor for:&amp;nbsp;&lt;/p&gt; 
&lt;ul&gt; 
 &lt;li&gt;Unexpected configuration changes&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;ul&gt; 
 &lt;li&gt;Suspicious SQL commands&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;ul&gt; 
 &lt;li&gt;Newly created users or roles&amp;nbsp;&lt;/li&gt; 
&lt;/ul&gt; 
&lt;p&gt;Rapid visibility into unusual activity can significantly reduce detection and response time.&amp;nbsp;&lt;/p&gt; 
&lt;strong&gt;&lt;span style="color: #0077ff;"&gt;4.&lt;/span&gt; Use network isolation and private endpoints&amp;nbsp;&lt;/strong&gt;
&lt;br&gt; 
&lt;p&gt;Place managed databases behind private endpoints and restrict access to approved&amp;nbsp;VNets, workloads, or identities. Avoid exposing PostgreSQL publicly.&amp;nbsp;&lt;/p&gt; 
&lt;h2&gt;Disclosure timeline and&amp;nbsp;recommendations&amp;nbsp;&lt;/h2&gt; 
&lt;p&gt;We disclosed the vulnerability to Microsoft, and a fix was released in the summer of 2025. No further action is required by customers using Azure Cosmos DB for PostgreSQL.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;While&amp;nbsp;no action is&amp;nbsp;required,&amp;nbsp;this is another reminder&amp;nbsp;for security teams&amp;nbsp;to ensure&amp;nbsp;that privileges&amp;nbsp;—&amp;nbsp;especially to&amp;nbsp;data containers such as databases&amp;nbsp;—&amp;nbsp;are&amp;nbsp;properly managed.&lt;/p&gt; 
&lt;p&gt;This vulnerability required privileges to the&amp;nbsp;management&amp;nbsp;API of a Cosmos DB for PostgreSQL to be exploited in a client environment.&amp;nbsp;If the Azure Cosmos DB for PostgreSQL user had&amp;nbsp;properly managed&amp;nbsp;privileges, there would be a drastic reduction in the probability of the vulnerability being exploited&amp;nbsp;within the&amp;nbsp;user’s&amp;nbsp;environment.&amp;nbsp;&lt;/p&gt; 
&lt;p&gt;Stay up to date on the latest threats in Azure with &lt;a href="https://www.varonis.com/varonis-threat-labs?hsLang=en"&gt;Varonis Threat Labs&lt;/a&gt; by &lt;a href="https://www.varonis.com/blog/tag/threat-research?hsLang=en"&gt;exploring more of our research&lt;/a&gt;.&lt;/p&gt;  
&lt;img src="https://track.hubspot.com/__ptq.gif?a=142972&amp;amp;k=14&amp;amp;r=https%3A%2F%2Fwww.varonis.com%2Fblog%2Frce-on-azure-cosmos-for-postgresql&amp;amp;bu=https%253A%252F%252Fwww.varonis.com%252Fblog&amp;amp;bvt=rss" alt="" width="1" height="1" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important; "&gt;</content:encoded>
      <category>Threat Research</category>
      <pubDate>Mon, 11 May 2026 14:26:18 GMT</pubDate>
      <guid>https://www.varonis.com/blog/rce-on-azure-cosmos-for-postgresql</guid>
      <dc:date>2026-05-11T14:26:18Z</dc:date>
      <dc:creator>Coby Abrams</dc:creator>
    </item>
  </channel>
</rss>
