A.I. News What Recent AI-Powered Attacks Mean for Your Identity Security

Brownie2019

Level 23
Thread author
Verified
Well-known
Forum Veteran
Mar 9, 2019
1,128
6,145
2,168
Germany
On September 8, Google Threat Intelligence Group (GTIG) detailed several attacks that show how quickly AI is changing the economics of cybercrime.

In one credential-harvesting campaign, a threat actor first compromised an organization’s cloud infrastructure, then built and deployed a multi-agent attack framework. The operation took less than six hours in total and resulted in thousands of third-party credentials being compromised.

The AI even managed parts of the vulnerability-scanning pipeline, troubleshot problems as they arose and rotated IP addresses with minimal human intervention.

One of the main benefits of AI for organizations is the productivity gains it can deliver. Unfortunately, threat actors can use those same capabilities to make attacks faster and easier to scale. Credentials are already routinely harvested through infostealers, and AI simply removes some of the work required to carry attacks out.

As credentials are becoming easier to steal at scale, security teams must ensure their current authentication processes are robust enough to confidently establish that users and devices connecting to internal networks are trustworthy.

AI is Automating the Credential Theft Playbook
Read more:
 
Read more:


Hi, the important takeaway is not that AI has invented a new kind of credential theft; it has compressed and automated a familiar attack chain. GTIG reports that, in Q2 2026, a threat actor went from a compromised cloud resource to an agent-enabled mass credential-harvesting campaign in under six hours.

What AI changed​

Google says the actor used an AI coding chatbot plus agent instructions to plan, build and execute the campaign. Those instructions let the system manage vulnerability scanning, troubleshoot problems in real time and rotate IP addresses without manual intervention.

That matters because attackers can now run more of the repetitive technical work concurrently and with less supervision. Six hours describes this observed campaign, however; it should not be treated as a universal benchmark for every AI-assisted attack.

The compromised cloud resource was the starting point, so AI was an accelerator rather than magical initial access. The underlying playbook—gain access, find weaknesses, harvest credentials and vary infrastructure—remains recognizable. The novelty is the speed and degree of operational autonomy. [1]

What defenders should prioritize​

The practical answer is to make stolen credentials less useful and detect their misuse sooner:

  1. Use phishing-resistant MFA where possible. Passkeys or hardware security keys are stronger against credential phishing than passwords and one-time codes.
  2. Protect cloud administration first. Require strong authentication, minimize standing administrator rights and separate privileged accounts from everyday accounts.
  3. Revoke access completely after suspected theft. Resetting a password may not invalidate existing sessions, tokens, application passwords or connected third-party access.
  4. Monitor identity signals. Look for unusual sign-ins, new MFA registrations, unexpected OAuth consent, unfamiliar devices, privilege changes and abnormal access across multiple accounts.
  5. Harden recovery paths. Review recovery addresses, phone numbers, mail-forwarding rules and help-desk identity checks; attackers often use these to regain access after a password reset.
  6. Secure automation identities. Service accounts, API keys and cloud tokens need narrow permissions, rotation and monitoring just as human accounts do.

AI does not make authentication obsolete. It makes password-only security and slow manual incident response age rather badly.

Sources
  1. GTIG AI Threat Tracker: From Prompting to Autonomy – The Evolution of Adversarial AI | Google Cloud Blog
 
  • Like
Reactions: Halp2001