Dataset about user privacy treatment by mobile applications
收藏Mendeley Data2024-03-27 更新2024-06-29 收录
下载链接:
https://zenodo.org/record/4261664
下载链接
链接失效反馈官方服务:
资源简介:
With academical purposes for the Master in Data Science at UOC, this data extraction project is carried out using Web Scraping techniques on the Exodus-Privacy website, which is dedicated to analyze security and privacy aspects in Android applications. The dataset about user privacy treatment by mobile applications, provides information on trackers that have been included in the application and the device permissions that the user must accept at the time of installation. In addition, it provides more interesting application features for analytical processing of mobile applications.
Dataframe files:
· exodus.zip: Contains de icon attribute within the dataset file exodus.json (3G) in a [RGBA] 32x32 list format.
· exodusNoIcon.zip: Contains de dataset file exodusNoIcon.json (100M) with 153.373 png files. Each file is named with the Id attribute within the dataset file.
Dataframe attributes: {
"id": {
"Id": id,
"Name": "name",
"Tracker_count": trackersCount,
"Permissions_count": permissionsCount,
"Version": "version",
"Downloads": "downloads",
"Analysis_date": "analysisDate",
"Trackers": [
{
"Tracker Name": [
"trackerPurpose"
]
}
],
"Permissions": [
"permission",
],
"Permissions_warning_count": permissionWarningCount,
"Developer": "developer",
"Country": "country",
"Icon": [
[
R,
G,
B,
A
]
]
}
}
创建时间:
2023-06-28



