MoYu Malware Turns Android Car Head Units into Proxy-Botnet ... - #2739
Open
carlospolop wants to merge 1 commit into
Open
MoYu Malware Turns Android Car Head Units into Proxy-Botnet ...#2739carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://securelist.com/android-head-unit-malware/121106 Content Categories: Based on the analysis, this content was categorized under "Mobile Pentesting > Android Applications Pentesting, extending Insecure In-App Update RCE and Manual DeObfuscation; optionally cross-reference Basic Forensic Methodology > Android Malware Post-Exploitation". 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: Kaspersky discovered a multi-stage Android malware campaign in June 2026 targeting DoFun automotive head units. The UI-less initial payload, JarService, was installed through TWCore (
com.tw.core), a legitimate preinstalled system application responsible for analytics and software updates. The chain ultimately provides ad-fraud and clicker functionality, arbitrary JavaScript execution in WebView, remotely configurable HTTP operations, dynamic ...🔧 Technical Details
Abusing trusted update channels to install new applications: A preinstalled updater becomes a malware-delivery primitive when its remote instructions can request installation of APKs absent from the original device image. In this case, MQTT update objects include
installNotExists; setting it totruebypasses the check that the package is already installed. The updater downloads the APK to<external cache>/push/apk/and installs it without normal user discovery. This pattern should be hunted by correlating installer identities, update messages, cache artifacts, and newly introduced package names. The technique does not by itself prove that downloaded applications inherit the updater's privileges.Layered XOR-encrypted Android payloads: Malware can embed serialized metadata and executable code as encrypted blocks inside an APK. A single-byte XOR key may change according to a predictable linear se...
🤖 Agent Actions
Updated:
src/mobile-pentesting/android-app-pentesting/insecure-in-app-update-rce.mdAdded concise coverage of:
Validation passed: clean diff, structural checks, reference URLs HTTP 200, and no forbidden sources. Full
mdbook buildwas unavailable becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.