Practical Malware Analysis : Lab 1-2

Tools used:

  • VirusTotal.com
  • PEview
  • PEiD
  • UPX
  • Dependency Walker
  • Malcode Analyst Pack

Questions


1. Upload the Lab01-02.exe file to http://www.VirusTotal.com/. Does it match any existing antivirus definitions?



2. Are there any indications that this file is packed or obfuscated? If so, what are these indicators? If the file is packed, unpack it if possible.

The file is packed by UPX

It can also be seen in PEview.

Use UPX to unpack the file.


3. Do any imports hint at this program’s functionality? If so, which imports are they and what do they tell you?

ADVAPI32.DLL

WININET.DLL

Use strings

The malware:


4. What host- or network-based indicators could be used to identify this malware on infected machines?

Check if the hosts or network has interacted with http://www.malwareanalysisbook.com


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s