Virtual Machine Introspection: Difference between revisions
Lars.kurth (talk | contribs) (Added Linux.com article link) |
Lars.kurth (talk | contribs) No edit summary |
||
Line 24: | Line 24: | ||
* [https://blog.xenproject.org/2015/08/04/the-bitdefender-virtual-machine-introspection-library-is-now-on-github/ The Bitdefender virtual machine introspection library is now on GitHub] |
* [https://blog.xenproject.org/2015/08/04/the-bitdefender-virtual-machine-introspection-library-is-now-on-github/ The Bitdefender virtual machine introspection library is now on GitHub] |
||
Commercial Applications: |
Commercial Applications (in alphabetical order): |
||
* AIS IntroVirt (customised Xen Hypervisor and library with a VM introspection API) |
|||
⚫ | |||
** [https://www.ainfosec.com/innovative-products/#introvirt IntroVirt] |
|||
⚫ | |||
* BitDefender Hypervisor Introspection (for XenServer) |
|||
⚫ | |||
⚫ | |||
** [https://www.youtube.com/watch?v=qUsqKoGX-U0 Video: The XenServer Direct Inspect API and Bitdefender Hypervisor Introspection] |
|||
** [https://www.youtube.com/watch?v=5j0_cpxra7A Video: (Bitdefender Hypervisor Introspection Demo)] |
|||
* Zentific Zazen (for Xen and XenServer) |
|||
** [https://www.zentific.com/zazen/ Zazen Product page] |
|||
[[Category:Xen 4.5]] |
[[Category:Xen 4.5]] |
Revision as of 11:30, 1 March 2017
You can find an excellent introduction on the topic here.
In Xen 4.5, VM introspection using Intel EPT / AMD RVI hardware virtualization functionality was added building on Xen Project Hypervisors Memory Inspection APIs introduced in 2011. In Xen 4.6 a number of significant improvements to Xen’s Virtual Machine Introspection (VMI) subsystems make it the best hypervisor for security applications. Hardware support for VM Functions (VMFunc) available on Intel’s 4th generation Haswell CPUs and Atom Silvermont CPUs decreases overheads. Support for Virtualization Exceptions is now available on Intel’s 5th generation Broadwell CPUs and Atom Goldmont CPUs has significantly reduced latency. VMI support for ARM CPUs has also been added.
VMI addresses a number of security issues from outside the guest OS without relying on functionality that can be rendered unreliable by advanced malware. The approach works by auditing access of sensitive memory areas using HW support in guests in an unobtrusive way (or maybe better: with minimal overhead) and allows control software running within a dedicated VM to allow or deny attempts to access sensitive memory based on policy and security heuristics.
Key contributors in alphabetical order: Bitdefender, Intel, Novetta, Zentific
Background Information, papers, presentations:
- Virtual Machine Introspection: A Security Innovation With New Commercial Applications
- Hypervisor Extensions for Virtual Machine Memory Introspection (2016)
- TLSkex: Harnessing virtual machine introspection for decrypting TLS communication (2016)
- Stealthy Monitoring with alt2pm (2016)
- Stealthy, Hypervisor-based Malware Analysis (2016)
- Virtual Machine Introspection with Xen (2015)
- VM Introspection: Practical Applications (2015)
- YouTube video (presentation) (2014)
Related Projects:
- DRAKVUF - Dynamic Malware Analysis (contains a number of demos)
- vmidbg Enables debuggers to remotely access and manipulate VM memory, utilizing the virtual machine introspection capabilities of LibVMI
- LibVMI on GitHub
- LibVMI Home Page
- The Bitdefender virtual machine introspection library is now on GitHub
Commercial Applications (in alphabetical order):
- AIS IntroVirt (customised Xen Hypervisor and library with a VM introspection API)
- BitDefender Hypervisor Introspection (for XenServer)
- Zentific Zazen (for Xen and XenServer)