malware-analysis

2 articles
sort: new top best
clear filter
0 7/10

Unpacker is a modular malware packer detection and unpacking tool that automatically identifies packers (UPX, ASPack, Themida, VMProtect, MPRESS) via signatures, entropy, and heuristics, then dispatches to the appropriate unpacker module—native decompression for UPX, emulation-based unpacking via Unicorn/Qiling for others—with built-in validation using string analysis and file metadata.

Unpacker Andrey Pautov InfoSec Write-ups UPX ASPack Themida VMProtect MPRESS Unicorn Unipacker Qiling String Analyzer fileinfo.py
infosecwriteups.com · Andrey Pautov · 2 hours ago · details
0 7/10

A comprehensive guide to static malware analysis workflow covering triage, string analysis, PE import analysis, and unpacking, with open-source tools and an orchestrator for automation. The article explains each step's purpose and how to execute the full workflow programmatically.

Andrey Pautov InfoSec Write-ups Basic-File-Information-Gathering-Script String-Analyzer PE-Import-Analyzer Static Malware Analysis Orchestrator VirusTotal
infosecwriteups.com · Andrey Pautov · 2 hours ago · details