GithubHelp home page GithubHelp logo

secthebit / malware-detection-using-machine-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mburakergenc/malware-detection-using-machine-learning

0.0 0.0 0.0 23.44 MB

Malware detection project on Android devices using machine learning classification algorithms.

Home Page: http://www.mburakergenc.com/intellidetect/

License: MIT License

Jupyter Notebook 1.00% HTML 87.51% Python 9.39% Shell 0.20% JavaScript 0.80% Makefile 0.03% C 0.72% Visual Basic 0.01% Mako 0.01% CSS 0.34%

malware-detection-using-machine-learning's Introduction

Malware-Detection-using-Machine-Learning

Malware detection on Android devices using machine learning classification methods. This repository is a proof of concept for malware detection on Android devices using behavioral features.

Data

Current data includes 100.000 samples apk samples. Previous data is extracted from the proc virtual file system. data.csv file contains the process samples from Ubuntu Desktop environment.

Features (For each apk)

Everything in an APK can be a feature.

  • hash
  • milisecond
  • state
  • usage counter
  • priority
  • static priority
  • normal priority
  • policy
  • vm_pgoff
  • vm_truncate_count
  • task_size
  • cached_hole_size
  • free_area_cache
  • mm_users
  • map_count
  • hiwater_rss
  • total_vm
  • shared_vm
  • exec_vm
  • reserved_vm
  • nr_ptes
  • end_data
  • last_interval
  • nvcsw
  • nivcsw
  • min_flt
  • maj_flt
  • fs_excl_counter
  • lock
  • utime
  • stime
  • gtime
  • cgtime
  • signal_nvcsw

TO-DO List

  • Data extraction script will be pushed to the repository
  • Feature selection algorithms will be applied for better results.
  • More relevant features may be extracted from the kernel.
  • A script will be written to do the whole process in real time at the user space.
  • A kernel driver will be written to do the whole process in real time at the kernel level.

Classification

There are many classification algorithms and libraries which can be used as a black box. We compared 3 different classification algorithms in the showcase which is an Ipython Notebook file.

malware-detection-using-machine-learning's People

Contributors

mburakergenc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.