選單
中文 (繁體)

Popular Android apps are stealing users' email addresses

Android is an awesome operating system that provides us developers with incredible capabilities. There are quite a few great apps and features Android users benefit from that are simply impossible to implement on other platforms.

Unfortunately, nothing comes free, and this wide array of capabilities is the main reason why Android is so vulnerable from privacy and security standpoints.

In our latest research, we decided to focus on the privacy issues. We took a look at the top 1000 Android apps to find out if they collect any sensitive personal data.

Disclaimer: most apps do collect a lot of information they deem to be "anonymized" and "non-identifiable", such as browsing history, list of installed apps, advertising and device ID, your location, IMSI, IMEI, and other similar specific, but non-personal data. While I find lack of user control over this information unacceptable, I admit that it is not surprising, and people may not realize how easily this "non-identifiable" information may be exploited to break their personal anonymity.

There are some data that are obviously identifiable, and I don't need to explain why it is important to keep that information private. In our research, we focused on searching for the popular apps that silently track your email address with no explicit user consent. Further, in this research, we showed that Android apps can silently extract not just email addresses, but even your contacts and text messages and that there is almost no protection from this.

It is important to mention that this behavior seems to me to be a direct violation of the Google Play content policies, as described in the malicious behavior section:

The following are explicitly prohibited: Apps that steal a user’s authentication information (such as usernames or passwords) or that mimic other apps or websites to trick users into disclosing personal or authentication information.

Also, with no doubt this is a violation of the Privacy terms of Google Play:

Your app’s request for consent:
...
Must not begin personal or sensitive data collection prior to obtaining affirmative consent;
...

How we conducted our research

We designed an automated platform that scans top Google Play apps and looks for some common violations. Scanning includes decompiling the apps' code, installing on a device and inspecting the apps' traffic.

Here's a tip for fellow researchers: there is a better way for inspecting the apps' traffic than good old mitmproxy or Fiddler. Besides being a popular ad blocker and a privacy protection tool, AdGuard for Android is also an excellent tool for this kind of research. You can check what requests are being sent by the apps in the filtering log, and you can examine them closely if you record an HAR (Http Archive) file. Moreover, you can use AG in conjunction with mitmproxy or Fiddler by setting it as an outbound proxy in AdGuard settings.

Our research summary

  • We scanned the top 1000 most popular Google Play apps
  • Nine of them began extracting and sending user email right after the first run with no explicit consent from a user and no additional permissions requested
  • According to Google Play, the total number of downloads of these apps is greater than 350 million
  • Most of the apps send the data over plain HTTP exposing it to any intermediate third party (like your ISP for instance)
  • There is not much you can do to protect yourself from this kind of malicious behavior

I am pretty sure that what we found is just the tip of the iceberg. The apps we found violating user privacy do it in a very straightforward way. I am sure that there are lots of them who hide it better, and we need to use a more sophisticated approach to discover them.

Here are some interesting stats. Among the top 1000 Android apps:

  • 494 apps permissions are enough to extract your phone number and track your phone calls;
  • 213 — to get your email addresses;
  • 208 — to read your contacts;
  • 88 — to read your text messages (SMS and MMS);

Track and Share with BookMyShow

Imagine how surprised we were when the first app we discovered was the highly popular (10M+ downloads), award-winning, "Editors' Choice" of Google Play - the BookMyShow app.

The app developers tried to be open about the information their app collects and the way this information is being used, and they describe everything in detail right on the app page.

How come they do such a notorious thing? The request containing the email address was actually sent to a third-party domain called wzrkt.com. This domain belongs to the analytics system known as CleverTap that advertises itself as a "powerful behavioral analytics [tool] that fuels user-centric engagement". From what the CleverTap documentation on user profiles says, it appears that the BookMyShow developers should have manually filled the email field.

To sum it up, not only was the email silently tracked by the app, it was also immediately shared with a third-party.

Good old GO

This one was not surprising at all. You may remember our previous research about the nasty GO keyboard apps spying on their users? One might have hoped that they would have changed their attitude after the wide exposure given by that research. Unfortunately, this is not the case. We found out that at least three apps developed by the Chinese company called GOMO violate user privacy and try to sneak out as much information as possible.

The first one is the GO SMS Pro app. This app boasts more than 100M installs according to Google Play. Right after the app's installation, it sends your email to the domain goconfigsync.3g.cn right in the request URL, using plain HTTP. Hence, your email is not just being sent to their server, but it is also exposed to every intermediate third-party along the way, such as your ISP.

Two more apps we found are Z Camera - Photo Editor, Beauty Selfie, Collage and S Photo Editor - Collage Maker, Photo Collage with more than 100M installs each. Both apps send your email along with tons of other information to the zcamera.lzt.goforandroid.com domain.

Ironically, GOMO likes to focus on privacy in their apps' descriptions. GO SMS advertises the so-called "Privacy Box" feature:

And both photo editor apps feature the "Private Gallery" that keep private photos safe (from what?):

Guys, really? It'd be so nice if you started protecting user privacy by not violating it yourselves.

Psst, want some free VPN?

Net Neutrality is gone and now more and more people are looking for VPNs to gain better privacy and security. While searching, please be careful about free VPN services. Remember the old rule: when a product is free, you are the product. In our research, we found a perfect example of that. We discovered that two seemingly independent free VPN apps, Turbo VPN - Unlimited Free VPN and VPN Proxy Master-Free security (with more than 10M installs each) send similar requests to the 139.59.113.236 and 139.59.216.231 hosts. These requests can contain not just your email address, but also your phone number, IMSI, and IMEI. Of course, none of that is mentioned in the apps privacy policies (which by the way are also almost identical): https://turbovpn.com/static/privacy_policy_turbovpn.html and http://d32z5ni8t5127x.cloudfront.net/privacy_policy.html.

Beautiful wallpapers in exchange for your email address

The next app on the list is Premium Wallpapers HD with more than 10M installs, according to Google Play. Right after the installation, it requests the list of favorite wallpapers from the URL like this:

http://api.pwhd.space/api/v5/wallpapers/favorites/email@example.com

To be honest, this looks more like a developer's mistake than a deliberate plan to steal your email address and use it for further tracking. Nevertheless, this is still a serious privacy issue, and the use of plain HTTP makes it worse.

Other apps

Two more apps we discovered are Recharge, Bill Payment, Wallet and MyCalendar with more than 10M installs each.

The first app is an Indian digital payment platform, and I can assume that people regularly trust them with much more than just a tiny email address. However, tracking users email before registration is not acceptable and I think they should fix this in future versions.

The second app was last updated on December 22, 2014, and seems to have been abandoned. There is one interesting technical detail about it, though. It puts your personal information (including email) to the Cookie header of every request made to the www.mycalapp.com domain. All the requests are made over plain HTTP as usual.

Why is this happening?

You might think that there are a great many naughty developers on Google Play, but I don't think that this is the problem. The root cause is that on Android it is very easy to silently extract personal information, and Android does not make it clear enough when apps request access to dangerous permissions. We prepared a sample app that you can run and observe for yourself.

Here is the information this app is able to silently extract:

  • Email address
  • IMEI
  • All your contacts
  • All your SMS messages
  • We may add more examples later (location, IMSI, cellular provider, apps, photos, etc)

The second problem is Google Play itself. It usually shows you what permissions the app requires prior to the installation. Here is what this looks like for one of the apps listed above:

However, I'd like to remind you that this app was installed more than 100M times. Apparently, most end-users just do not understand how dangerous granting some of these permissions might be because Google Play does not make it clear enough.

To sum it up, the state of Android's privacy is astonishingly bad. Your important information is not protected from unrestricted access, and Google Play does not provide enough transparency.

How can I protect myself?

I could just say, "install AdGuard; it will block all the tracking servers, etc.", but I won't. The problem is that this threat is not limited to some known trackers, it can be exploited by literally any app and there's not much you can do to protect yourself, save for some seemingly obvious general rules you should follow:

  1. Do not install apps from the developers you don't trust.
  2. Examine the apps permissions very carefully. After all, why would a wallpaper app or a selfies editor need to get access to your accounts information?
  3. If you are an AdGuard user, use the filtering log to examine the apps network activity.
喜歡這篇文章嗎?
19,183 19183 使用者評論
極好的!

AdGuard for Windows

Windows 版 AdGuard 不只是廣告封鎖程式,它是集成所有讓您享受最佳網路體驗的主要功能的多用途工具。其可封鎖廣告和危險網站,加速網頁載入速度,並且保護兒童的線上安全。
透過下載該程式,您接受授權協定的條款
閱讀更多
19,183 19183 使用者評論
極好的!

AdGuard for Mac

Mac 版 AdGuard 是一款獨一無二的專為 MacOS 設計的廣告封鎖程式。除了保護使用者免受瀏覽器和應用程式裡惱人廣告的侵擾外,應用程式還能保護使用者免受追蹤、網路釣魚和詐騙。
透過下載該程式,您接受授權協定的條款
閱讀更多
19,183 19183 使用者評論
極好的!

AdGuard for Android

Android 版的 AdGuard 是一個用於安卓裝置的完美解決方案。與其他大多數廣告封鎖器不同,AdGuard 不需要 Root 權限,提供廣泛的應用程式管理選項。
透過下載該程式,您接受授權協定的條款
閱讀更多
19,183 19183 使用者評論
極好的!

AdGuard for iOS

用於 iPhone 和 iPad 的最佳 iOS 廣告封鎖程式。AdGuard 可以清除 Safari 中的各種廣告,保護個人隱私,並加快頁面載入速度。iOS 版 AdGuard 廣告封鎖技術確保最高質量的過濾,並讓使用者同時使用多個過濾器。
透過下載該程式,您接受授權協定的條款
閱讀更多
19,183 19183 使用者評論
極好的!

AdGuard 內容阻擋器

AdGuard 內容阻擋器將消除在支援內容阻擋器技術之行動瀏覽器中的各種各類廣告 — 即 Samsung 網際網路和 Yandex.Browser。雖然比 AdGuard for Android 更受限制,但它是免費的,易於安裝並仍提供高廣告封鎖品質。
透過下載該程式,您接受授權協定的條款
閱讀更多
19,183 19183 使用者評論
極好的!

AdGuard 瀏覽器擴充功能

AdGuard 是有效地封鎖於全部網頁上的所有類型廣告之最快的和最輕量的廣告封鎖擴充功能!為您使用的瀏覽器選擇 AdGuard,然後取得無廣告的、快速的和安全的瀏覽。
19,183 19183 使用者評論
極好的!

AdGuard 助理

AdGuard 桌面應用程式的配套瀏覽器擴充功能。它為瀏覽器提供了自訂的元件阻止的功能,將網站列入允許清單或傳送報告等功能。
19,183 19183 使用者評論
極好的!

AdGuard DNS

AdGuard DNS 是一種不需要安裝任何的應用程式而封鎖網際網路廣告之極簡單的方式。它易於使用,完全地免費,被輕易地於任何的裝置上設置,並向您提供封鎖廣告、計數器、惡意網站和成人內容之最少必要的功能。
19,183 19183 使用者評論
極好的!

AdGuard Home

AdGuard Home 是一款用於封鎖廣告 & 追蹤之全網路範圍的軟體。在您設置它之後,它將涵蓋所有您的家用裝置,且為那您不需要任何的用戶端軟體。由於物聯網和連網裝置的興起,能夠控制您的整個網路變得越來越重要。
19,183 19183 使用者評論
極好的!

AdGuard Pro iOS 版

除了在 Safari 中之優秀的 iOS 廣告封鎖對普通版的用戶為已知的外,AdGuard Pro 提供很多功能。透過提供對自訂的 DNS 設定之存取,該應用程式允許您封鎖廣告、保護您的孩子免於線上成人內容並保護您個人的資料免於盜竊。
透過下載該程式,您接受授權協定的條款
閱讀更多
19,183 19183 使用者評論
極好的!

AdGuard for Safari

自 Apple 開始強迫每位人使用該新的軟體開發套件(SDK)以來,用於 Safari 的廣告封鎖延伸功能處境艱難。AdGuard 延伸功能可以將高優質的廣告封鎖帶回 Safari。
19,183 19183 使用者評論
極好的!

AdGuard Temp Mail

免費的臨時電子郵件地址產生器,保持匿名性並保護個人隱私。您的主收件匣中沒有垃圾郵件!
19,183 19183 使用者評論
極好的!

AdGuard Android TV 版

Android TV 版 AdGuard 是唯一一款能封鎖廣告、保護隱私並充當智慧電視防火墻的應用程式。取得網路威脅警告,使用安全 DNS,並受益於加密流量。有了安全性和零廣告的使用體驗,使用者就可以盡情享受最喜愛的節目了!
已開始下載 AdGuard 點擊箭頭所指示的檔案開始安裝 AdGuard。 選擇"開啟"並點擊"確定",然後等待該檔案被下載。在被打開的視窗中,拖曳 AdGuard 圖像到"應用程式"檔案夾中。感謝您選擇 AdGuard! 選擇"開啟"並點擊"確定",然後等待該檔案被下載。在被打開的視窗中,點擊"安裝"。感謝您選擇 AdGuard!
在行動裝置上安裝 AdGuard