A comprehensive collection of tools and code snippets designed to assist in malware investigations and analysis.
Code written as part of our various malware investigations
This repository is primarily used by malware analysts and digital forensics professionals to investigate, analyze, and hunt for malware threats. It provides practical tools and scripts that facilitate detailed malware analysis and forensic investigations, aiding threat hunting efforts.
Since this repository contains multiple scripts and tools, users should review individual tool documentation for specific installation requirements and usage instructions. It is recommended to run these tools in isolated environments to avoid accidental execution of malware samples.
Clone the repository using: git clone https://github.com/eset/malware-research.git
Navigate to the cloned directory: cd malware-research
Review individual tool README files for specific dependencies and setup
Install required dependencies as noted per tool (e.g., pip install -r requirements.txt if applicable)
git clone https://github.com/eset/malware-research.git
Clones the malware-research repository to your local machine.
cd malware-research
Changes the current directory to the cloned repository folder.
python tool_name.py --help
Displays help and usage information for a specific Python-based tool in the repository.