Anti-UPX Unpacking

Anti-UPX Unpacking is the technique to prevent malware from being unpacked by tools like UPX. UPX packed binary indicates that the section names starting with UPX followed by a number (UPX0 and UPX1) and the string “UPX!” at the end of the PE header. This UPX reference structure is located at the end of the PE header and the header includes checksums, packed and unpacked sizes, and compression details.

There are some methods to bypass unpacking using "upx -d" since a long time ago.

One easy way is to change section names to different strings, this is the example. The normal section names packed by UPX are "UPX0", "UPX1" .. and ".rsrc". The unpacking command "upx -d" raises this kind of exception of "CantUnpackException: file is possibly modified/hacked/protected; take care!" in this case and results in preventing from unpacking.

Another method is zero-padding against any size or checksum infos in UPX reference structure. The "upx -d" raises this kind of exception of "CantUnpackException: header corrupted" at this time and results in preventing from unpacking.


Technique Identifier

U1008

Technique Tag

antiUPX

Evasion Categories

Detection Rules

Contributor

Additional Resources

External Links
The resources provided below are associated links that will give you even more detailed information and research on current evasion technique. It is important to note that, while these resources may be helpful, it is important to exercise caution when following external links. As always, be careful when clicking on links from unknown sources, as they may lead to malicious content.

Matching Samples 10 most recent

Sample Name Matching Techniques First Seen Last Seen
e5516993358b4ce00e5e6877d767...9e2574cdcd850ebe9473879c9feb 5 2024-11-19 1 year, 4 months ago
515e1e14157030b1fc9450851a0b...089ee6d7a30d2674fd203818b5a2 9 2024-11-19 1 year, 4 months ago
505076549e14df2576a11d433a62...e1235211aca0847f0dea007c66f5 8 2024-11-19 1 year, 4 months ago
View All

Created

March 29, 2022

Last Revised

March 24, 2026