baltpeter / ios-privacy-violations

Source code, data, presentation, and notes for my research project on “zero-touch” privacy violations on iOS

Home Page:https://benjamin-altpeter.de/doc/presentation-ios-privacy.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated analysis of “zero-touch” privacy violations under iOS

Source code, presentation, and notes for my university research project on “zero-touch” privacy violations on iOS (presentation).

As a follow-up project to the Android privacy research, I also looked at the iOS ecosystem. At the time, research into data protection on iOS had been scarce and outdated and there was no prior art for automatically acquiring and analysing apps. The presentation details the many dead ends I ran into on the way to a working solution and my process of reverse-engineering how to programmatically grant permissions on iOS.

I ended up analysing 1,001 apps from the top charts of the German App Store as of May 2021. The results are very similar to those on Android. I found that apps on iOS also frequently perform tracking even without user input (or much less consent), collecting the same data types. Even the list of the most common trackers is almost identical. Finally, I also had a quick look at Apple’s then new privacy labels. Most of the declarations were correct but I did find some apps transmitting data they omitted in their privacy label.

To learn more, check out my presentation on the project.

The source code for this project was also used for the “Keeping Privacy Labels Honest” paper (preprint), to be published at PETS’22. The full source code for that paper can be found in the Keeping-Privacy-Labels-Honest organization.

LICENSE

This code is licensed under the MIT license, see the LICENSE file for details.

About

Source code, data, presentation, and notes for my research project on “zero-touch” privacy violations on iOS

https://benjamin-altpeter.de/doc/presentation-ios-privacy.pdf

License:MIT License


Languages

Language:JavaScript 66.1%Language:Python 29.2%Language:HTML 4.7%