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)
pip install PEfile
pip install PyREBox
- 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
tbc