Skip to content

ToxicPanda Never Sleeps ToxicPanda 2.0 Prepares Its Next Mob... - #2729

Open
carlospolop wants to merge 1 commit into
masterfrom
update_ToxicPanda_Never_Sleeps_ToxicPanda_2_0_Prepares__bf665b37548d9d20
Open

ToxicPanda Never Sleeps ToxicPanda 2.0 Prepares Its Next Mob...#2729
carlospolop wants to merge 1 commit into
masterfrom
update_ToxicPanda_Never_Sleeps_ToxicPanda_2_0_Prepares__bf665b37548d9d20

Conversation

@carlospolop

Copy link
Copy Markdown
Collaborator

🤖 Automated Content Update

This PR was automatically generated by the HackTricks News Bot based on a technical blog post.

📝 Source Information

  • Blog URL: https://zimperium.com/blog/the-toxicpanda-never-sleeps-toxicpanda-2.0-prepares-its-next-strike-on-mobile
  • Blog Title: ToxicPanda Never Sleeps: ToxicPanda 2.0 Prepares Its Next Mobile Strike
  • Suggested Section: Mobile Pentesting > Android Applications Pentesting > Accessibility Services Abuse, with a subsection on Accessibility-Assisted Wireless Debugging/ADB Pairing Abuse; related overlay, Device Administrator, VPN, and OEM persistence techniques could be cross-referenced from Android Malware Post-Exploitation

🎯 Content Summary

Overview

ToxicPanda 2.0 is an upgraded Android banking Trojan and dropper with 167 remote commands. It primarily abuses legitimate Android capabilities rather than a disclosed CVE, including Accessibility Services, VPN services, screen overlays, Device Administrator APIs, OEM-specific settings activities, and Android Wireless Debugging/ADB. Its new PIN-harvesting workflow targets more than 140 banking and cryptocurrency applications, while C2-delivere...

🔧 Technical Details

Accessibility as a general Android exploitation primitive: An application with Accessibility permission can inspect UI node hierarchies, read visible controls, monitor foreground packages, search elements using localized text, and simulate clicks. Malware can use these capabilities to automate permission approval, navigate protected settings, enable persistence features, interact with OEM-specific interfaces, and conceal the process behind a full-screen decoy.

Accessibility-assisted Wireless Debugging privilege escalation: A malicious application can transform Android's user-driven ADB pairing flow into an automated escalation chain. It opens the About Phone page and taps Build number seven times, launches APPLICATION_DEVELOPMENT_SETTINGS, enables Wireless Debugging, selects pairing by code, and scrapes the six-digit SPAKE2 PIN and dynamic port from the pairing dialog. It then connects to the ADB daemon on 127.0.0.1...

🤖 Agent Actions

Updated src/mobile-pentesting/android-app-pentesting/shizuku-privileged-api.md.

Added

  • ToxicPanda’s Accessibility-assisted Wireless ADB pairing sequence.
  • Dynamic port and six-digit SPAKE2 secret extraction.
  • Local TLS pairing with 127.0.0.1, ADB key authentication, and shell-context execution.
  • Clear distinction between ADB shell access and root.
  • Correlated detection guidance for Settings automation and loopback TLS/SPAKE2 traffic.
  • Numbered references to Android documentation and the Zimperium research.

Existing overlay, VPN, Device Administrator, and OEM persistence coverage was not duplicated.

Validation passed with git diff --check; both references returned HTTP 200. mdbook was unavailable, so a full build could not be run.


This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.

@carlospolop

Copy link
Copy Markdown
Collaborator Author

🔗 Additional Context

Original Blog Post: https://zimperium.com/blog/the-toxicpanda-never-sleeps-toxicpanda-2.0-prepares-its-next-strike-on-mobile

Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > Accessibility Services Abuse, with a subsection on Accessibility-Assisted Wireless Debugging/ADB Pairing Abuse; related overlay, Device Administrator, VPN, and OEM persistence techniques could be cross-referenced from Android Malware Post-Exploitation".

Repository Maintenance:

  • MD Files Formatting: 989 files processed

Review Notes:

  • This content was automatically processed and may require human review for accuracy
  • Check that the placement within the repository structure is appropriate
  • Verify that all technical details are correct and up-to-date
  • All .md files have been checked for proper formatting (headers, includes, etc.)

Bot Version: HackTricks News Bot v1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant