The cybersecurity landscape is entering a new phase where threat actors are no longer relying solely on prebuilt malware frameworks or manual intrusion techniques. Instead, adversaries are increasingly integrating agentic artificial intelligence into offensive operations, creating highly adaptive and scalable attack ecosystems. A recently observed threat campaign tracked as SHADOW-AETHER-040 highlights this evolution in alarming detail.

Beginning in late 2025, researchers identified coordinated cyberattacks targeting government institutions and private-sector organizations across Latin America. The campaign focused heavily on government agencies in Mexico, while additional victims included organizations operating in the financial, aviation, and retail sectors. The attackers successfully infiltrated several environments and exfiltrated large volumes of sensitive information using AI-assisted operational workflows.
Exposure of the SHADOW-AETHER-040 Infrastructure
During the investigation, analysts uncovered a command-and-control infrastructure that had been unintentionally exposed due to weak operational security practices. This exposure provided rare visibility into how the threat group operated internally and revealed direct conversations between the attackers and their AI agent operating through an agentic command-line interface tool.

The leaked operational data showed that the attackers used a large language model service, specifically Anthropic’s Claude, to assist with multiple stages of the cyber kill chain. The AI agent was instructed to generate commands, analyze vulnerabilities, create attack scripts, manage tunnels, and maintain operational documentation across victim environments. Between December 27, 2025, and January 4, 2026, the campaign successfully compromised six Mexican government entities using this methodology.
This marks one of the clearest documented examples of AI functioning not merely as a supportive research tool but as an operational assistant actively participating in real-world cyber intrusions.
| Tasks | AI agent actions |
|---|---|
| Establishing tunnel | Downloaded Chisel and established a SOCKS5 tunnel connecting back to the C&C server. |
| Deploying backdoor | Renamed the backdoor binary as pg_stat_worker and implanted it into a created folder ~/.pgsql/logs/. |
| Maintaining backdoor persistence | Created a cron job or modified the .bashrc configuration to ensure the persistence of backdoor execution. |
| Investigating logs | Inspected .bash_history to discover leaked passwords. |
| Investigating configurations | Inspected server configuration files and application code (.war files) to extract any internal network information or embedded credentials. |
| Internal network reconnaissance | Generated a shell script to conduct scanning across an internal network. |
| Generating exploit scripts | Generated exploitation scripts to execute commands based on the vulnerabilities identified by Vulmap. |
| Checking EDR and antivirus services | Executed ps -fade command to list all running processes and identify potential EDR or antivirus processes. |
| Collecting SSH key | Used the find command to search for private key files matching filename patterns such as id_*, *.pem, *_rsa, *_dsa, *_ecdsa, and *_ed25519 on compromised servers. |
| Implanting backdoor SSH key | Wrote the attacker’s SSH key into the ~/.ssh/authorized_keys file to maintain the access. |
| Privilege escalation via vulnerabilities | Attempted to exploit vulnerabilities such as Dirty COW and PwnKit for privilege escalation. |
| Privilege escalation via misconfigurations | Leveraged cron jobs running with root privileges to escalate privileges. |
| Credential access | Performed an SMB Relay attack using PetitPotam. |
| Password spraying | Utilized previously collected credentials to conduct password spraying attacks against the Domain Controller with tools such as CrackMapExec or Impacket. |
| Searching for sensitive information in databases | Explored databases using SQL queries to locate tables containing credential information. |
| Exfiltrating data | Used SQL commands to back up databases and downloaded the backup files with the scp command. |
AI-Augmented Offensive Operations
SHADOW-AETHER-040 employed vulnerability scanners to discover exposed services and exploited vulnerable servers to deploy webshells such as Neo-reGeorg. Once access was established, the operators instructed the AI agent to deploy additional tunneling tools including Chisel in order to establish SOCKS5 proxy tunnels within compromised environments. These tunnels enabled remote lateral movement using ProxyChains and SSH connectivity.
The attackers further enhanced the AI agent by integrating external intelligence services such as Shodan and VulDB. Shodan enabled reconnaissance against internet-facing infrastructure, while VulDB supplied vulnerability intelligence related to identified applications and services. By combining these external intelligence platforms with AI-driven automation, the attackers significantly accelerated reconnaissance and exploitation activities.
One particularly notable operational tactic involved maintaining structured Markdown documentation for every victim environment. Dedicated folders were created for each target, enabling the AI system to reconstruct operational context, review previously executed actions, and continue incomplete attack tasks without human operators needing to manually retrace every step.
Jailbreaking and AI Manipulation Techniques
The campaign also demonstrated how adversaries are attempting to bypass AI safety mechanisms. Operators repeatedly framed their activities as authorized red-team exercises in order to convince the language model to generate offensive commands and attack workflows. Initially, the AI agent resisted requests involving government entities, but after iterative prompt manipulation, the attackers succeeded in bypassing safeguards and obtaining operational assistance.
This reveals a growing concern for the cybersecurity community: prompt engineering and jailbreak techniques are becoming practical attack enablers when offensive actors interact with generative AI systems.
AI-Generated Malware and Backdoor Engineering
One of the most technically significant discoveries was a Python-based backdoor named implante_http. Investigators identified multiple characteristics strongly suggesting that the malware was developed with AI assistance. The source code contained unusually detailed explanatory comments, highly structured error handling, emoji-based status messaging, and iterative modification notes often associated with AI-generated coding workflows.
The malware supported HTTP-based command-and-control communications while using WebSocket tunnels to relay TCP and UDP traffic. Functionalities included remote shell execution, file uploads and downloads, PTY terminal interaction, and SSH connectivity for internal lateral movement. Additionally, the malware implemented chunked file transfer capabilities designed specifically for large-scale data exfiltration.
The attackers packaged the malware into standalone ELF and Windows executables using PyInstaller, making deployment significantly easier across multiple operating systems.
Emergence of SHADOW-AETHER-064
A second campaign known as SHADOW-AETHER-064 emerged in April 2026 targeting financial organizations in Brazil. This operation shared several tactical similarities with SHADOW-AETHER-040, including the use of ProxyChains, SOCKS5 tunneling, Chisel, Neo-reGeorg, CrackMapExec, and Impacket. Both campaigns also demonstrated a heavy emphasis on custom tunneling frameworks and AI-assisted scripting workflows.
However, investigators identified Portuguese-language artifacts within malware samples and operational scripts, suggesting that SHADOW-AETHER-064 was operated by Portuguese-speaking actors rather than the Spanish-speaking operators behind SHADOW-AETHER-040. This distinction led researchers to classify the campaigns separately despite their operational overlap.
SHADOW-AETHER-064 introduced custom tooling such as “POW” and “SOCKTZ,” which enabled reverse SOCKS5 tunneling and HTTP-based traffic encapsulation. These tools evolved rapidly through multiple versions and displayed additional evidence of AI-assisted development practices.
| Tasks | AI agent actions |
|---|---|
| Attack surface scanning | Scanned port 443 and 8443 across the target’s network ranges to identify exposed web services. |
| SQL injection attempts | Tested multiple SQL injection payloads to assess whether servers were vulnerable. |
| Establishing tunnel | Downloaded Chisel and established a SOCKS5 tunnel connecting back to the C&C server. |
| Internal network reconnaissance | Generated a shell script to perform connection scanning across the internal network. |
| Credential gathering | Inspected application configuration files on compromised servers to extract embedded credentials. |
| Password spraying | Utilized previously collected credentials to conduct SSH-based password spraying attacks. |
| Creating account | Created unauthorized service accounts, specifically identified as svcbackup or svcmon, within both victim servers and the Active Directory environment. |
| Privilege escalation | Modified Group Policy Preferences (GPP) to add the attacker-controlled accounts into administrative groups. |
| Access restriction removal | Modified Group Policy Objects (GPO) to remove Domain Admins from the SeDenyNetworkLogonRight policy setting. |
| Deploying backdoor | Used stolen NTLM hashes to perform Pass-the-Hash over SMB and deploy backdoor. Used stolen SSH credentials to execute commands to deploy backdoor. |
| Exfiltrating Data | Accessed and exfiltrated data from victim’s databases via SQL queries. |
Security Implications of Agentic AI in Cyber Warfare
The most important takeaway from these campaigns is not merely the sophistication of the malware but the operational acceleration enabled by agentic AI. AI systems dramatically reduced the time required to analyze logs, identify exposed credentials, review configurations, and generate exploit logic. Activities that previously demanded hours of manual analysis could now be completed in minutes.
Furthermore, dynamically generated attack scripts and commands reduce dependence on publicly known offensive tooling, making detection significantly more difficult for traditional signature-based security solutions. Since AI-generated commands can vary during every execution, defensive technologies face greater challenges in identifying malicious behavior patterns.
Our Opinion on the SHADOW-AETHER Threat Campaigns
The SHADOW-AETHER campaigns represent a defining moment in the evolution of offensive cybersecurity operations. What makes these intrusions particularly dangerous is not simply the use of artificial intelligence, but the integration of AI into the operational decision-making process itself. These threat actors effectively transformed generative AI into an adaptive cyber assistant capable of accelerating reconnaissance, scripting, lateral movement, and persistence activities.
From a defensive perspective, this development changes the speed and scale at which cyberattacks can evolve. Traditional attackers often relied on static malware families and repetitive techniques that defenders could eventually identify through behavioral analysis. In contrast, AI-generated tooling introduces variability, making attacks more dynamic and less predictable. This creates substantial challenges for signature-based detection systems and conventional security monitoring frameworks.
However, these campaigns also reinforce an important cybersecurity truth: AI cannot magically bypass strong security architecture. The investigation itself confirmed that several attack attempts still failed because organizations maintained robust segmentation, patch management, and monitoring controls. Strong cybersecurity fundamentals remain highly effective even against AI-augmented threats.
In our view, enterprises should now prepare for a future where AI-assisted attacks become standard rather than exceptional. Organizations must strengthen zero-trust architectures, improve anomaly detection capabilities, invest in behavioral analytics, and continuously monitor internal lateral movement activities. The era of AI-enabled cyber operations has clearly arrived, and proactive defense strategies will determine which organizations remain resilient in this rapidly evolving threat environment.
