Thales Group Report Reveals Surge in AI Agent Adoption and Rising Cybersecurity Budgets Worldwide
Thales Group has released a comprehensive report examining how artificial intelligence is reshaping information security practices around the globe. The study, based on responses from more than 3,000 participants in 20 countries, highlights both the opportunities and the mounting risks created by widespread AI adoption.
According to the findings, 34 percent of organizations are already using AI agents in their operations, while 73 percent intend to implement them within the coming year. The introduction of these autonomous agents has accelerated data processing speeds and volumes, making it significantly harder for security teams to maintain adequate protection levels.
As a direct consequence, the number of companies earmarking dedicated budgets for AI-related security has grown by 50 percent year-over-year. Last year only 20 percent of respondents allocated specific funds for AI security; this year the figure has risen to 30 percent. Nevertheless, 53 percent still cover AI protection costs from their general information-security budgets.
Speed of change within AI ecosystems was cited by 70 percent of respondents as a major security challenge. Additionally, 61 percent confirmed that their AI applications had become direct targets of attacks aimed at exfiltrating sensitive information. New forms of reputational harm are also emerging: 48 percent of organizations reported financial losses caused by AI-generated disinformation, and 59 percent encountered deepfake-based attacks.
Among realized AI-driven attacks, those focused on disclosing confidential data showed the strongest growth. Cloud resources continue to dominate attacker priorities, with cloud storage named by 35 percent, SaaS applications by 34 percent, and cloud management infrastructure by 32 percent of respondents. User credentials have climbed from eighth to fifth place among top targets, cited by 21 percent, while identity data moved from tenth to sixth place.
Regular security audits demonstrate clear benefits. More than half of organizations that conduct routine audits reported no data leaks from cloud services (54 percent) or corporate systems (57 percent). In contrast, only 6 percent of companies that skipped audits could claim the same. Human error remains the leading cause of incidents, accounting for 28 percent of breaches.
Russian companies share concerns about public AI services
The InfoWatch expert center also presented results from a survey conducted by the Russian BISA association among domestic information-security and IT specialists. Respondents identified the transfer of confidential data to public AI services as the primary threat vector (89 percent), followed by risks associated with embedded AI agents and unintended disclosure to third parties (both 59 percent).
Almost half (46 percent) of Russian respondents said they had either experienced or were aware of data leaks involving generative AI tools. While 59 percent acknowledged the value of AI in daily workflows, they stressed the need for better regulation, methods to detect AI-generated text, and mechanisms to recall data from public models. Most organizations currently allow limited use of AI tools (46 percent) and rely on employee training (48 percent) and enhanced monitoring (30 percent) to mitigate risks.
Related articles
Agent-Ops 0.4.0 Released: Methodology for Secure Human-AI Collaboration in IT Operations
Sergey Zhitinsky, founder of Git in Sky, has published the public normative candidate for Agent-Ops 0.4.0, an open industry methodology governing how engineers and AI agents jointly handle IT infrastructure tasks. The framework keeps humans firmly in the decision-making loop while using deterministic programs for data collection and approved changes. It addresses risks such as prompt injection through processed data, unverified model outputs, and unclear accountability when AI recommendations lead to incidents. The methodology divides work across eight explicit steps and three separate planes: data, governance, and independent verification performed by a Guardian role. Two additional companies have joined as maintainers following agreements at the IT Elements 2026 conference, turning the project into a multi-organization effort. Contributors are invited to help refine contracts, schemas, and operational scenarios through GitHub and GitVerse.
ProxyKey MCP: Securing API Access for AI Agents Without Exposing Credentials
ProxyKey has released an MCP server that allows AI coding agents such as Claude Code and Cursor to manage API credentials without ever reading the actual secret values. The solution addresses the risk that any key visible to an agent becomes compromised through logging, tracing, or prompt injection. Real provider keys are stored encrypted with AES-256-GCM and never returned by any API endpoint after initial entry. Agents instead receive limited virtual passes that support IP binding, rate limits, TTL, and detailed request logging. A pending-secret workflow lets agents prepare services before the real token exists, with the human entering the secret only through a web panel. The approach deliberately restricts the MCP tool contract so no operation can read or return secret values.
Shadow AI in CI/CD: Why AI Agents Must Be Modeled as Security Threats
A new analysis from the CNCF highlights the growing risks of Shadow AI within continuous integration and continuous deployment pipelines. The report argues that AI agents should be treated as potential threats rather than simple productivity tools. Starting from a developer's laptop and extending to Kubernetes clusters, these agents can introduce unauthorized access paths and data exposure risks. Security teams are urged to incorporate AI agent behavior into formal threat modeling exercises. The discussion emphasizes the need for visibility and control over autonomous AI components operating in production environments.
Detecting Lateral Movement with Neural Networks Trained Solely on Synthetic Data
A researcher generated entire corporate network histories using a 135-line configuration file to create synthetic authentication logs containing lateral movement attacks. Neural networks trained exclusively on these artificial datasets were then evaluated against 1.65 billion real authentication events from Los Alamos National Laboratory, including 749 red team events across 301 compromised machines. The best ensemble of six models flagged 3.6 million hourly machine windows and placed 16 genuine attacks among the top 23 highest-scoring entries, producing only seven false positives. In comparison, a simple threshold counter required 161,000 false alarms to reach the same detection level. The approach also demonstrated an iterative feedback loop where detector errors directly informed refinements to the synthetic world generator. The work shows that synthetic data can reach AUC performance comparable to models trained on real labeled attacks while providing full control over the underlying attack definitions.