项目作者: f0wl

项目描述 :
Unpacking script for the Huan PE Crypter
高级语言: Go
项目地址: git://github.com/f0wl/huan_unpack.git
创建时间: 2021-08-21T10:52:44Z
项目社区:https://github.com/f0wl/huan_unpack

开源协议:GNU General Public License v3.0

下载


Go Report Card

huan_unpack

A simple unpacking script for the Huan PE Crypter by Furkan Göksel. Since this Crypter will likely be used for malicious purposes sooner rather than later I chose to write this unpacking script and a matching Yara rule to detect the usage of Huan.

Usage

  1. go run huan_unpack.go path/to/sample.exe

Screenshot

Tool Screenshot

How does it work?

The payload is encrypted (orange) with AES-CBC and Key (green) and IV (blue) (along with the length of the plain- (red) and ciphertext (yellow)) are stored in the .huan section of the Loader binary.

Hex Editor, POC executable