Lab 17-2 Solutions
Short Answers
The exports are
InstallRT
,InstallSA
,InstallSB
,PSLIST
,ServiceMain
,StartEXS
,UninstallRT
,UninstallSA
, andUninstallSB
.The DLL is deleted from the system using a .bat file.
A .bat file containing self-deletion code is created, as well as a file named xinstall.log containing the string
"Found Virtual Machine, Install Cancel"
.This malware queries the VMware backdoor I/O communication port using the magic value
VX
and the action0xA
by using thein
x86 instruction.To get the malware to install, patch the
in
instruction at 0x100061DB at runtime.To permanently disable the VM check, use a hex editor to modify the static string in the binary from
[This is DVM]5
to[This is DVM]0
. Alternatively, NOP-out the check in OllyDbg ...
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.