Coder Social home page Coder Social logo

s0urc-3 / android_malware_analysis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from srijansingh08/android_malware_analysis

0.0 0.0 0.0 159 KB

This project provides an analysis of Android malware using static features. We leverage Jupyter Notebook to perform static analysis on Android permissions and APK files, extracting relevant features and providing insights into potential malicious behavior.

Jupyter Notebook 100.00%

android_malware_analysis's Introduction

Android Malware Analysis using Static Features

Overview

This project provides an analysis of Android malware using static features. We leverage Google Colab Notebook to perform static analysis on Android APK files, extracting relevant features and providing insights into potential malicious behavior. This README serves as a guide to set up and use the analysis notebook.

Table of Contents

Prerequisites

Before getting started, make sure you have the following prerequisites:

  • Python 3.x
  • Google Colab Notebook
  • Required Python packages (you can install them using pip):
    • pandas
    • scikit-learn
    • matplotlib
    • seaborn
    • APKTool (for APK decompilation)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/srijansingh08/Android_Malware_Analysis.git
    1.Navigate to the project directory:
     cd Android_Malware_Analysis
    2.Create a virtual environment (optional but recommended):
     python -m venv venv
    3.Activate the virtual environment:
     On Windows:
       venv\Scripts\activate
     On macOS and Linux:
       source venv/bin/activate
    4.Install the required Python packages:
     pip install -r requirements.txt

Usage

1.Download Android APK files that you want to analyze and place them in the data/apk_samples directory.

2.Open Google Colab Notebook

3.Open the Android_Malware_Analysis.ipynb notebook in Google Colab.

4.Follow the instructions in the notebook to perform the analysis on your APK samples.

Features

  • Extracts static features from Android APK files.
  • Provides visualizations and insights into the analysis results.
  • Allows for customizable feature extraction and analysis.
  • Supports both benign and malicious APKs.

android_malware_analysis's People

Contributors

srijansingh08 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.