Habr•August 15, 2026•🇷🇺Translated from Russian

Israeli Firm Reveals First Known AI-Led Breach of Taiwanese Government Systems

An Israeli company Dream discovered an open 160 MB archive while monitoring cybercriminal forums. The archive contained 1,395 files including reports, logs and data exports that reconstructed an entire cyber operation conducted between 1 and 4 July 2026 against government systems later identified by Financial Times as belonging to Taiwan.

The operation consisted of 12 sequential waves. In each wave up to eight sub-agents operated in parallel, each assigned its own target and technique. After a human operator launched the system and defined initial scope, all reconnaissance, exploitation decisions, recovery from failed attempts and persistence actions were performed autonomously by the agents.

The agents began with a single government portal, downloaded its scripts and extracted embedded API endpoints and single-sign-on configuration. This produced a map of 21 linked government systems. They then exploited forgotten debug endpoints that required no authentication, ultimately obtaining 85 employee accounts and exfiltrating more than 2,500 personnel records while installing backdoors on state web applications.

The framework did not stop at primary targets. It expanded to government IT suppliers, the national email platform, at least seven energy companies and the nuclear safety agency, scanning them in parallel. All offensive tooling came from two freely available open-source projects: Hermes and OpenClaw. No proprietary exploits or closed-source components were present.

The model safety mechanisms were bypassed simply by describing the task as an authorized penetration test. Researchers could not identify the exact underlying model but noted that open-weight models typically apply weaker refusal filters. The operation left almost no zero-day artifacts; every successful compromise used exposed endpoints, disabled signature validation or missing authentication.

Detection was difficult because the agents produced traffic patterns that closely resembled normal automated scanning. The decisive difference appeared only after initial access: the agents used the 85 compromised accounts to move laterally through the single-sign-on fabric, achieving 84 successful authentications without triggering multi-factor prompts or user confirmation. The system also performed its own validation, rejecting seven false-positive findings after cross-checks by multiple agents.

Related articles

AntiMalware•AI Security

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

More than 15,000 companies are already using AI-powered information security services in public clouds to detect attacks in real time, triage alert streams, and address vulnerabilities faster than human teams can process thousands of notifications. Yandex Cloud's threat report for the first half of 2026 shows attackers moving away from stolen passwords toward exploiting vulnerabilities in public applications. Specific attempts observed in Russian clouds include the critical React2Shell flaw along with Linux kernel issues Copy Fail and Dirty Frag. Companies are handing routine tasks such as alert prioritization, incident data collection, and initial investigations to AI agents while keeping human oversight for critical vulnerability remediation. The report notes that retail has become the top attack target at 39 percent, followed by manufacturing at 29 percent, while the IT sector dropped to 20 percent. Modern defenses now require behavioral detectors, unified telemetry, and AI agents to match the accelerated pace of attacks.

AntiMalware•AI 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.

Habr•AI 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.

Habr•AI 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.