TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Quarantine (dangerous) Internet traffic with VirtualBox?

3 pointsby benevolover 7 years ago
In order to improve security on a developer machine, how much sense does it make to &quot;quarantine&quot; (potentially hazardous) Internet traffic by using a virtual OS (such as with VirtualBox) for it?<p>In other words, here&#x27;s the scenario:<p>- Host OS: used for &quot;sensitive&quot; data&#x2F;applications (code, login credentials, etc.)<p>- Client OS (virtual): used for all Internet traffic activity (Web browsing, email client, SSH client, etc.)<p>And what is the safest way to manage the data-transfer interface between the 2 operating systems? Would you use shared folders? Or the shared clipboard feature? Or the drag-and-drop feature?

3 comments

thatcatover 7 years ago
You might want to look at Qubes OS. It uses Xen as a hypervisor to manage your vms with an easily customizable networking flow (see the whonix implementation) and has techniques for secure data transfer between vms.
kdvover 7 years ago
I wouldn&#x27;t use virtualbox in any situation where security is a concern nor Qubes OS unless you know what you&#x27;re doing. Your best option for minimal effort is to use VMware workstation or Fusion, avoid shared folders and transfer data using SSH over a host-only interface that you disconnect when not in use.<p>Bonus: If you don&#x27;t need two-way transfers, you can even setup a one-way transfer system that only allows the client to write drop files to specific directory.
onion2kover 7 years ago
It wouldn&#x27;t stop an attack - <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Virtual_machine_escape" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Virtual_machine_escape</a>
评论 #16264961 未加载