Glitch SPY Emerging Android RAT Distributed Through a Fake P...#2451
Open
carlospolop wants to merge 1 commit into
Open
Glitch SPY Emerging Android RAT Distributed Through a Fake P...#2451carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://cyble.com/blog/glitch-spy-rat-distributed-via-fake-polish-app Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting -> Android Applications Pentesting -> Accessibility Services Abuse / Mobile Phishing Malicious Apps; optionally Basic Forensic Methodology -> Android Malware Post-Exploitation for RAT behavior patterns". 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
Glitch SPY Android RAT: technical summary
Cyble Research and Intelligence Labs analyzed Glitch SPY, an emerging Android RAT/builder platform identified through branding on an exposed command-and-control admin panel. The campaign is distributed through a fraudulent Polish apartment and house rental site,
tutaj-dompl[.]com, which impersonates a rental platform offering verified apartments, viewing reservations, direct owner contact, no broker commissions, a...🔧 Technical Details
Staged Android malware delivery with a believable sideloading pretext: attackers can increase installation success by pairing a realistic phishing site with a plausible app requirement. In this case, a fake rental platform convinces victims to sideload an APK to reserve viewings and receive updates. The first-stage loader shows a fake update flow and requests permission to install applications from unknown sources. Once granted, it deploys the second-stage RAT and the payload displays a decoy WebView matching the lure. The generalizable technique is to separate delivery from payload execution: use a trusted-looking first-stage app to obtain sideloading permission, then install the real implant.
Accessibility Service as an Android post-exploitation primitive: once a victim enables Accessibility, malware can inspect UI nodes, read visible text, click buttons, type into input fields, dispatch gestures, approve runtime permissions, interact w...
🤖 Agent Actions
Plan re-initialized via the available plan tracker.
I also ran a cross-repo overlap check for:
remote_browser_*ClipboardManager.setPrimaryClipFMENC1AES/GCM/NoPaddinghello_ackscreen_framebrowser_command_resultREQUEST_INSTALL_PACKAGESResult:
src/generic-methodologies-and-resources/basic-forensic-methodology/android-malware-post-exploitation.mdI am still not finalizing yet.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.