Answer accepted by question author
You can use tools like AutoIt or PowerShell can be used to simulate user activity such as mouse movements, clicks, and keyboard inputs. You can script mouse movements and clicks at random intervals. These won't make your VM indistinguishable from a physical machine, but they can help mask it from some types of malware. Nested virtualization can be another solution for you it is the process of running a virtual machine inside another virtual machine. Some malware might not be able to detect that they're running in a VM if the VM is itself running inside another VM. Note, though, that not all systems support nested virtualization and it can be resource-intensive.
-
Marcin Górski 25 Reputation points
Thanks Sedat SALMAN.
I hope AutoIT will help resolve these two issues:
[] Checking mouse click activity ... traced!
[] Checking mouse double click activity ... traced!Br GoralQ
Sign in to comment
