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
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.
Check Point Research Uncovers Cross-Session Command Channel in ChatGPT via JFrog Artifactory
Researchers at Check Point Research identified a covert channel that allowed commands to be passed between isolated ChatGPT sessions belonging to different user accounts. The channel exploited an internal JFrog Artifactory instance used by ChatGPT containers for package installation, enabling containers to read and write repository metadata that effectively served as a shared buffer. Attackers could inject malicious instructions into a victim's context through copied prompts, shared conversations, or custom GPTs, causing the assistant to execute hidden tasks while returning normal responses. In a demonstration, ChatGPT silently retrieved data from a connected Gmail account and forwarded it to the attacker's account. The technique potentially exposed chat history, uploaded files, and data from connected services including Google Drive, Microsoft Teams, and GitHub. OpenAI confirmed the affected Artifactory instance has been decommissioned, eliminating the channel, with no evidence of real-world exploitation reported.
Stop Asking If an AI Skill Is Safe — Ask What It Can Do Instead
A detailed analysis warns that AI agent skills distributed as simple text files can execute malicious commands with full user privileges. The article examines how prompt injection attacks embedded in skill.md files have already led to credential theft and persistent malware that survives system restores. Research by Snyk on 3984 public skills found that 36.8 percent contained at least one security issue and 13.4 percent had critical flaws. The author argues that traditional security badges are ineffective because skills can dynamically load payloads, target reviewers with injection, or change after initial review. Instead, a new tiered system called skill-xray classifies capabilities from inert text (T0) to runtime code loading (T4) and binds results to content hashes. The approach is implemented in an open-source MIT-licensed tool that combines static regex scanning with agent-based reporting to surface risks without issuing false safety guarantees.
Ideco NGFW Novum v23 Adds Shadow AI Discovery, Dynamic Routing and QoS Controls
Ideco has released NGFW Novum v23, introducing detection for 83 AI application protocols including ChatGPT, Claude, DeepSeek, GigaChat and YandexGPT. The update enables organizations to identify Shadow AI usage across networks without mandatory TLS decryption and adds new content-filter categories for AI agents and AI services. Enterprise routing capabilities have been expanded with Prefix lists, Route maps, OSPF zones, BGP aggregation and BFD profiles to support large distributed environments. Additional features include internal Virtual Ethernet and Virtual Switch interfaces for VCE connectivity, QoS traffic prioritization, MTU/MSS tuning for IPsec, certificate-based authentication in Ideco Client and detection of tunneled traffic inside SSH and TLS sessions. The release positions the NGFW as the first layer of an emerging AI Security Layer that combines discovery, policy enforcement and future LLM proxy controls.