Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Hi everyone :)

I'm trying to unpack a certain malware file which has some sort of protector on it and i can't seem to manually unpack it.

I'm pretty new to the trade and maybe i "over shot" a little here but is there anyone who can help me?

I'd appreciate some pointers on how to solve this.

I'm uploading the sample here.

Password: malware

Thanks in advance!

p.s: needless to say, this is Malware, so use a Virtual Machine ;)

malware.zip

Defenitely custom, and quite nice as well.

It first decrypts the preliminary loader, set bp on 40135a and skip the ret loop to get to the preliminary loader. Then loads another PE which it decrypts, PE is untouched you can dump it as is..

In this new PE it allocs a section writes decrypt routines there executes them then returns to the PE (return is a jmp register), loads all imports and then finally executes the malware. :)

Which seems to be a cookie snatcher.

Also has some nice antitrace/debug..

Edited by quosego

  • Author

Defenitely custom, and quite nice as well.

It first decrypts the preliminary loader, set bp on 40135a and skip the ret loop to get to the preliminary loader. Then loads another PE which it decrypts, PE is untouched you can dump it as is..

In this new PE it allocs a section writes decrypt routines there executes them then returns to the PE (return is a jmp register), loads all imports and then finally executes the malware. :)

Which seems to be a cookie snatcher.

Also has some nice antitrace/debug..

Thanks quosego :)

I actually made it through the first routine (bp on 40135a) but i got stuck after it.

i can't seem to find where it "kicks me out".

Is there a chance you can explain to me how did you get to the last part before it launched the malware? (I'm trying to learn :) ).

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.