Skip to content

persinammon/nyit-malware

Repository files navigation

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.