Code Monkey home page Code Monkey logo

malfinder's Introduction

MalFinder

Forked from J0eBinary. This tool takes a PE file (e.g. *.exe) and checks if the Import Address Table (IAT) contains a suspicious function that is usually used in malware. The process is done by checking if the function name is present at https://malapi.io/ . If so, the tool returns the description of the function and what it is used for.

Added Features

  • Detect the use of Direct Syscalls by disassembling the binary and looking into it.

Capture2

  • Display information about the binary.
  • Calculate each section's entropy to detect potential obfuscation/packing

Capture

  • Calculate each section's virtual and raw size to detect the potential of packing.

Capture3

  • Extract all IPs from the binary.

    Capture4

  • Calculate the MD5 hash and sends it to VirusTotal, then it prints out how many vendors have flagged this binary.

Capture5

Installation

git clone https://github.com/oh-az/MalFinder.git

Dependencies

dependencies can be installed using the requirements file:

sudo pip3 install -r requirements.txt

Usage

python3 MalFinder.py malware.exe
python3 MalFinder.py mal_library.dll

image

Contact

Version

Current version is 1.0

malfinder's People

Contributors

j0ebinary avatar oh-az avatar

Stargazers

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