Lab 20-3 Solutions
Short Answers
Several strings that look like error messages (
Error sending Http post
,Error sending Http get
,Error reading response
, and so on) tell us that this program will be using HTTPGET
andPOST
commands. We also see HTML paths (/srv.html, /put.html
, and so on), which hint at the files that this malware will attempt to open.Several
WS2_32
imports tell us that this program will be communicating over the network. An import toCreateProcess
suggests that this program may launch another process.The function called at 0x4036F0 does not take any parameters other than the string, but ECX contains the
this
pointer for the object. We know the object that contains the function is an exception object because that object is later ...
Get Practical Malware Analysis now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.