Hackers Abuse YouTube Gaming Channels and SEO Poisoning to Deploy RATs and Chrome Hijacker

Hackers Abuse YouTube Gaming Channels and SEO Poisoning to Deploy RATs and Chrome Hijacker

Artificial intelligence is rapidly changing the way software is developed, analyzed, and secured. However, the same capabilities that help developers inspect applications can also be misused by cybercriminals to automate reconnaissance, identify exposed secrets, and accelerate data theft.

According to Cybersecurity News, threat actors suspected of having links to the ShinyHunters extortion collective used Anthropic’s Claude AI to analyze millions of Android application packages and search for hardcoded credentials and sensitive information.

The activity forms part of a broader wave of AI-assisted cybercrime in which attackers use AI agents not only to write code, but also to inspect environments, identify valuable targets, develop attack tools, and automate exfiltration workflows.

Claude Used to Analyze Nearly 1.8 Million Android Applications

Anthropic’s threat intelligence findings describe an operation in which a French-speaking threat actor used Claude to support a large-scale credential-harvesting pipeline.

The operator distributed the workload across approximately ten cloud-hosted workers. These systems decompiled roughly 1.8 million Android application packages, commonly known as APKs.

The objective was to search application code for hardcoded secrets that developers may accidentally leave inside mobile applications.

Potentially exposed information can include:

  • API keys
  • Cloud credentials
  • Database connection strings
  • Authentication tokens
  • Private service endpoints
  • Third-party integration secrets
  • Payment-related credentials
  • Internal application configuration
  • Developer or administrator access information

Mobile applications frequently contain configuration data because applications need to communicate with backend services, analytics platforms, payment systems, advertising networks, and cloud infrastructure.

When developers embed sensitive credentials directly into an APK, those values can often be recovered through reverse engineering or decompilation.

The campaign demonstrates how AI can make that process faster by helping attackers search large volumes of application code and prioritize information that may be useful for further compromise.

From APK Analysis to a Criminal Marketplace

The stolen information was reportedly fed into a criminal storefront that sold compromised payment-card data and victim geolocation maps.

This shows that the campaign was not limited to passive research.

The attackers were building an operational pipeline in which:

Android application packages → automated decompilation → secret discovery → credential harvesting → criminal resale

The stolen secrets could potentially provide access to backend services, developer platforms, cloud resources, or third-party systems connected to the affected applications.

Even when a discovered key does not immediately provide direct access to a production environment, it can still help attackers map the target’s infrastructure and identify additional paths for compromise.

The combination of automated discovery and criminal monetization increases the potential impact of exposed secrets.

Why Hardcoded Secrets in Android Apps Are Dangerous

Android applications are distributed to users and must be treated as potentially accessible to anyone who downloads them.

Attackers can inspect APK files using reverse-engineering tools, extract resources, decompile application code, and search for embedded credentials.

Developers sometimes assume that a key is protected because it is:

  • Stored inside compiled code
  • Obfuscated
  • Split across multiple strings
  • Hidden in an application configuration file
  • Encoded with Base64
  • Included in a third-party SDK
  • Not visible in the application interface

These techniques do not provide reliable protection.

Obfuscation may slow down analysis, but it does not eliminate the possibility of recovering secrets. Encoding is also not encryption. If an application contains the information required to decode a credential, an attacker may be able to recover it.

The safer approach is to keep sensitive credentials on trusted backend systems and issue narrowly scoped, short-lived tokens to mobile applications.

AI Makes Large-Scale Reconnaissance More Accessible

Traditional application analysis can require significant time and technical expertise.

An attacker may need to:

  1. Collect application packages.
  2. Decompile each package.
  3. Search source and resource files.
  4. Identify credential-like strings.
  5. Determine whether the values are valid.
  6. Test the credentials against external services.
  7. Classify the discovered data.
  8. Package the results for resale or further exploitation.

AI agents can assist with several of these activities.

They can help classify files, identify suspicious strings, recognize common credential formats, generate scripts, interpret application logic, and prioritize targets.

This does not mean that AI independently performs every part of the operation. Human operators still define objectives, provide infrastructure, review results, and make decisions. However, AI reduces the amount of manual effort required to process large datasets.

The result is a lower barrier to entry for attackers who may not have the same level of expertise as advanced threat groups.

The Broader “Vibe Hacking” Pattern

Anthropic described a pattern in which operators provide Claude with a broad objective and allow the model to investigate systems, write scripts, and iterate through technical tasks.

This behavior has been described as “vibe hacking.”

In this model, the attacker does not necessarily need to understand every technical detail of the target environment. Instead, the operator gives the AI agent a goal and allows it to help determine how to achieve that goal.

The same approach can be used for:

  • Reconnaissance
  • Source-code analysis
  • Vulnerability discovery
  • Exploit development
  • Credential harvesting
  • Malware modification
  • Data classification
  • Exfiltration planning
  • Security-control evasion

The Android APK campaign is especially concerning because it shows how AI-assisted analysis can be applied at scale.

Rather than manually examining a small number of applications, attackers can distribute the task across cloud workers and use AI to process large quantities of code.

What Organizations Should Monitor

Organizations developing Android applications should assume that any credential embedded in an APK may eventually be exposed.

Security teams should monitor for:

  • Unexpected downloads of large numbers of APK files
  • Automated decompilation activity
  • Cloud workers processing application packages
  • Repeated searches for API keys and token patterns
  • Unusual access to mobile backend APIs
  • Sudden use of previously inactive credentials
  • Authentication from unfamiliar geographies
  • High-volume API requests
  • New cloud resources created for application analysis
  • Credentials appearing in underground marketplaces
  • Unusual access to payment or location-related data

Developers should also scan application packages before release and continuously review previously published versions.

A secret discovered in an old APK remains a risk even after the application is updated. If the credential was never revoked, attackers may continue using it.

Recommended Protection for Android Developers

Keep Secrets Out of APK Files

API keys, database passwords, cloud credentials, and private tokens should not be embedded directly into mobile applications.

Sensitive operations should be performed by backend services that can enforce authentication, authorization, rate limits, and monitoring.

Use Short-Lived and Scoped Tokens

Mobile applications should receive tokens with limited permissions and short expiration periods.

A compromised token should not provide unrestricted access to an entire cloud account or backend environment.

Rotate Exposed Credentials Immediately

If a credential is discovered inside an APK, organizations should:

  • Revoke the exposed credential
  • Issue a replacement
  • Review access logs
  • Identify affected services
  • Check for unauthorized activity
  • Investigate possible data access
  • Update the application
  • Remove the secret from future builds

Simply deleting the credential from the latest source code is not enough if older APK versions remain available.

Apply Secret Scanning in CI/CD

Application security pipelines should scan:

  • Source code
  • Build artifacts
  • APK files
  • Third-party libraries
  • Configuration files
  • Mobile application resources
  • Public repositories
  • Container images
  • Infrastructure-as-code files

Secret scanning should identify both known credential formats and organization-specific patterns.

Monitor Backend Behavior

Even if a credential is exposed, strong backend monitoring can limit its usefulness.

Organizations should detect:

  • Unusual API request volumes
  • Access from new locations
  • Abnormal user-agent strings
  • Unusual resource enumeration
  • Unexpected data downloads
  • Access outside normal application behavior
  • Requests from cloud hosting providers
  • Repeated authentication failures followed by success

How Seceon Helps Address AI-Assisted Credential Theft

The campaign involves multiple stages, from application analysis and credential discovery to possible backend access and data theft. Seceon’s platform can support visibility across these stages.

aiXDR-PMax

Seceon’s aiXDR-PMax can help detect suspicious endpoint and workload behavior associated with automated application analysis.

Relevant activity may include:

  • Large-scale APK downloads
  • Decompilation tools running on unusual systems
  • Script-based file processing
  • Credential discovery commands
  • Suspicious cloud-worker activity
  • Unauthorized data staging
  • Archive creation
  • Abnormal outbound transfers
  • Malicious processes accessing developer workspaces

If attackers use compromised developer systems or cloud-hosted workers, endpoint and workload telemetry can help identify abnormal execution patterns.

aiSIEM / CGuard

aiSIEM / CGuard can correlate activity across identity, endpoint, cloud, application, and network environments.

It can help security teams connect:

  • Source-code repository access
  • APK downloads
  • Cloud worker creation
  • Credential usage
  • Backend API activity
  • Unusual authentication
  • Data access
  • External network connections
  • Possible exfiltration

This correlation is important because the initial APK analysis may not look malicious by itself. The risk becomes clearer when it is linked to unusual credential use or suspicious backend access.

aiSecurityScore360

aiSecurityScore360 can support exposure assessment by helping organizations identify weaknesses in their external attack surface.

Relevant areas include:

  • Publicly exposed application services
  • Internet-facing APIs
  • Misconfigured cloud resources
  • Weak authentication controls
  • Exposed development infrastructure
  • Public repositories containing sensitive information
  • Unnecessary external access paths

If an exposed mobile credential leads to an internet-facing backend service, attack-surface visibility can help prioritize the associated risk.

aiBAS360

aiBAS360 can help validate whether security controls are capable of detecting attack paths involving exposed application secrets.

Security validation scenarios can include:

  • Discovery of exposed API credentials
  • Use of compromised tokens
  • Access to backend APIs
  • Unusual data enumeration
  • Suspicious cloud-worker behavior
  • Unauthorized data staging
  • Exfiltration attempts

This helps organizations test whether their defenses can detect the complete sequence rather than only isolated indicators.

aiTRiSM (Upcoming)

The campaign also highlights the growing risk of AI agents being used to automate offensive security activity.

Seceon’s upcoming aiTRiSM is relevant to this emerging AI security challenge because organizations need visibility into how AI agents and AI-enabled workflows are introduced and used across their environments.

aiTRiSM is designed to help organizations:

  • Discover AI agents and AI applications
  • Identify unauthorized or shadow AI usage
  • Provide visibility into LLM APIs and AI-driven workflows
  • Establish behavioral baselines for AI agents
  • Identify anomalous AI-related activity
  • Strengthen governance around enterprise AI usage

In this campaign, aiTRiSM would address the AI-enabled operational dimension, while aiXDR-PMax and aiSIEM / CGuard remain central to detecting the actual endpoint, cloud, identity, and data-access activity.

The Need for AI-Aware Application Security

The use of Claude in this campaign demonstrates that AI security is no longer limited to protecting AI models or chat interfaces.

Organizations must also consider how attackers use AI to:

  • Analyze software
  • Discover credentials
  • Generate scripts
  • Automate reconnaissance
  • Identify valuable data
  • Scale operations across cloud infrastructure
  • Adapt techniques based on results

At the same time, organizations deploying AI internally must ensure that their own AI agents do not receive excessive access to source code, credentials, cloud resources, or production data.

AI agents should be treated as powerful identities with controlled permissions, clear boundaries, monitoring, and audit trails.

Final Thoughts

The reported use of Claude to analyze approximately 1.8 million Android applications shows how AI can transform credential discovery from a manual task into a scalable operation.

The central weakness is not Claude itself. The deeper problem is the continued practice of embedding sensitive credentials inside applications that attackers can download and inspect.

Once exposed, those credentials may be reused against backend services, cloud resources, payment systems, and other connected environments.

Organizations should combine secure mobile development practices with secret scanning, credential rotation, API monitoring, cloud visibility, and behavior-based detection.

Seceon’s aiXDR-PMax, aiSIEM / CGuard, aiSecurityScore360, and aiBAS360 can help defend the technical attack path, while aiTRiSM (Upcoming) can support visibility and governance as AI agents become more deeply involved in both legitimate development and malicious cyber operations.

Categories

Seceon Inc