Another example of maldoc string obfuscation, with extra bonus: UAC bypass

Published: 2017-03-05
Last Updated: 2017-03-05 21:39:56 UTC
by Didier Stevens (Version: 1)
1 comment(s)

I had to help out someone with this sample.

It contains obfuscated strings like these:

Notice the Like operator. This is a strong indication that the strings are obfuscated by adding extra characters (e.g. the string left of the Like keyword). If we remove all these extra characters, we end up with this:

This PowerShell command executes a downloaded EXE and bypasses UAC with the eventviewer method.

If you want more details on the steps I took to deobfuscate these strings, you can watch this video:

 

Didier Stevens
Microsoft MVP Consumer Security
blog.DidierStevens.com DidierStevensLabs.com

Keywords: bypass maldoc UAC
1 comment(s)

Comments

Great post, i learn a lot, Thank you Didier

Diary Archives