Play Store App Serves Coper Via GitHub
We at K7 Labs recently came across this twitter post about Coper, a banking Trojan. The main infection vector of Coper was found on the official Google Play Store where it posed as UniFile manager – PDF viewer app with 10,000+ downloads as shown in Figure 1. Figure 1: UniFile manager – PDF viewer from Google Play Store Once launched, this app requests the user to enable unknown apps source as shown in Figure 2. Figure 2: Enable unknown apps source popup When the user enables “Allow from this source”, this application downloads malicious Coper malware file com.lastcarn_PlayMarket.apk and saves it to the device download folder as PlayMarketUpdate.apk. From the ADB Logcat report we noticed that the malware file “com.lastcarn_PlayMarket.apk” gets downloaded from a GitHub repository as shown in Figure 3. Figure 3: ADB Logcat shows malware sample download URL Figure 4 shows that the repository was created by Johmeffer. At the time of writing this blog the GitHub repository was still ...