Virtual Machine Introspection in Malware Analysis – Use Case

To determine the behavior of a piece of malware, we will develop a script (based on LibVMI functions) that will allow us to trace the Kernel APIs executed by a malware and their arguments. 1.... Go on to the site to read the full article ... Read More

Virtual Machine Introspection in Malware Analysis – API Monitoring

| | Hacking
LibVMI allows you to manipulate the memory, but in any case, it allows you to directly analyze malware behavior. In order to take advantage of LibVMI’s introspection system, it will be necessary for... Go on to the site to read the full article ... Read More

Virtual Machine Introspection in Malware Analysis – LibVMI

| | Malware Analysis
In the last article in this series, we have seen what Virtual Machine Introspection is and how it works in general. Now, in this article, we’ll see how we can set up VMI and what tools to use.... Go on to the site to read the full article ... Read More

Virtual Machine Introspection in Malware Analysis

| | Malware Analysis
What is Virtual Machine Introspection? The word “introspection” generally refers to the observation and examination of one’s own mental and emotional state. It is considered as the... Go on to the site to read the full article ... Read More