AntiMalwareSeptember 4, 2026🇷🇺Translated from Russian

Over 15,000 Companies Deploy AI Agents to Combat Cloud Cyberattacks

More than 15,000 companies have adopted AI-driven security services in public clouds to identify attacks in real time, sort through alert volumes, and remediate vulnerabilities before security teams can review every notification. The findings come from Yandex Cloud's report on threats targeting cloud and hybrid infrastructures during the first half of 2026.

Attack patterns have shifted noticeably. Whereas stolen credentials once served as the primary entry point into corporate networks, adversaries now increasingly target vulnerabilities in publicly exposed applications. Russian cloud environments recorded exploitation attempts involving the critical React2Shell flaw as well as Linux kernel problems Copy Fail and Dirty Frag.

Manual patching of every discovered weakness is no longer feasible, prompting organizations to delegate routine operations to AI agents. These agents instantly prioritize issues, perform alert triage, gather incident information, and conduct preliminary investigations. Human specialists remain involved only for the remediation of critical vulnerabilities, as businesses continue to withhold full administrative access from automated systems.

Yandex Cloud analysts emphasize that contemporary corporate defenses require behavioral detectors, unified telemetry, and AI agents. The classic workflow of receiving an alert, opening a ticket, and reviewing it later is increasingly outpaced by attackers. Target priorities have also changed: retail now accounts for 39 percent of attacks, manufacturing follows at 29 percent, and the IT sector has fallen to 20 percent.

Related articles

AntiMalwareAI Security

OpenAI GPT-6 Astra Reaches 100% Exploit Generation Accuracy on ExploitBench

OpenAI has unveiled GPT-6 Astra, its latest model that demonstrates unprecedented capability in generating working exploits from known vulnerabilities. The model scored a perfect 100% on ExploitBench, significantly outperforming the previous GPT-5.6 Sol at 78.5%. In tests involving recently disclosed vulnerabilities, Astra achieved arbitrary code execution in 39% of cases compared to 11.5% for its predecessor and discovered two previously unknown zero-day flaws. Due to these capabilities, OpenAI has restricted the public release to safe code analysis and patch development only, blocking requests for proof-of-concept exploits. Expanded access for vulnerability research and malware analysis will be provided through the Daybreak program to selected defenders, while the company adds stronger jailbreak protections and activity monitoring.

HabrAI Security

How to Interact with AI Models Without Exposing Sensitive Data

The article provides practical guidance on minimizing data leakage risks when using popular AI chatbots such as ChatGPT, Gemini, Claude and GigaChat. It explains that conversations are routinely scanned by automated filters and may be reviewed by human moderators or shared with law enforcement upon request. Key recommendations include disabling model training on user data, replacing sensitive values with placeholders, regularly deleting chat histories and verifying downloaded models for malicious injections. The guide also demonstrates local deployment using Ollama and secure API integration through the ChatBox client with Cloud.ru’s Evolution Foundation Models service. Local execution in Docker containers is presented as the most private option, although it requires significant computational resources. The author stresses that even after disabling training, data may still reach moderators and that users remain responsible for their own information.

HabrAI Security

Raft Develops Multilabel Guardrail Classifier Detecting 15 Risk Categories with 3x Speed and Cost Gains

Raft has released details on a custom multilabel guardrail classifier designed to scan both incoming prompts and model outputs for 15 distinct risk categories in real time. The system handles Russian and English text while maintaining independent thresholds for each category to balance false positives against critical misses. By switching from a PyTorch baseline to TensorRT inference on NVIDIA RTX 3090 hardware, the team achieved a 2.95x reduction in single-request latency and lowered inference cost to $0.062 per million requests. The architecture uses per-category expert query tokens plus a lightweight interaction transformer to capture correlations such as those between armament and violent content. Training relied on asymmetric loss functions and post-epoch per-class threshold tuning rather than standard binary cross-entropy. Benchmarking against nine open guardrail and toxicity models showed superior macro-F1 on rare but high-impact categories while remaining an order of magnitude cheaper than external LLM judges.

安全客AI Security

Zhou Hongyi Warns AI Tools Are Industrializing Vulnerability Discovery

At the Fourth Cyberspace Security Forum in Tianjin, 360 founder Zhou Hongyi stated that vulnerability mining is shifting from artisanal workshops to automated production lines, compressing discovery cycles from months or years down to hours. AI tools such as Mythos are standardizing and automating the process, enabling attackers to replicate elite hacker expertise at scale through distilled models and agent swarms. 360's own Tulongfeng platform has already discovered over 10,000 vulnerabilities since its June release, including long-hidden high-risk flaws in Windows, Office, OpenClaw, Flowise, and Codex. The emergence of multi-agent systems introduces new attack surfaces because compromised agents can autonomously collaborate and move laterally faster than human operators. Zhou described this as the "second one-way transparency," where offensive tradecraft becomes copy-pasteable via prompts and toolchains. Defenders are advised to adopt "model-versus-model" strategies, automate vulnerability intelligence workflows with SOAR, enforce strict agent permission audits, and integrate AI into their own code review and detection engineering processes.