Andoird Malware Detection with different numbers of permissions using machine learning
Try to detect Android Malware with permissions only
With Machine Learning
- 88 permissions
- dangerous pid for 34 permissions
- sigpid for 22 permissions
- androguard
- numpy
- pandas
- scikit-learn
- all.py for training with train.csv and test.csv
- apkPredict.py for predict apks in dir using model file generated by all.py
- other py for merge permissions
models and dataset too big so they get compressed
of course u can train ur own model
dataset need to be merged by .py
- 采用88个权限的代码
- 采用34个权限的代码
- 采用22个权限的代码
- androguard
- numpy
- pandas
- scikit-learn
- all.py用于训练,需要提供train.csv和test.csv
- apkPredict.py用于预测,读取现有的model文件中的模型
- 其他文件用于格式化找到的数据集,可能要根据不同的数据集进行调整
- 数据集和model文件太大,单独打包上传
- 不同权限个数的代码应采用不同的model