The Oddest Botnet Yet: Eight Dental Chairs, One AI Operator
Some hackers dream of massive server farms. This one settled for eight dental clinic PCs. A solo threat actor known as “bandcampro” has been caught running a small but functional botnet — and the brains behind it aren’t entirely human.
According to an analysis of 200 Google Gemini CLI session logs captured between March 19 and April 21, 2026, the Russian-speaking operator outsourced a surprising chunk of his workflow to Google’s open-source command-line AI. The result? A live botnet controlled with a mix of old-school hacking tricks and cutting-edge large language model assistance.
The scale is almost comically small — eight compromised machines inside a dental practice network. But the implications are anything but. This is the first documented case of a threat actor using Gemini CLI as a core command-and-control tool.
What the Gemini CLI Logs Reveal
The session logs paint a detailed picture of how bandcampro operated. He wasn’t just using the AI to write phishing emails — the kind of low-hanging fruit we’ve seen before. Instead, he put Gemini CLI to work on the unglamorous, technical grind of running a botnet.
Among the tasks the AI helped with:
- Cracking weak passwords on exposed remote desktop services
- Setting up a residential proxy chain to hide the botnet’s true origin
- Drafting PowerShell scripts to maintain persistence on infected machines
- Parsing network scan data to identify which dental clinic PCs were worth keeping
That’s not a toy. That’s a junior sysadmin’s job description, automated and weaponized.
Why Dental Clinics?
It’s easy to laugh at the target selection. But dental practices are a rational choice for a small-time operator. They tend to have older Windows machines, minimal IT staff, and — critically — a stable internet connection. Eight PCs might not sound like much, but for a solo hacker looking to rent out proxy access or mine cryptocurrency, it’s enough to turn a small profit.
The Mechanics of an AI-Driven Attack Chain
The logs show a workflow that would look familiar to any penetration tester — except for the copilot in the driver’s seat. Bandcampro would feed Gemini CLI raw output from scanning tools like Nmap, then ask it to interpret the results and suggest next steps.
In one session, the AI generated a brute-force wordlist tailored to the dental practice’s naming conventions. In another, it refactored a credential-stealing script on the fly. The hacker wasn’t a coding wizard. He didn’t need to be. The AI filled in the gaps.
What’s striking is the division of labor. The human made the high-level decisions — which targets to hit, when to pivot. The AI handled the tedious execution. That’s a template we’re likely to see replicated across the cybercrime ecosystem.
The Open-Source Double-Edged Sword
Google released Gemini CLI as an open-source tool in late 2025, positioning it as a developer productivity booster. It can read files, execute commands, and even modify code — all from a terminal. For legitimate developers, it’s a godsend. For a hacker with modest coding skills, it’s a force multiplier.
The logs analyzed by researchers show no evidence that Google’s safety filters were bypassed. The AI didn’t refuse to help — because the requests weren’t obviously malicious. “Help me parse this log file” isn’t a crime. Neither is “write a script to test password strength.” Context matters, and context is exactly what a CLI tool lacks.
This is the core problem. Open-source AI tools are built for speed and flexibility, not for policing user intent. And once the model weights are public, there’s no real way to lock them down.
What This Means for the Future of Cybercrime
Security researchers have been warning about AI-powered attacks for years. Most of that talk was theoretical. This case makes it concrete.
We’re not looking at a nation-state actor with unlimited resources. We’re looking at a solo operator who used a free, open-source AI tool to run a live botnet. The barrier to entry for cybercrime just dropped again.
Consider the implications for defenders. Traditional detection relies on spotting known malware signatures or anomalous network traffic. But when the attacker’s commands are generated by an AI that writes unique scripts on the fly, those signatures become meaningless. Every attack is bespoke.
There’s also a cat-and-mouse element. As AI tools improve, so will their abuse. The next bandcampro might use Gemini CLI to automate reconnaissance across thousands of targets, or to write polymorphic malware that mutates with each infection. The dental clinic botnet is a proof of concept — and it worked.
What Google Can Do (and What It Can’t)
Google has a responsible disclosure process and safety classifiers on its consumer AI products. But Gemini CLI is open source. That means anyone can modify it, strip out safety layers, or run it offline. The genie is out of the bottle.
What Google can do is monitor for abuse patterns in telemetry from cloud-hosted versions of the tool, and build better prompt-injection defenses. But for locally run instances, there’s little the company can do beyond issuing guidance.
Protecting Small Businesses From AI-Assisted Attacks
The dental clinic in question likely never saw this coming. Small and medium businesses are the most exposed — they have valuable data but rarely the security budget to defend it.
If there’s a takeaway from this incident, it’s that basic hygiene still matters. Multi-factor authentication would have stopped the initial password cracking. Network segmentation would have limited the blast radius. Regular patching would have closed the vulnerabilities the attacker exploited.
None of these are glamorous. But they’re effective — even against an adversary with an AI assistant on his side.
As for bandcampro, the session logs are now in the hands of researchers and likely law enforcement. Whether he’ll face consequences remains unclear. What’s certain is that the playbook he used is now public. And somewhere, another solo hacker is already asking an AI how to improve it.