Welcome to KYGnus
Malware Analysis Tools
Comprehensive suite for IOC detection and malware analysis
IOC
Copyright Count 2018
Design by styleshout
Comprehensive suite for IOC detection and malware analysis
> COMPREHENSIVE SET OF TOOLS FOR IOC DETECTION
file test.exe
Determines file type and basic information
exiftool test.exe
Extracts metadata from files
md5sum test.exe
sha256sum test.exe
Generate cryptographic hashes for file identification
strings test.exe
Extracts human-readable strings from binary files
Installation:
sudo apt-get install -y yara
Scan commands:
yara -w malware_rules.yar file #Scan 1 file
yara -w malware_rules.yar folder #Scan folder
capa test.exe
Detects capabilities in executables (PE, ELF, .NET)
floss malware.exe
Advanced string extraction from obfuscated binaries
Options:
floss --only stack tight -- suspicious.exe
floss --no static -- backdoor.exe
Basic analysis:
r2 -d ./binary
aaa # Analyze all
pdf @ main # Disassemble main function
iz # List strings
Advanced features: