惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
T
Tor Project blog
TaoSecurity Blog
TaoSecurity Blog
Cloudbric
Cloudbric
V
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
C
Check Point Blog
雷峰网
雷峰网
博客园 - 叶小钗
博客园 - 【当耐特】
H
Hacker News: Front Page
美团技术团队
GbyAI
GbyAI
AI
AI
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
W
WeLiveSecurity
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Last Watchdog
The Last Watchdog
有赞技术团队
有赞技术团队
F
Full Disclosure
V
V2EX
Hacker News: Ask HN
Hacker News: Ask HN
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google Online Security Blog
Google Online Security Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Last Week in AI
Last Week in AI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
A
About on SuperTechFans
D
Docker
S
Secure Thoughts
Google DeepMind News
Google DeepMind News
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
P
Privacy & Cybersecurity Law Blog
小众软件
小众软件
I
InfoQ
B
Blog RSS Feed
P
Palo Alto Networks Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
S
Security @ Cisco Blogs
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
V
Visual Studio Blog

Sophos Blogs

You do surprise me.exe: An unexpected executable in Hola Browser You do surprise me.exe: An unexpected executable in Hola Browser Pointing a Cursor at evading detection Pointing a Cursor at evading detection Canvas attack aftermath: What risks come next Canvas attack aftermath: What risks come next? Gartner EPP MQ-17 Sophos named a Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection Platforms for the 17th consecutive report GitHub internal repositories breached. GitHub internal repositories breached WantToCry ransomware remotely encrypts files WantToCry ransomware remotely encrypts files Why AMOS matters: The macOS malware stealing data at scale Why AMOS matters: The macOS malware stealing data at scale May’s Patch Tuesday hauls out 132 CVEs May’s Patch Tuesday hauls out 132 CVEs Operating inside the lethal trifecta: Blast radius reduction in AI agent deployments Sophos Endpoint in action: Blocking a novel supply chain attack Inside the lethal trifecta: Blast radius reduction in AI agent deployments Ransomware: AI changes the writer. It doesn't change the math. GPT-5.5-Cyber is here. What it means for defenders operating at the frontier. Donuts and Beagles: Fake Claude site spreads backdoor QEMU abused to evade detection and enable ransomware delivery Adobe Reader zero-day vulnerability in active exploitation We let OpenClaw loose on an internal network. Here’s what it found The vulnerability flood is here. Here’s what it means – and how to prepare Is compliance complexity outpacing IT capacity? Sophos named a 2026 Gartner® Peer Insights™ Customers' Choice for Managed Detection and Response Amazon GuardDuty enhances detection efficacy with Sophos threat intelligence Axios npm package compromised to deploy malware The Cybersecurity Trust Reality in 2026 The High Cost of Low Trust: Our Commitment to Radical Transparency Incident responders, s'il vous plait: Invites lead to odd malware events Sophos Firewall、「G2 Spring 2026」レポートでファイアウォールソリューション総合第1位を獲得 世界の CISO の現状: 無視できないリーダーシップギャップの大きさ レポートのエンドポイント、EDR、XDR、MDR、ファイアウォール各部門で総合 1 位に Android devices ship with firmware-level malware March Patch Tuesday visits 15 product families From Security Operations to Security Leadership: Sophos CISO Advantage
Pointing a Cursor at evading detection
About the author · 2026-06-02 · via Sophos Blogs

Sophos X-Ops analysts observed a threat actor using artificial intelligence (AI) technologies to test endpoint detection and response (EDR) evasion tactics in a “red team” post-exploitation framework. The activity was detected when an anomalous endpoint registered within a customer tenant triggered alerts for payloads originating from C:\Users\User\Documents\test. Multiple files in this directory were malicious and indicative of a broader attack framework focused on evading detection:

  • Cobalt Strike profiles designed to make beacon traffic resemble legitimate web requests
  • A Telegram bot API–based external command and control (C2) mechanism that routed communication through Telegram’s infrastructure rather than using direct connections
  • Python-based malware development scripts for injecting shellcode into legitimate Windows executables while preserving original functionality
  • A Cloudflare Worker acting as a front-end redirector to obscure the actual backend C2 server

AI-generated tools

Multiple Python scripts on the device, many of which were written in Russian, were, in part, AI-generated. Further investigation revealed a Git repository that contains a framework of tools and scripts that align with two components: an automated Active Directory (AD) discovery panel and a lab that uses an iterative approach to developing and testing malware against the Sophos, CrowdStrike, and Windows Defender endpoint detection and response (EDR) agents. The AD panel activity most closely resembles automated AI-driven functionality but does not represent an autonomously reasoning large language model (LLM). Instead, the automated AD discovery is carried out by collecting observations from completed tasks, choosing the next branch from a predefined set of actions, dispatching work to remote agents, and reevaluating when results are returned.

Analysis revealed that AI for malware development was more limited and was mainly used to coordinate workflows and support experimentation. The actual EDR-bypass path was a structured engineering test cycle that included human review and iteration.

The attacker was using a virtual machine system provisioned from Ludus on their device. They used an AI-native integrated development environment (IDE) named Cursor to help develop tools for bypassing EDR agents. The development process involved malware creation, testing, analysis, and refinement (see Figure 1).

Diagram showing the AI-assisted malware development and testing workflow

Figure 1: Diagram showing AI’s role in the malware development workflow

In the identified testing environment, established ostensibly as a red team framework, the attacker set up multiple virtual machines (VMs) running Windows Server 2022. One VM tested tools to bypass the Sophos agent, one was for the CrowdStrike agent, and a third was a control environment without an EDR agent installed. A fourth VM, which ran a version of Ubuntu, was a Sliver post-exploitation framework C2 server. 

The attacker set the parameters for multiple AI agents to operate within the framework, describing roles and functions. One agent using Claude Opus 4.5 was responsible for core operations and setting rules for the other agents. An additional agent tested tools against EDR agents. The remaining agents provided support functionality, including operational security (OPSEC) hardening, documentation production, proxy stress testing, and VM deployment. Code issues and commits generated by the agents were communicated to Git via Model Context Protocol (MCP), an open standard that enables AI assistants to connect with external tools and data sources.

AI-orchestrated activity

Artifacts within the Git repository suggest that the threat actor identified potential bypass techniques from research blogs published by organizations such as Kaspersky, Palo Alto Networks, and Bishop Fox. Information was also sourced from X and Telegram, although it is unclear if these sources influenced the tool development. The AI agent orchestration playbook for building out the testing framework referenced research scraped from the SpecterOps blog. SpecterOps provides adversary simulation services such as red teaming. According to the playbook, the AI agents were tasked with reading the articles, extracting techniques, mapping them to MITRE ATT&CK techniques, identifying the steps and tools needed to reproduce the techniques based on an existing repository, prepare the lab testing environment, execute the technique, and report findings (see Figure 2).

Instructions for AI agents

Figure 2: Article ingestion and technique mapping instructions for AI agents

At the core of the framework is a tool written in Python that generates payloads (most of which were written in Rust and Go) for testing. This modular Windows payload loader generator wraps a raw payload in layers of encryption, evasion, and alternative execution techniques, producing custom-built executables or DLLs intended to resist sandboxing, antivirus, and EDR detection. Each payload is generated based on the evasion technique specified in the command line. Nearly 80 different modules that tested over 70 different techniques were developed using this tool. The initial findings reported by the agents suggested a high failure rate, but after various iterations, these modules were reportedly almost universally successful in bypassing the EDR agents. However, the documented output from the testing framework does not necessarily support this conclusion. The reason for this discrepancy is unclear. Figure 3 lists the tools and modules that were integrated into the testing platform.

Table of tools integrated into the testing framework for various types of tasks

Figure 3: Tools integrated into the testing framework

As in legitimate developer environments, the attacker used Cursor and Claude Opus agents to assist with software creation, testing, performance evaluation, and revisioning. While these tools were ostensibly used to create a red team framework, it is likely that the threat actor used this terminology to circumvent Claude’s guardrails around malware development. In reality, the framework was built for stealthy post-exploitation activity in target environments. Sophos Counter Threat Unit™ (CTU) researchers have linked this development activity to known ransomware deployment and data theft operations.

Recommendations and protections

The use of AI agents to accelerate tool development and test evasion techniques lowers the barrier to entry for sophisticated red team-style attacks. However, this shift does not change how defenders should protect themselves. CTU™ researchers recommend that organizations continue to maintain robust defense-in-depth protections, as threat actors will take advantage of any gaps in control framework. AI makes it easier and faster to identify these gaps. The fundamentals remain critical, including timely patching, multi-factor authentication (MFA), modern authentication mechanisms such as passkeys, and the broad deployment of an effective EDR solution. 

Table 1 lists Sophos protections related to this threat.

ATK/ExtC2-AATK_BLOODHOUNDAMSI/BloodH-AATK/Kroast-A
ATK/Kroast-BAMSI/Kroast-AHPmal/Meter-AHPmal/Meter-B
Troj/MeterMem-ATroj/MeterMem-BTroj/CobalMem-ATroj/CobalMem-B
Troj/CobalMem-CATK/SecDump-AATK/Impacket-AATK/Impacket-B
ATK/Impacket-CATK/Impacket-D ATK/Impacket-E 

Table 1: Sophos protections for this threat

Acknowledgements

Thanks to Colin Cowie and Jordan Olness for their analysis and insight into this activity, and to SophosLabs for their contributions.