Urgent.News

What's breaking now, across thousands of outlets.

Tech

An Attacker's Multi-Agent Framework Stole Thousands of Credentials in Under Six Hours

A financially motivated attacker ran reconnaissance, exploitation, and cleanup with almost no human in the loop — using the same design patterns you'd use to build a helpful agent. That symmetry is the actual story. What Google's threat researchers found Google's Threat Intelligence Group (GTIG) published its Q3 2026 AI Threat Tracker documenting a mass credential-harvesting campaign carried out…

A financially motivated attacker deployed a multi-agent framework to steal thousands of credentials in less than six hours, according to Google's Threat Intelligence Group (GTIG). The attack utilized an AI coding chatbot and preconfigured Markdown files as operational playbooks, similar to how legitimate teams use agents with reusable, structured procedures.

The attacker gained access to the organization's cloud infrastructure and ran the autonomous system without human intervention, handling vulnerability scanning, credential collection, issue resolution, and IP address rotation. This marks a shift from traditional threat concerns to a more mundane risk where resilience engineering features of agents can be exploited for autonomous attacks.

Organizations using agent-accessible credentials should treat these as high-value targets and shift detection focus from IP-based alerts to behavioral signals that don't rely on the request's origin looking suspicious. Specific details about the AI coding chatbot used in the attack remain undisclosed, leaving room for further investigation by other vendors and incident responders.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

🚀 Getting Back Into Building Mode

After spending time learning and strengthening my development skills, I've decided to take a more structured approach to becoming job-ready as a software developer.

  • Focuses on systematic software engineering learning
  • Studies frontend, backend, Python, SQL, data structures
  • Aims to understand AI/ML integration in systems

Why Embedded Systems and Automotive Software Skills Matter More Than Ever

Hello everyone 👋 I’m the Founder & CEO of Piest Systems, and I’ve spent a lot of time working around Embedded Systems, Automotive Software, testing, and technical training.

  • Embedded systems combine hardware and software for specific functions.
  • Automotive software development involves ECUs communicating via multiple networks.
  • AUTOSAR standard helps understand modern automotive software structure.

How I Built a Fast, Clean Wiki & Database for Steal an Egg

Introduction Start with the problem. Mention that you wanted to dive into the Steal an Egg gaming community, but existing resources were cluttered with heavy ads, slow load times, or SEO spam.

  • Developed fast, minimalist wiki database for Steal an Egg community
  • Used Next.js, Vue, Tailwind CSS, and MDX for efficient web app
  • Implemented JSON database layers and client-side filtering for data

BDD Without Gherkin

I've been writing acceptance tests in Given-When-Then since 2009 and I've never written a feature file by choice. So when someone asks whether you can do BDD without Gherkin, my answer is that I've…

  • BDD can be done without Gherkin format
  • Test scenarios written in plain text (.feature files)
  • Tool allows non-developers to write and run scenarios

More from Saturday 12 September →