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

推荐订阅源

V
Visual Studio Blog
Microsoft Azure Blog
Microsoft Azure Blog
WordPress大学
WordPress大学
小众软件
小众软件
Last Week in AI
Last Week in AI
月光博客
月光博客
博客园 - 聂微东
Recent Announcements
Recent Announcements
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky
云风的 BLOG
云风的 BLOG
量子位
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
博客园 - 司徒正美
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
宝玉的分享
宝玉的分享

The Register - Security

India's cyber agency sets clock at 12 hours to tackle exploited bugs as AI turns up the heat 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
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. ®