Lab 20-2 Solutions
Short Answers
The most interesting strings are
ftp.practicalmalwareanalysis.comandHome ftp client, which indicate that this program may be FTP client software.The imports
FindFirstFileandFindNextFileindicate that the program probably searches through the victim’s filesystem. The importsInternetOpen,InternetConnect,FtpSetCurrentDirectory, andFtpPutFiletell us that this malware may upload files from the victim machine to a remote FTP server.The object created at 0x004011D9 represents a .doc file. It has one virtual function at offset 0x00401440, which uploads the file to a remote FTP server.
The virtual function call at 0x00401349 will call one of the virtual functions at 0x00401380, 0x00401440, or 0x00401370.
This malware ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access