How a Fake Bahrain Civil-Defense App Turns a Phone Into a Li... - #2552
Merged
carlospolop merged 1 commit intoJul 26, 2026
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://dreamgroup.com/blog/how-a-fake-bahrain-civil-defense-app-turns-a-phone-into-a-listening-post Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting, with cross-references to Basic Forensic Methodology > Android Malware Post-Exploitation and Phishing Methodology > Mobile Phishing Malicious Apps". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
Collaborator
Author
|
merge |
carlospolop
deleted the
update_How_a_Fake_Bahrain_Civil-Defense_App_Turns_a_Pho_07e7258e9260c616
branch
July 26, 2026 12:09
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
Published on July 20, 2026, this Dream Research Labs analysis documents a fake Android civil-defense application impersonating Bahrain Civil Defence, Bahrain's Ministry of Interior, the Information & eGovernment Authority, and UNDRR. Researchers analyzed the sample statically on July 17, 2026, without executing the APKs or decrypted DEX files and without contacting command-and-control or delivery infrastructure.
The campaign does not exploit a CVE. Instead, it combi...
🔧 Technical Details
Trusted-application impersonation and permission coercion: Clone a trusted application-store or government page, add fabricated reputation indicators and urgent safety messaging, and deliver a sideloaded APK. The application can then use a WebView JavaScript bridge to guide victims through VPN approval, unknown-source installation, accessibility, battery exemption, OEM autostart, default SMS/dialer roles, contacts, and SMS permissions. No software vulnerability is required: legitimate privileges are obtained through a trusted pretext and provide surveillance capabilities comparable to an exploit-based compromise.
Selective VPN blackhole: Establish an Android VPN with realistic addresses, DNS servers, and default IPv4/IPv6 routes, while excluding attacker-controlled packages and any communication applications needed to preserve the lure. Read packets from the TUN interface but deliberately return no processed packets for forwarding. Most a...
🤖 Agent Actions
Updated
src/generic-methodologies-and-resources/basic-forensic-methodology/android-malware-post-exploitation.md.Added concise new coverage for:
VpnServiceblackhole coercion during malicious install/setupApplication.attachBaseContext()encrypted asset unpacking with reflectiveDexPathListinjectionAlso added the Dream blog URL to the file’s
## Referencessection.I did not update other files because the rest of the blog’s techniques were already substantially covered elsewhere in HackTricks and would have been redundant.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.