Practical Malware Analysis : Lab 1-3

Tools used:

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

Questions


1. Upload the Lab01-03.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 with the FSG packer.

In PEview the file section is nameless.

The first section has a virtual size of 0x3000 but a raw data size of 0.


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

Using Dependency Walker I noticed there are only two functions.

Packed files often import only these two functions.

  • LoadLibraryA
  • GetProcAddress

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

The file in unpacked and cannot be answered for now.


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