RadzaRat New Android Trojan Disguised as File Manager Emerge... #1600
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
This blog post presents a technical analysis of RadzaRat, a new Android Remote Access Trojan (RAT) offered as malware-as-a-service (MaaS). RadzaRat is shipped as a fake file manager app and, at the time of analysis, showed a 0/66 detection rate on VirusTotal for the sample with hash
911c27786b58ddbd14dd79279b0855d1098149144148b00ca37b186a016bbfba. The APK is publicly distributed via a GitHub repository (compiled APK directly downloadable) and the operation is advert...🔧 Technical Details
Abusing Android Accessibility Services for Keylogging and Global UI Monitoring
RadzaRat demonstrates how an Android app can turn the Accessibility framework into a device-wide keylogger. By declaring a custom service (e.g.,
MyAccessibilityService) in the manifest and requestingBIND_ACCESSIBILITY_SERVICE, the app can, once enabled by the user, receive accessibility events for other apps. These events include text input and UI changes, allowing the malware to capture credentials, financial data, and private messages without root. This technique can be reused by any attacker who can social-engineer users into enabling their accessibility service.Building a Low-Cost C2 Using Telegram Bot API Plus Free Cloud Hosting
The blog outlines a generic C2 pattern where a minimal backend is deployed on a free cloud platform (e.g., Render.com) and connected to a Telegram bot. The backend exposes HTTP endpoints like
/upload...🤖 Agent Actions
Summary:
Tests: Not run (not applicable).
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.