惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
C
Check Point Blog
月光博客
月光博客
腾讯CDC
Engineering at Meta
Engineering at Meta
博客园 - Franky
Vercel News
Vercel News
D
Docker
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
雷峰网
雷峰网
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
GbyAI
GbyAI
B
Blog
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog

The Register - Security

Are we human? MyPillow must decide whether to be firm or soft as ransomware crims demand pay Experts pour cold borscht on Farage's Russian hack claim AI eyes scanning for bugs create a worrisome Linux security trend A Russian speaker and jailbroken Gemini went on a hacking spree and emptied at least one MAGA victim's crypto wallets Techie claims Trump Mobile website was leaking thousands of people's data Dems slam Trump for making cybersecurity hold out the tin cup while splurging on ballroom and Jan. 6 'slush fund' Attackers spill plaintext passwords of 46k Myspace93 users after 2021 breach Microsoft open-sources agentic AI safety tools Are we human? America's top cyber-defense agency left a GitHub repo open with with passwords, keys, tokens – and incredibly obvious filenames America's top cyber-defense agency left a GitHub repo open with passwords, keys, tokens – and incredibly obvious filenames Shai-Hulud copycat worm infects yet another npm package MPs want social media treated more like unsafe toys than harmless apps Nobody believes the 'criminals and scumbags' who hacked Canvas really deleted stolen student data To gain root access, intruder just had to ask AWS patched Quick auth bypass, says customers weren't using control Disgruntled researcher releases two more Microsoft zero-days Malware crew TeamPCP open-sources its Shai-Hulud worm on GitHub Foxconn confirms cyberattack after ransomware crew claims it stole confidential Apple, Nvidia files US bank reports itself after slinging customer data at 'unauthorized AI app' Anthropic’s bug-hunting Mythos was greatest marketing stunt ever, says cURL creator Best Western Hotels confirms web app data breach Arctic Wolf cuts 250 jobs in AI push 1 in 8 workers say selling company logins is justifiable Iran cyberspies LARPing as ransomware crims in espionage ops UK age-gating plans risk breaking the internet, privacy groups warn India orders infosec red alert in case Mythos sparks crime 'CopyFail' attackers start cashing in on Linux flaw ShinyHunters claims dump puts 119K Vimeo emails in the wild
Commvault has a Ctrl+Z for rogue AI agents
O'Ryan Johnson O'Ryan Johnson · 2026-04-15 · via The Register - Security

Security

The company's new software keeps an eye on your agents and backs up data.

Keep your agents close and your agent-monitoring software closer. Commvault’s new AI Protect can discover and monitor AI agents running inside AWS, Azure, and GCP environments and even roll back their actions when something goes wrong.

It is part of a broader set of new products as the 30-year-old data protection company hopes to position itself at the center of AI resilience, which is a rapidly growing subset of tools.

Identity access and management platform Okta last month announced the general availability of its Okta for AI Agents, which gives customers the ability to locate agents, see what they're doing, and shut them down if need be.

The other two new Commvault products, Data Activate and AI Studio, focus on preparing backup data for machine learning pipelines and giving organizations tools to build and deploy their own agents.

Commvault’s field CTO Vidya Shankaran told The Register that the products come at a time when enterprises are racing to deploy AI agents but struggling to govern them.

"A lot of organizations tend to miss the fact that you need to start protecting the vector databases, which is essentially the brains of your entire AI stack," Shankaran said.

The vector database stores the embeddings that large language models rely on, she said. If it’s compromised or lost, she said, "you would either have to rebuild it from scratch or retrain the model. No one has that luxury of time anymore."

AI Protect is designed to track and respond to what AI agents are doing across cloud environments including AWS, Azure, and GCP. The tool discovers agents, maps their dependencies, and monitors their behavior for anomalies. Shankaran described it as a baseline deviation model: the system ingests events over time, establishes normal behavior patterns, and then flags deviations like an agent that suddenly gains access to payroll data it previously could not reach.

“We will bubble up to the surface any anomalous behavior. First we notify and then, of course, provide the options to roll out the configuration files of those agents or fix the data that was already being protected,” she told The Register.

When something does go wrong, AI Protect can restore an agent’s configuration or repair the data it corrupted by reverting to a known good state, Shankaran said. She noted that it can only monitor and revert; it cannot stop or control third-party agents directly.

"We would rather stay in our own swim lane," she said, "and not really overreach and say, ‘Hey, Salesforce agent, don’t do that.’ "

Data Activate lets organizations use the backup copies Commvault already manages to train AI models, which puts less strain on live systems.

Those copies can be classified to exclude personally identifiable information, then published in formats like Apache Iceberg and Parquet for use with platforms such as Snowflake and Databricks, Shankaran said. This is a way for Commvault customers to get more value from data that would otherwise sit idle.

"You’re already protecting that data with Commvault," she said. "You’re just going to use that protected copy to feed into the AI pipeline."

Of course, even as Commvault promises to help you lock down rogue agents, it's also going to add to the morass: AI Studio is a group of prebuilt agents that Commvault customers can use for common data-protection tasks, the company said. It also has tools for organizations to build their own agents. The idea is to let Commvault’s agents interact with agents from other platforms – so a Salesforce agent, for example, might coordinate with a Commvault agent to ensure data is both accessible and protected, Shankaran said. The studio also supports Commvault’s Model Context Protocol (MCP) server for integration with other enterprise systems. ®