Taking A Look At PNG Files with pngdump.py Beta Version 0.0.3
2022-9-26 04:10:41 Author: blog.didierstevens.com(查看原文) 阅读量:20 收藏

Taking A Look At PNG Files with pngdump.py Beta Version 0.0.3

Here’s a new beta version of my tool pngdump.py, a tool to analyze PNG files.

I took a look at all files on MalwareBazaar with a PNG tag, and made updates to pngdump.py to handle them.

I found 3 types of “PNG” files.

First, files spoofing PNG files: files that are not PNG files, but have a .png extension.

Like .exe and .rar files:

Second, valid PNG files with an appended payload:

Third, invalid PNG files. For example, PNG files with the right record structure, but where the Zlib compressed image is replaced by an RC4 encrypted payload (IcedID):

I also have other samples, but that’s for another blog post.

Beta version 0.0.3 is available on GitHub.

No comments yet.


文章来源: https://blog.didierstevens.com/2022/09/25/taking-a-look-at-png-files-with-pngdump-py-beta-version-0-0-3/
如有侵权请联系:admin#unsafe.sh