Skip to content

[IN THE WORKS] Python script designed to provide comprehensive analysis of malware samples, combining static and dynamic analysis techniques to analyse the behaviour and characteristics of analysed malware. Utilises PEfile library and PyREBox (VM sandbox)

License

Notifications You must be signed in to change notification settings

Totodile-Liam/Malware-Analysis-Toolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malware-Analysis-Toolkit

Python script designed to provide comprehensive analysis of malware samples, combining static and dynamic analysis techniques to analyse the behaviour and characteristics of analysed malware. Utilises PEfile library and PyREBox (VM sandbox)

Dependencies

pip install PEfile
pip install PyREBox

Features

  • Static analysis (PEfile) to extract basic information from Portable Executable (PE) files
  • Dynamic analysis (PyREBox) to create a Virtual machine sandbox for executing malware sample
  • Callback function

Usage

tbc

About

[IN THE WORKS] Python script designed to provide comprehensive analysis of malware samples, combining static and dynamic analysis techniques to analyse the behaviour and characteristics of analysed malware. Utilises PEfile library and PyREBox (VM sandbox)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.4%
  • JavaScript 40.6%