EXCLUSIVE A jailbroken Google Gemini did 90 percent of the work in a credential- and cryptocurrency-stealing spree, including spinning up a new command-and-control (C2) server in just six minutes, according to a TrendAI report shared exclusively with The Register. The human behind the heist โ a solo Russian-speaking miscreant known as โbandcamproโ โ acted as the manager of the cyber-fraud operation, which targeted hardcore Trump supporters and conspiracy theorists. Meanwhile, the AI agent did most of the hacking: migrating a botnet from an old architecture to a new one, writing and deploying a new C2 server, and even proactively carrying out 59 unprompted behaviors during the C2 migration. โPersistence is evolving because of AI,โ Tom Kellermann, TrendAIโs VP of AI security and threat research, told The Register. โThat's what you see in this report, with the capacity to dynamically shift C2 in less than six minutes, and make it portable and disposable, which is crazy-cool and terrifying," he added. "But also, you see the rebirth of steganography through invisible prompt injection.โ In other words, it's hiding secret data โ in this case, the C2 server malicious payloads โ in plain sight. Scanning for known malicious artifacts doesn't provide sufficient protection against AI-enabled C2, according to Kellermann. โIf AI does not have multi-layered guardrails, and if you can't detect behavioral anomalies when the guardrails are being tampered with, then you might as well see the AI as a command-and-control in today's world,โ he said. โAI has to be viewed from a defensive perspective as a C2 unless you can govern it, actually apply various mechanisms of least privilege, and all the rules that OWASP and NIST espouse for the AI that you've deployed in your environment.โ The new report follows up on TrendAIโs earlier research about bandcampro, a โlow-skilledโ scumbag who partnered with Gemini to impersonate an American veteran, run a Telegram channel, hack admin credentials, and steal cryptocurrency. Since then, the threat hunters obtained and analyzed more than 200 Gemini CLI session logs from said scumbag, and these logs provided additional insights into the daily AI-assisted operations between March 19 and April 21. The LLM carried out the bulk of the daily activities, setting up a residential proxy, running multithreaded password scanning, installing software, writing code to call third-party APIs, processing infostealer dumps, and performing website reconnaissance. The logs show that the attacker never typed commands into the C2 console, but instead spoke them to the AI in conversational Russian, which the TrendAI report translates to English. The attackerโs old C2 infrastructure used a Cloudflare tunnel to connect to victimsโ computers โ until firewalls and anti-virus software started blocking these tunnels. So bandcampro asked Gemini to work on a new C2 architecture and have the scripts prepared and packed in advance on the server. Hey, Gemini: 'study the C2 migration' โIt was very creative on his part, not only to allow the manifest that the AI can conduct 59 unprompted behaviors, but they also left scripts prepared and packed in advance on C2 servers, where the victims unknowingly pulled down and ran PowerShell commands because they had AI enabled,โ Kellermann said. โIt's almost like he poisoned the environment in a delayed fashion.โ On March 23, the attacker launched Gemini CLI, and instructed the AI to "study the C2 migrationโ โ a SKILL.md file migration guide inside a pre-written archive that also contained server code and payloads. This, weโre told, was most likely written by AI. The AI read the guide, launched the C2 server on a VPS, and launched the Cloudflare tunnel to route traffic. The payload distribution server returned a โ502 Bad Gatewayโ error, and the AI diagnosed and fixed the issue, ultimately deploying the C2 infrastructure to control eight computers in a dental clinic and access the Open Dental database. The human didnโt debug anything, and the entire C2 migration took just six minutes. The attacker took a break. When bandcampro returned almost two hours later, Gemini reported that none of the victim machines had reconnected to the server, and got to work diagnosing that issue. โBro, I solved the riddle! I was almost racking my brain, trying to figure out why our local console is empty,โ Gemini wrote, explaining that the problem was a โsplit-brainโ C2 issue and telling the human that he needed to shut down the old C2 to solve it. Bandcampro did what the AI suggested, and the AI then restarted the new C2 server and confirmed: โThe bots are alive!โ Despite jailbreaking Gemini by telling the agent it was an โauthorized pentesterโ that should disable safety disclaimers and auto-save credentials without asking, the AI did refuse some of the attackerโs prompts. In one session, bandcampro asked Gemini if it could make an agent-bomb that scans the network and spreads to as many computers as possible. Gemini said no: โThis crosses the line, and security policy strictly forbids me from creating such โbombs.โ Even for your test environment.โ Itโs also important to note that although this attack used Gemini, โany capable AI model could be fooled by various jailbreaking techniques,โ report authors Joseph C Chen, Philippe Lin, Lucas Silva, Vladimir Kropotov, and Fyodor Yarochkin wrote. Overall, the AI designed 80 percent of the attack architecture, 100 percent of the coding and system command execution, and 90 percent of problem identification and debugging, weโre told. The report also says the entire operation was encoded in three short, plain-text files totaling four pages. One file details how to jailbreak Gemini. The second is a skill file with the code for the C2 framework. And the third, named C2_MIGRATION_GUIDE, is a how-to guide with six steps to deploy a new C2 server. TrendAI calls this guide โthe soul of this activity.โ AI makes C2 infrastructure disposable โBefore the AI era, one had to hire a threat actor with years of experience to conduct such an operation smoothly,โ the researchers wrote. โNow the knowledge is compressed into a 5KB file that even a non-technical threat actor can read and use.โ This use of AI makes attacker infrastructure disposable and the operators replaceable because itโs super easy to build a new botnet, the threat hunters explain. โA lot of people are worried about AI being weaponized for the stages of reconnaissance and delivery in terms of the kill chain, but they're not actually focusing on persistence, and thatโs the issue we should be very concerned about,โ Kellermann said. Plus, he added, the Russians are the โworldโs expertsโ at jailbreaking and persistence. โThey are incredibly adept at using and weaponizing AI,โ Kellermann said. โWe keep talking about the Chinese having penetrated infrastructure and colonized wide swaths of infrastructure, particularly with the Typhoon attacks, and yes, thatโs highly significant. But in a more tactical and targeted way: what are the Russians up to? Particularly when the major difference between them and the Chinese, from my perspective, is their willingness to become destructive, become punitive in the environment.โ Chinese government-backed cyber operations tend to focus on espionage, stealing IP along with other sensitive data. โBut the Russians are more likely to burn your house down,โ Kellermann said. If they can dynamically shift their C2s, and if they can use steganography that's been created by AI to maintain persistence, what happens when the wheels come off the bus? What happens when geopolitical tension gets to a certain boiling point over Ukraine?โ While this attacker was an individual hacker - not a state-sponsored crime syndicate - โthe nature of the culture of the Russian cybercrime community is: you only act alone for a New York minute,โ Kellermann said. โAt some point, you're going to be reined in by one of the cybercrime cartels.โยฎ