HabrSeptember 11, 2026🇷🇺Translated from Russian

Detecting Lateral Movement with Neural Networks Trained Solely on Synthetic Data

A researcher has demonstrated that neural networks trained exclusively on synthetic data can effectively detect lateral movement in real enterprise networks. The method relies on a compact 135-line configuration that defines an entire fictional corporate environment, including user accounts, machines, roles, and authentication histories. No real attack logs were used during training or threshold tuning.

The synthetic generator creates five classes of machines: ordinary workstations, high-traffic servers, newly added systems, compromised hosts, and hosts that are both new and compromised. This structure forces the model to learn the difference between legitimate novelty and attacker-driven novelty. Authentication events are produced deterministically from the configuration, yielding roughly 400,000 events in seconds on a laptop.

After training, the models were tested on the public Los Alamos National Laboratory Comprehensive Multi-Source Cyber-Security Events dataset containing 1.65 billion authentication records over 58 days. The red-team ground truth included 749 labeled events involving 104 compromised accounts and 301 destination machines, with 94 percent of activity originating from a single beachhead.

The best ensemble of six networks ranked 3.6 million hourly machine windows by suspicion. Sixteen of the 23 highest-ranked windows corresponded to actual red-team activity, leaving only seven false positives for analysts to review. A conventional count-based detector required 161,000 false positives to surface the same sixteenth attack.

The work also revealed a practical refinement loop: each false negative on real data pointed to a missing phenomenon in the synthetic world, which could be added with two additional configuration lines. The resulting models achieved AUC scores within the range reported by research groups that trained directly on labeled real-world data.

Related articles

HabrAI Security

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.

HabrAI Security

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.

HabrAI Security

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.

BoletimSecAI Security

US Accuses Chinese AI Companies of Industrial-Scale Model Distillation Targeting Claude, GPT, Gemini and Grok

US agencies have accused six Chinese artificial intelligence firms of conducting large-scale unauthorized distillation operations to replicate advanced capabilities from leading models including Claude, GPT, Gemini, and Grok. The activity is reported to have begun at least by late 2024 and involved DeepSeek, Moonshot AI, Alibaba, MiniMax, StepFun, and Z.AI. Billions of tokens were extracted through millions of automated API requests routed via cloud providers, aggregators, and proxies to conceal origins and evade detection. The targeted capabilities included chain-of-thought reasoning, programming, software engineering, autonomous agent functions, and multimodal processing. Shared premium accounts and bulk subscriptions were used to lower costs while automated route-switching systems helped maintain access after blocks. Authorities assess that the sophistication and volume indicate distillation has become a core development method for these companies and likely occurred with Chinese government awareness. China has rejected the claims, stating its AI progress stems from independent innovation and calling the allegations unfounded.