Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Malware Analysis

Malware Analysis

187 projects

Showing 36 of 175 projects

Vivisect
VivisectPython

A Python framework for disassembly, static analysis, symbolic execution, and debugging of binaries and malware.

#disassembler#emulation#python
Stars997
Forks191
Last commit2 days ago
List of various Security APIs
List of various Security APIs

A curated collection of public JSON APIs for cybersecurity professionals, covering threat intelligence, malware analysis, and security tools.

#json-api#siem#security-automation
Stars980
Forks155
Last commit1 month ago
honeypots
honeypotsPython

A Python package with 30 low-high level honeypots for monitoring network traffic, bots, and credential attacks.

#pypi#honeypot#protocol-emulation
Stars972
Forks137
Last commit6 months ago
PowerShellArsenal
PowerShellArsenalPowerShell

A PowerShell module for reverse engineering that disassembles code, analyzes malware, parses memory structures, and inspects Windows internals.

#disassembly#pe-parsing#dotnet-analysis
Stars898
Forks205
Last commit
Munin
MuninPython

A Python utility for checking file hashes against multiple malware analysis services like VirusTotal, Hybrid Analysis, and MISP.

#virustotal#cli-tool#python
Stars852
Forks151
Last commit1 year ago
DECAF (Dynamic Executable Code Analysis Framework)
DECAF (Dynamic Executable Code Analysis Framework)C

A dynamic binary analysis framework based on QEMU for whole-system taint analysis and security research.

#taint-analysis#malware-analysis#intrusion-detection
Stars838
Forks167
Last commit
MalUnpack
MalUnpackC

A dynamic unpacker for Windows malware that deploys packed executables, waits for payload unpacking, and dumps the extracted code.

#pe-sieve#windows-security#dynamic-unpacking
Stars815
Forks76
Last commit1 month ago
Dionaea
DionaeaPython

A low-interaction honeypot that emulates vulnerable services to capture malware and analyze attacks.

#honeypot#protocol-emulation#security
Stars802
Forks198
Last commit1 year ago
Droidbox
DroidboxPython

Dynamic analysis tool for Android applications that monitors runtime behavior, detects information leaks, and visualizes app activity.

#android-app-analysis#runtime-monitoring#android-security
Stars798
Forks224
Last commit2 years ago
PE-bear
PE-bear

A freeware reversing tool for PE files, designed for fast and flexible malware analysis.

#pe-format#pe-files#windows-reversing
Stars782
Forks71
Last commit3 years ago
OSX Security Awesome
OSX Security Awesome

A curated collection of macOS and iOS security resources including tools, research, malware analysis, and hardening guides.

#system-hardening#digital-forensics#hacking-mac
Stars780
Forks113
Last commit2 months ago
PEPack
PEPackC

A command-line toolkit for analyzing and working with Portable Executable (PE) binaries on multiple platforms.

#pe-file#command-line-tools#portable-executable
Stars774
Forks140
Last commit2 months ago
Antivmdetect
AntivmdetectPython

A script that generates VirtualBox templates to harden Windows VMs against malware detection.

#sandbox#powershell-automation#security-hardening
Stars771
Forks125
Last commit3 years ago
Javascript Mallware Collection
Javascript Mallware CollectionJavaScript

A collection of nearly 40,000 JavaScript malware samples for security research and analysis.

#malware-dataset#web-security#malware-samples
Stars760
Forks243
Last commit
un{i}packer
un{i}packerPython

An automatic, platform-independent unpacker for Windows binaries using emulation to analyze packed malware.

#pefile#unpacker#dumper
Stars756
Forks93
Last commit9 months ago
StringSifter
StringSifterPython

A machine learning tool that ranks strings by relevance for malware analysis, helping analysts prioritize suspicious strings.

#fireeye-data-science#command-line-tool#strings-analysis
Stars756
Forks128
Last commit2 months ago
HaboMalHunter
HaboMalHunterPython

An automated malware analysis tool for Linux ELF files, extracting static and dynamic features for security assessment.

#yara-rules#security#security-tools
Stars751
Forks221
Last commit3 years ago
Laika BOSS
Laika BOSSPython

A scalable, modular object scanner and intrusion detection system that extracts, flags, and enriches files with metadata.

#file-analysis#metadata-extraction#python
Stars750
Forks161
Last commit1 year ago
CapTipper
CapTipperPython

A Python tool to analyze, explore, and revive malicious HTTP traffic from PCAP files for security research.

#digital-forensics#python-tool#network-forensics
Stars723
Forks161
Last commit3 years ago
box-js
box-jsJavaScript

A utility for analyzing and studying malicious JavaScript by emulating a Windows JScript environment.

#sandbox-emulation#malwareanalysis#indicators-of-compromise
Stars672
Forks88
Last commit1 year ago
MARA
MARAPython

A comprehensive mobile application reverse engineering and analysis framework for security testing against OWASP mobile threats.

#mobile-security#owasp#apk-analysis
Stars668
Forks177
Last commit6 years ago
WDBGARK
WDBGARKC++

A WinDBG extension for viewing and analyzing Windows kernel anomalies to detect rootkits and system modifications.

#debugging-tools#windbg#kernel-debugging
Stars641
Forks182
Last commit5 years ago
Gym-Malware
Gym-MalwarePython

A reinforcement learning environment for training AI agents to manipulate malware samples and evade static machine learning detection.

#openai-gym#evasion-techniques#cybersecurity-research
Stars635
Forks166
Last commit3 years ago
CuckooDroid
CuckooDroidPython

An extension of Cuckoo Sandbox that adds automated Android malware analysis capabilities for executing and analyzing Android applications.

#mobile-security#android-security#cuckoo-sandbox
Stars606
Forks134
Last commit5 years ago
iocextract
iocextractPython

A Python library and CLI for extracting and refanging defanged Indicators of Compromise (IOCs) from text.

#defang#defanging#threat-sharing
Stars581
Forks92
Last commit1 year ago
Nauz File Detector
Nauz File DetectorC++

A portable utility that identifies linkers, compilers, and packers used to create executable files across Windows, Linux, and macOS.

#signature#hacktoberfest#portable-utility
Stars573
Forks82
Last commit5 days ago
MalSploitBase
MalSploitBasePython

A collection of public exploits targeting malware infrastructure for security research and analysis.

#exploit-development#infrastructure-exploitation#malware-analysis
Stars561
Forks204
Last commit9 months ago
Machinae
MachinaePython

A Python tool for collecting security intelligence from public feeds about IPs, domains, URLs, emails, hashes, and SSL fingerprints.

#python-tool#osint#ip-reputation
Stars539
Forks101
Last commit2 years ago
PortEx
PortExScala

A Java library for static malware analysis of Portable Executable files with robust handling of malformations.

#java-library#portable-executable#entropy-calculation
Stars532
Forks91
Last commit2 months ago
VMCloak
VMCloakPython

Automated tool for creating and preparing virtual machines for Cuckoo Sandbox malware analysis.

#windows-vms#virtual-machine#cuckoo-sandbox
Stars516
Forks128
Last commit2 years ago
friTap
friTapJavaScript

A tool for real-time SSL/TLS key extraction and traffic decryption to simplify encrypted network analysis for security researchers.

#digital-forensics#android-https-capture#pcap
Stars511
Forks46
Last commit15 days ago
MalConfScan
MalConfScanPython

A Volatility plugin that extracts configuration data and decoded strings from known malware families in memory images.

#digital-forensics#memory#security
Stars496
Forks69
Last commit2 years ago
AVClass
AVClassPython

A Python tool for extracting malware family names and tags from antivirus engine labels, designed for large-scale malware analysis.

#python-tool#malware-labeling#virustotal
Stars486
Forks118
Last commit1 year ago
Bitscout
BitscoutShell

A customizable live OS constructor tool written in Bash for remote forensics, malware hunting, and incident response.

#digital-forensics#bootable-media#remote-forensics
Stars480
Forks109
Last commit1 year ago
Snare
SnarePython

A web application honeypot sensor that clones websites to attract and analyze malicious attacks.

#hacktoberfest#sensor#honeypot
Stars479
Forks136
Last commit2 years ago
malware-jail
malware-jailJavaScript

A Node.js sandbox for semi-automatic JavaScript malware analysis, deobfuscation, and payload extraction.

#activex#angler#sandbox
Stars476
Forks97
Last commit3 years ago
PreviousPage 3 of 5

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
4 years ago
1 year ago
1 year ago
Next
#Reverse Engineering93
#Security Tools64
#Cybersecurity61
#Security Research45
#Python45
#Threat Intelligence43
#Binary Analysis41
#Incident Response41
#Static Analysis26
#Digital Forensics25
#Malware Research25
#Malware24