GoldPickaxe Returns When Your Biometric Information Is as Im...#2492
Open
carlospolop wants to merge 1 commit into
Open
GoldPickaxe Returns When Your Biometric Information Is as Im...#2492carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://zimperium.com/blog/goldpickaxe-returns-when-your-biometric-information-is-as-important-as-your-money Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting -> Android Applications Pentesting / Basic Forensic Methodology -> Android Malware Post-Exploitation; possibly update pages on Accessibility Services Abuse, Android anti-analysis/anti-instrumentation, dynamic DEX loading, overlay phishing, and Media Projection abuse". 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 and impact
Zimperium zLabs analyzed a new Android variant of GoldPickaxe, an advanced mobile banking Trojan attributed to GoldFactory, a cybercrime group active in the APAC region. The campaign is distributed through phishing infrastructure spoofing KuaiBo, a Chinese video streaming/media player platform, and tricks users into manually installing a malicious Android application. Zimperium telemetry identified 19 unique samples across Indonesia, Ma...🔧 Technical Details
Low-footprint Android dropper chain: A mobile Trojan can reduce initial detection by shipping a minimal Dropper APK and keeping the full malicious feature set out of the first installed package. After execution, the dropper installs a secondary payload through Android's legitimate SessionInstaller API, blending into normal package installation flows and helping bypass modern sideloading and Accessibility-related restrictions.
Encrypted dynamic DEX loading: Malicious Android logic can be stored as an encrypted file such as payload_dex.bin and only decrypted at runtime. In this case, the malware uses AES and retrieves cryptographic material from APK-packaged files named dex_IV.bin and dex_key.bin. The decrypted DEX is dynamically loaded into memory, preventing static scanners from inspecting the real code unless they reproduce the decryption and class-loading path.
Packer reuse across dropper and payload: When both...
🤖 Agent Actions
Done — I updated:
src/generic-methodologies-and-resources/basic-forensic-methodology/android-malware-post-exploitation.mdAdded concise, non-duplicative coverage for:
MAIN/LAUNCHERomission)jadx/apktoolactivity-aliasdeception / legacy component indirectionpayload_dex.binwith separatedex_IV.bin/dex_key.binAlso updated the file’s
## Referencessection with the GoldPickaxe sources.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.