September 18, 2026
Google Just Warned That AI Agents Are Hunting Bugs for Hackers.
A mass credential-harvesting campaign was completed in under six hours. No human sat at the keyboard for most of it.

By Riya Limba
3 min read
- 1 Google Just Warned That AI Agents Are Hunting Bugs for Hackers. Here's What That Means for Bug Bounty Beginners Like Me.
- 2 A mass credential-harvesting campaign was completed in under six hours. No human sat at the keyboard for most of it.
- 3 What Google Actually Found
- 4 Why This Scares Me Specifically
- 5 The "Slopdemic" Nobody Talks About
Google Just Warned That AI Agents Are Hunting Bugs for Hackers. Here's What That Means for Bug Bounty Beginners Like Me.
A mass credential-harvesting campaign was completed in under six hours. No human sat at the keyboard for most of it.
I read the Google Threat Intelligence report three times.
Not because it was long. Because one sentence kept pulling me back.
"Threat actors completed an agent-enabled mass credential harvesting campaign in under six hours."
Six hours. An entire campaign. Reconnaissance. Scanning. Credential collection. Error handling. IP rotation. All of it.
Google described attackers building "agentic systems that can scan infrastructure, troubleshoot failures, manage attack workflows, and harvest credentials with limited human intervention."
I sat with that for a while.
Because I spent six hours last weekend just trying to get a subdomain list to load correctly.
What Google Actually Found
The report, published September 8, covers activity observed during Q2 2026. Here's what Google's threat researchers documented:
Attackers are moving beyond using AI to write code or craft phishing messages. They're now building agents โ systems that can take an objective, access tools, and execute multiple stages of an attack with minimal human input.
The credential-harvesting campaign Google described involved agents that handled vulnerability scanning, credential collection, troubleshooting, and IP rotation. Some activity originated from the victim's own cloud infrastructure, which made source-based network controls less effective.
Google also noted that attackers are targeting AI assets directly โ stealing proprietary models, prompts, source code, and API credentials. Compromised cloud environments were used to run unauthorized AI workloads.
And here's the part that matters most for beginners: Google said it has not observed a fully autonomous, end-to-end attack that discovers and exploits unknown vulnerabilities without human direction.
The AI isn't finding the zero-days. It's compressing everything that happens after the initial access.
Why This Scares Me Specifically
I'm learning bug bounty. I'm at the bottom of the curve. My "workflow" is opening Burp Suite, clicking around an application, and hoping I notice something weird.
The attackers Google described have agents that do recon, pivot, troubleshoot, and harvest โ all while the human behind them does something else.
If I find a bug, I need to document it manually. Write the report manually. Follow up manually.
The other side has automation.
But here's what I realized after reading the report again: the automation isn't finding the bugs either.
Google said the agents handled scanning, credential collection, and troubleshooting. But the initial access โ the part where someone actually gets into the environment โ still required human judgment or a known vulnerability. The AI compressed the post-compromise workflow. It didn't replace the creativity required to find the way in.
That's the part I'm learning. And that's the part that still matters.
The "Slopdemic" Nobody Talks About
I wrote recently about the flood of AI-generated garbage overwhelming bug bounty triage queues. Google's report adds another layer to that problem.
If attackers can use agents to scan, harvest, and pivot at machine speed, then defenders need to respond at machine speed too. But most bug bounty programs still rely on human triagers reading human-written reports.
The gap between how fast attacks move and how fast reports get processed is growing.
And the people caught in the middle are beginners like me โ trying to submit legitimate findings into a system that's already drowning.
What Google Says Defenders Should Do
The report's recommendations are aimed at enterprises, but some of them apply to anyone learning security:
Identity and access management controls. Phishing-resistant MFA. Credential rotation. Least-privilege access.
These aren't just enterprise concerns. They're habits. If I'm testing an application, I should notice whether it requires MFA for sensitive actions. Whether sessions expire. Whether a low-privilege user can access things they shouldn't.
Centralized logging. Google emphasized that defenders need to detect and contain attacks before automated workflows expand the damage.
For a bug bounty hunter, that translates to: document everything. Every request. Every response. Because if I find something real, my logs are my proof.
What I'm Doing Differently
I'm not going to build an AI agent to hunt bugs for me. I don't have the skills. And more importantly, that's not the job I'm trying to learn.
What I'm doing is focusing on the part Google said agents can't do yet: finding the initial flaw.
That means reading code instead of scanning it. Understanding application logic instead of running automated tools. Asking "what's supposed to happen here?" instead of "what does the scanner say?"
Because if the future of bug bounty is humans finding the entry point and AI handling everything after, then the entry point is where I need to get good.
The Uncomfortable Question
If AI can handle recon, scanning, credential harvesting, and post-exploitation in six hours, what's left for a beginner?
The answer, based on Google's report, is the thing that got me interested in security in the first place: the puzzle.
Why does this parameter behave differently when I change it? Why does this endpoint return more data than the UI shows? Why does this workflow let me do something it shouldn't?
Those questions don't have automated answers. Not yet.
And as long as they don't, there's room for people like me to learn.
If you're also navigating the AI-shaped future of security as a beginner, I write about what I'm actually figuring out โ confusion included. Follow for more field notes from the bottom of the learning curve.