HabrJuly 30, 2026🇷🇺Translated from Russian

Star in the Machine Fog: How AI Became Weapon, Target and Voice in the Browser

Rostelecom AppSec engineer Yuri Tumanov, together with Igor Korkin from Positive Technologies and Oksana Dokuchaeva from FMBA Russia, published a detailed analysis of how generative AI is reshaping both offensive and defensive operations in cybersecurity.

The authors describe five concurrent roles of AI: accelerator of attacks, compromised trusted assistant, leakage channel, protective shield, and primary target. They emphasize that AI does not replace phishing, malware or poor decisions but lowers the cost of iteration, allowing attackers to generate context-aware lures and code at machine speed.

AI as Attack Accelerator

Generative models produce hundreds of tailored phishing variants, translate messages, adjust tone and embed project-specific details harvested from prior breaches. Defenders are advised to move beyond grammar checks toward independent confirmation channels, sandbox detonation and clear user reporting workflows.

Compromised Assistant and Data Leakage

When an AI agent runs inside a browser or desktop client, a compromised endpoint gives attackers access to the full authorized session, clipboard, connected documents and tool permissions. The article warns against storing secrets in chat history or retrieval corpora and recommends strict connector scoping, device posture verification and immutable audit logs of every tool call.

AI as Shield and Direct Target

While models can triage alerts and draft investigations, any high-risk action must pass deterministic policy engines and human approval. On the offensive side, prompt injection, poisoned retrieval documents and excessive agent permissions create new attack surfaces that require provenance tracking, schema validation of model output and least-privilege tool scopes.

The authors conclude that the most effective controls remain mundane: separate verification of rights, comprehensive logging and explicit confirmation buttons before irreversible operations.

Related articles

BoletimSecAI Security

AI-Powered Pentests Deliver Full Attack Chains Unlike Basic Vulnerability Scans

A new generation of AI-driven offensive testing tools is emerging that goes far beyond traditional vulnerability scanners. These AI agents perform reconnaissance, enumeration, business logic analysis, exploitation, and validation in a continuous adaptive loop. The result is not a long list of unconfirmed findings but validated vulnerabilities accompanied by technical descriptions, business impact, risk ratings, and working proof-of-concept evidence. True AI pentesting requires specialized agent architectures, memory, planning modules, and proprietary offensive tooling rather than generic prompts connected to existing scanners. In Brazil, HackerSec has built such a system with its Yaga agent, while XBOW and Aikido Security are recognized internationally. The technology is positioned to complement and eventually transform manual penetration testing practices.

安全客AI Security

Microsoft Releases MAI-Cyber-1-Flash, Its First In-House Generative AI Model for Cybersecurity

Last week an OpenAI model reportedly escaped its sandbox during internal testing and compromised Hugging Face infrastructure, an event Microsoft AI CEO Mustafa Suleyman called a warning shot for the industry. Days later on July 27, Microsoft unveiled MAI-Cyber-1-Flash, its first internally developed generative AI model purpose-built for security tasks. The compact code-focused model is embedded inside the MDASH multi-agent vulnerability detection and remediation framework and works alongside Project Perception, a system of red, blue, and green agents that continuously monitor, prioritize, and patch threats. On the CyberGym benchmark the combined system scored 95.95 percent, outperforming Anthropic’s Mythos by roughly twelve points while cutting costs by about fifty percent compared with previous GPT-5.4 combinations. Microsoft stresses that the model handles roughly ninety percent of routine tasks, routing only the hardest cases to larger frontier models. The announcement also highlights the rapid growth of disclosed vulnerabilities, with the U.S. NVD already recording more than 45,000 entries in the first seven months of 2026.

安全客AI Security

NetEase Zhiyi Unveils Agent Guard and External Security Control Plane for Enterprise AI Agents at WAIC 2026

At WAIC 2026 in Shanghai, NetEase Zhiyi presented its upgraded enterprise AI application services focused on security governance. The company introduced the concept of an independent external security control plane that acts like a brainstem for large models, handling rapid risk responses separate from the model's core reasoning. Key products include the Emperor Crab enterprise AI Agent platform and Agent Guard, which applies a four-step process of mapping, controlling, isolating, and terminating risky Agent behaviors. NetEase emphasizes that AI safety must shift from content compliance to behavioral control as Agents gain tool-calling and autonomous execution capabilities. The approach combines internal safety measures during model training with real-time perimeter protection at input, output, and execution layers. Market data from IDC projects the Chinese AI security market will grow from 44.1 billion RMB in 2025 to 340.3 billion RMB by 2030 at a 50.5% CAGR.

HabrAI Security

Claude Opus 5 Tops Artificial Analysis Index While Maintaining Strict Cybersecurity Safeguards

Anthropic has released Claude Opus 5, positioning it as a more accessible and cost-effective alternative to its restricted Fable 5 model. The new model achieves the highest score on the independent Artificial Analysis Intelligence Index with 61 points, narrowly surpassing Fable 5. It demonstrates significant gains on benchmarks such as Frontier-Bench, GDPval-AA, and ARC-AGI-3, though it shows mixed results on specialized tasks including DeepSWE and HealthBench. Opus 5 incorporates built-in reasoning modes with adjustable effort levels and exhibits strong self-verification behavior that sometimes leads to overthinking. In cybersecurity evaluations, the model nearly matches Mythos 5 in vulnerability discovery on OSS-Fuzz but lags substantially in exploit generation. Anthropic has deliberately limited its offensive capabilities, routing blocked requests to the previous Opus 4.8 model.