Tagged Questions
3
votes
3answers
193 views
Designing a Sandbox for Windows
I am thinking about the design for a sandbox, which is able to execute arbitrary unmodified, untrusted binaries. The goal is to implement an application
Unlike something like e.g. Google Chrome's ...
2
votes
3answers
181 views
Boot or reboot to clean state on Windows each time?
I use virtual box to securely surf the web, but it's easy to get lazy and use the same image more than once. Currently, I have a golden Win 7 image that I built and loaded my required software. I ...
0
votes
2answers
82 views
Setting up a remote test environment correctly
My setup:
- Main Box (connected to network)
- VM1 : Linux
- VM2 : Windows 7
Both the VMs are running off VM Player and using Bridged: connected directly to the physical network and replicating ...
2
votes
1answer
256 views
VMware Workstation 9 Security Best Practice Guides
Could someone please be able point me in the direction of where I could find some best practice security guides for VMware Workstation 9 please? I've searched the VMware site and to say it's badly ...
5
votes
4answers
343 views
Would running VMs inside of VMs be a more secure way to study viruses, etc?
I was reading this post on SuperUser, and it made me wonder about security. I've read somewhere else that some viruses/malware/whatever CAN break outside of a VM... and then infect the host OS. BUT, ...
2
votes
1answer
185 views
Windows 8 in a VDI environment and the use of Secure Boot
I have a question, How would secure boot be implemented in a virtulized environment, say XEN hypervisor with multiple guest OS's including Windows 8 guest VM? does the guest VM need access to the ...
2
votes
4answers
755 views
Reboot to clean state daily, on Windows
I already know that this can be done on Linux, One can boot to a flash drive that is write protected. Live modify folders can be symlinked to to a swap partition, and this prevents viruses from being ...
5
votes
2answers
804 views
Breaking out of a strict linux sandbox running virtually under windows: do the linux-sandbox access control policies even matter?
I am developing an application which will run untrusted code. I have been designing it for linux, thinking that I can just run it in a virtual machine on windows when the need arises. The linux ...
3
votes
1answer
221 views
How do I use Windows 7 virtualization features to prevent transitive trust of admin credentials?
I am exploring using VMs to separate my administrative actions from standard user actions in Windows 7. The goal is to limit my risk and exposure when using "RunAs" to open an application or file ...
3
votes
2answers
266 views
Security Risks Involved in Deploying Win Server 2008 on a Linux host
The Question:
Are there any major security risks I should be concerned about, caused by installing Windows Server 2008 R2 onto a Linux Host in VirtualBox?
I run an Ubuntu box, with a fully-secured ...
2
votes
2answers
4k views
aircrack-ng under Win7 — possible?
What needs to be installed to get the full aircrack-ng suite (or the closest possible equivalent) working under Win7?
Should you use VirtualPC, VirtualBox, or VMware Workstation for this?
Should you ...