Questions tagged [virtualization]

Virtualization is the creation of a virtual (rather than actual) version of something, such as an operating system, a server, a storage device or network resources.

Virtualization is the creation of a virtual (rather than actual) version of something, such as an operating system, a server, a storage device or network resources.

493 questions
27
votes
4 answers

Why can hardware assisted virtualization be a security issue?

Avast antivirus has an option for disabling "Enable hardware-assisted virtualization". If it's enabled, how is it a security issue?
hyperscience
  • 389
  • 1
  • 3
  • 5
14
votes
3 answers

Can a hypervisor rootkit enable hardware-assisted virtualization when it has been disabled by the BIOS?

I was recently reading An Introduction to Hardware-Assisted Virtual Machine (HVM) Rootkits (PDF), and it wasn't entirely clear about the conditions under which the hypervisor rootkit can start virtualization. If virtualization is enabled then…
Matthew Read
  • 282
  • 3
  • 16
13
votes
1 answer

What is Virtual Machine Introspection?

I have seen it presented as a special security technique but it seems like it basically means automated security monitoring of your virtual environment. Is that the basic idea?
bernie2436
  • 1,457
  • 10
  • 22
  • 29
11
votes
5 answers

Is it safe to run untrusted application inside a Virtual Machine

I have some untrusted software. I plan to run them on a guest Windows 7 on my host Windows 8 OS using Oracle VirtualBox. In the worst case, will only my guest OS be affected? Can the hacker access information from my main OS? I don't expect the…
user3584
  • 131
  • 1
  • 1
  • 4
9
votes
1 answer

How hard is it to distinguish between remote access to a virtual machine vs a piece of hardware?

Let's say I have full access to a remote machine (specifically, root on a Linux). What is the best method to check whether this is a real piece of hardware or a virtual machine? Most of the methods that I have seen rely on looking at various…
jarm
  • 186
  • 4
7
votes
5 answers

VM hypervisior that doesn't leak that it's a VM to the guest?

I need a VM Hypervisor that will not leak to the guest that its in a VM. The guest should believe its on a full physical machine. Apparently VirtualBox fails at this, along with Virtual PC and VMWare. Before I dive into monsters like Xen, is there…
TheLQ
  • 1,239
  • 1
  • 12
  • 21
5
votes
2 answers

Daily Virtual Machines workflow: Use for sensitive activities?

Daily Virtual Machines workflow: Use for sensitive activities? Every day I'm playing with fire regarding my computer security, in one chrome profile I have my business side, logged into social media with tons of followers, logged into bank accounts,…
MrTom
  • 51
  • 1
4
votes
1 answer

VMware server 4.1 -how can I prevent VMs being exposed to each other through VMCI?

I have realized there are issues such as virtual machines being exposed to other VMs within the same system when they're connected to the VMCI socket interface. How do we prevent this ?
4
votes
0 answers

Security issues in QEMU

My intention is to add support in QEMU for a new machine/platform. I just started this project, so I can't say more details about it because I don't know them. My question is related about the possible security issues that could occur. What are the…
3
votes
2 answers

Instrumentation vs virtual machine introspection

I cannot differentiate between Instrumentation and Virtual machine introspection. Since the goal of Virtual Machine introspection is to examine the properties of a target through virtual machine monitor then what is the purpose and use of…
Ali Ahmad
  • 4,844
  • 8
  • 37
  • 61
3
votes
1 answer

Security advanatages to running a webapp inside a container, which is ALSO inside a vm?

I am doing some security consulting for a client who intends on deploying a Ruby on Rails web application. I am trying to ascertain a couple of different things... Is it any more secure to run an application inside a container which is also inside…
Chev_603
  • 256
  • 1
  • 9
3
votes
1 answer

VirtualBox 3D acceleration security risk

I have VirtualBox running a windows 7 VM on it and the performance is really choppy, likely because of the 3D acceleration. However I read through VirtualBox's security page, and it states: "Enabling 3D graphics via the Guest Additions exposes the…
Jurgen
  • 133
  • 4
3
votes
1 answer

Is there a security benefit to be found in using a virtual machine if the host is infected?

What I have found out so far is that keyloggers, for example, can still capture what you type, even within the virtual machine. I could not, however, find much information regarding other effects of an infection of the host system on the virtual…
CBeltz
  • 31
  • 2
2
votes
1 answer

Why must a virtual image be secured

Virtual machines and their disk images are simply files residing somewhere. So I supposed this means that, for example, a stopped VM is potentially accessible on a file system. What could an attacker learn from the virtual image that might undermine…
Beginner
  • 47
  • 5
2
votes
0 answers

Would it be more secure to have untrusted applications execute on a type 1 or a type 2 hypervisor?

My usual workflow is to run potentially malicious applications/websites (untrusted) inside of a virtualbox VM. Lately I have been playing with hyper-v. From what I gather, critical windows components are running in a VM (with Defender System Guard)…
tristan
  • 21
  • 1
1
2 3