Just wanted to ask how dangerous would it be to visit malicious links in a VM? The reason why I want to do this is to test out a tool I wrote that identifies malicious links from a database and attempts to block them. Are there ways to sandbox my browser and prevent the possibility of malware infecting the whole network?
Asked
Active
Viewed 49 times
0
-
I would think (1) firewall the VM so it can only access the outside world, not anything else on your network, and (2) the fact that you are using a VM – user253751 Nov 07 '22 at 17:35