Gowtham1729 / Android-App-Malware-Detector

A Deep Learning Model for detecting Malware Applications
14 stars 0 forks source link

Incorrect Prediction #1

Open mayankraheja98 opened 4 years ago

mayankraheja98 commented 4 years ago

I supplied a malware file that should have been detected as a malware but the model does not detect it as malware. The python program "MalwareDetector.py" shows output "No Malware is found" no matter whatever apk is supplied. Please refer the below attached screenshot image

In the second screenshot you can see the apk is indeed a malware. image

jhavishal10 commented 4 years ago

facing same problem

Gowtham1729 commented 4 years ago

I am glad you tried this. But, this neural network is far from perfect. So, please don't expect it to work well. I don't how many apps you have tested. Maybe, if you test it on enough apps it might work on a few of them. I also want to know which data you used for the training and how many apps did you used for training or did you just used previous training results from the model.h5 file.

Gowtham1729 commented 4 years ago

Finally, the application I used for training is very old. So, I don't know if the scripts I used to extract features work the same way I previously intended, on the newly developed apps considering the ton of changes in the android application development process.

Abhishek-N commented 4 years ago

Well, the model doesn't recognize malware in any of the apks used. If there's any apk that this model can detect, please share. It will be helpful. Thanks

ikhlass commented 3 years ago

ive tried hundreds of malware apks but i got the same result always "no malware is found"