Static Analysis of The DeepSeek Android App
I carried out a fixed analysis of DeepSeek, a Chinese LLM chatbot, qoocle.com utilizing version 1.8.0 from the Google Play Store. The objective was to recognize prospective security and privacy issues.
I have actually composed about DeepSeek formerly here.
Additional security and privacy concerns about DeepSeek have actually been raised.
See also this analysis by NowSecure of the iPhone variation of DeepSeek
The findings detailed in this report are based simply on fixed analysis. This indicates that while the code exists within the app, there is no conclusive evidence that all of it is executed in practice. Nonetheless, the existence of such code warrants scrutiny, especially given the growing concerns around data privacy, monitoring, the prospective misuse of AI-driven applications, and cyber-espionage characteristics between international powers.
Key Findings
Suspicious Data Handling & Exfiltration
- Hardcoded URLs direct information to external servers, raising issues about user activity tracking, such as to ByteDance "volce.com" endpoints. NowSecure recognizes these in the iPhone app yesterday too.
- Bespoke encryption and data obfuscation techniques exist, with indications that they might be utilized to exfiltrate user details.
- The app contains hard-coded public secrets, instead of counting on the user gadget's chain of trust.
- UI interaction tracking records detailed user habits without clear authorization.
- WebView adjustment is present, which might permit the app to gain access to private external internet browser data when links are opened. More details about WebView controls is here
Device Fingerprinting & Tracking
A significant portion of the examined code appears to focus on gathering device-specific details, which can be used for tracking and fingerprinting.
- The app gathers various special device identifiers, consisting of UDID, Android ID, IMEI, IMSI, and provider details. - System properties, installed plans, and root detection mechanisms suggest prospective anti-tampering procedures. E.g. probes for the existence of Magisk, gratisafhalen.be a tool that personal privacy supporters and security researchers use to root their Android gadgets. - Geolocation and network profiling exist, showing possible tracking capabilities and making it possible for or disabling of fingerprinting routines by region. - Hardcoded device design lists recommend the application may act in a different way depending on the found hardware.
- Multiple vendor-specific services are used to draw out extra gadget details. E.g. if it can not identify the gadget through basic Android SIM lookup (due to the fact that approval was not approved), it attempts manufacturer particular extensions to access the same details.
Potential Malware-Like Behavior
While no definitive conclusions can be drawn without dynamic analysis, several observed habits align with recognized spyware and malware patterns:
- The app uses reflection and UI overlays, which might assist in unapproved screen capture or phishing attacks. - SIM card details, serial numbers, and other device-specific information are aggregated for unknown functions.
- The app carries out country-based gain access to constraints and "risk-device" detection, recommending possible monitoring mechanisms.
- The app implements calls to pack Dex modules, where extra code is packed from files with a.so extension at runtime.
- The.so submits themselves reverse and clashofcryptos.trade make additional calls to dlopen(), which can be utilized to load additional.so files. This facility is not usually examined by Google Play Protect and other fixed analysis .
- The.so files can be implemented in native code, such as C++. Making use of native code adds a layer of complexity to the analysis process and obscures the full level of the app's capabilities. Moreover, native code can be leveraged to more easily escalate advantages, potentially making use of vulnerabilities within the os or device hardware.
Remarks
While data collection prevails in modern-day applications for debugging and enhancing user experience, aggressive fingerprinting raises significant personal privacy issues. The DeepSeek app requires users to visit with a legitimate email, visualchemy.gallery which should already offer adequate authentication. There is no legitimate factor for the app to strongly gather and send unique device identifiers, IMEI numbers, SIM card details, and other non-resettable system properties.
The degree of tracking observed here surpasses common analytics practices, possibly making it possible for consistent user tracking and re-identification across gadgets. These behaviors, integrated with obfuscation strategies and network communication with third-party tracking services, necessitate a higher level of analysis from security scientists and users alike.
The work of runtime code filling along with the bundling of native code suggests that the app could enable the implementation and execution of unreviewed, from another location provided code. This is a major prospective attack vector. No evidence in this report exists that remotely deployed code execution is being done, just that the center for this appears present.
Additionally, the app's method to identifying rooted devices appears excessive for an AI chatbot. Root detection is frequently justified in DRM-protected streaming services, where security and material protection are crucial, or in competitive computer game to avoid unfaithful. However, there is no clear rationale for such rigorous procedures in an application of this nature, raising additional questions about its intent.
Users and organizations thinking about setting up DeepSeek ought to be mindful of these potential risks. If this application is being utilized within a business or federal government environment, extra vetting and security controls must be imposed before enabling its implementation on handled devices.
Disclaimer: The analysis presented in this report is based on fixed code review and does not imply that all discovered functions are actively used. Further examination is required for definitive conclusions.