Skip to content

Tool for extracting Zloader static config and unpacked binary from process

Notifications You must be signed in to change notification settings

tomHCF/Zloader-config-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Zloader_config_dumper

Tool for extracting Zloader config and unpacked binary from process based on:

Idea for this tool came from this analysis: https://johannesbader.ch/blog/the-dga-of-zloader/

The Zloder packer creates msiexec.exe process in suspended state, then injects an encrypted payload and a decryption stub to it, sets thread context to the stub and finally resumes execution. In next stage the stub decrypts payload and jumps to it. To extract config and unpacked PE pass PID of spawned msiexec.exe process as argument.

alt text

About

Tool for extracting Zloader static config and unpacked binary from process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages