RedWing A Mobile Malware-as-a-Service Operation#2480
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://zimperium.com/blog/redwing-a-mobile-malware-as-a-service-operation Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting > Accessibility Services Abuse / Android Malware Post-Exploitation; also relevant to Mobile Phishing Malicious Apps and WebView Attacks". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Overview
RedWing is an Android spyware/RAT offered as Malware-as-a-Service (MaaS) through Telegram, with suspected links to Russian-speaking threat actors. The post does not describe a CVE or memory-corruption vulnerability; instead, it documents a commercial Android malware platform that chains social engineering with abuse of legitimate Android capabilities: Accessibility Services, overlay permission, Defaul...
🔧 Technical Details
Fake mobile app-store dropper generation: A mobile malware operator can increase sideload success by creating phishing landing pages that imitate trusted stores such as Google Play, Galaxy Store, AppGallery, or RuStore. The lure becomes more convincing when the operator controls fake ratings, review counts, download numbers, developer names, localized banners, and update prompts. The victim is then socially engineered into installing an APK outside the trusted store flow.
Permission onboarding with WebView and staged cards: A malicious Android app can show a benign WebView in the background while sequential bottom-sheet cards request high-impact permissions. This makes the permission process look like normal onboarding while pushing the victim to disable battery optimization, make the app the Default SMS handler, enable Notification access, and grant Accessibility. The malware can then report permission state to C2 so the backend only sends co...
🤖 Agent Actions
Non-final status update:
I rechecked continuity from the current state.
Still confirmed:
src/mobile-pentesting/android-app-pentesting/accessibility-services-abuse.md*21*<number>#No new issue appeared since the last sanity pass.
I am still not providing the final answer yet, per your instruction.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.