Giter VIP home page Giter VIP logo

team-dragora-p1's Introduction

Malware Classification

This repository contains the project-1 of Data Science Practicum (CSCI 8360) course at the University of Georgia, Spring 2019.

This project uses data from the Microsoft Malware Classification Challenge, which consists of nearly half a terabyte of uncompressed data. There are 9 classes of malware, and each instance of malware has one, and only one, category.

We built a Random Forest classifier which achieves an accuracy of 99.0077%.

Please refer to the Wiki for more details on our approach.

Getting Started

The following instructions will assist you get this project running on your local machine for developing and testing purpose.

Prerequisites:

Running the tests:

Run the random forest classifier. The data is automatically pulled from the internet. Byte count or Header count features can be selected (or both).

$ python low_mem_rf.py [Dataset] [Features] [Number of trees] [Maximum depth]

OR

$ spark-submit low_mem_rf.py [Dataset] [Features] [Number of trees] [Maximum depth]

All parameters are optional.

Dataset - s for small dataset, l for large dataset. Default: l.

Features - 11 for byte and header counts, 10 for only byte counts, 01 for only header counts. Default: 11

Number of trees - Any integer larger than 1. Default: 40

Maximum Depth - Any integer between 1 and 30 (inclusive). Default: 23

The prediction will be saved to disk in the current directory and named submit<Number of trees><Maximum depth>.txt By default it will be saved as submit4023.txt

Run the random forest classifier with .dll and opcode count [Optional].

$ spark-submit dllandOpcodefeatutes.py [path-to-opcodeslist.txt]

Authors

(Ordered alphabetically)

  • Anuj Panchmia
  • Sumer Singh
  • Vishakha Atole

See the CONTRIBUTORS.md file for details.

License

This project is licensed under the MIT License - see the LICENSE file for details

team-dragora-p1's People

Contributors

vishcocity avatar srs96 avatar anuj1995 avatar

Watchers

James Cloos avatar  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.