persinammon / nyit-malware

parses android app manifest files

Home Page:https://persinammon.github.io/nyit-malware/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NYIT Malware

This is a set of scripts to generate a dataset out of Android *.apk files. intentfinder.py takes INTENTS.txt file of keywords and creates dataset of 1's and 0's if the app contains the keyword (intent filter or permission). Models use indicator matrix to predict if Android app is benign or malicious. Leading model had a 91.7% accuracy.

About

parses android app manifest files

https://persinammon.github.io/nyit-malware/


Languages

Language:Python 85.3%Language:Shell 14.7%