A security analyst is building a virtualized malware analysis sandbox on a hypervisor host. The guest virtual machine (VM) must communicate strictly with a dedicated internal forensic logging server VM running on the same hypervisor host. The sandbox VM must be completely isolated from the host's physical network adapter, the host operating system, and the external internet to prevent malware spread or out-of-band data exfiltration. Which of the following virtual network adapter configurations and hypervisor security controls should the analyst implement?
- Configure the virtual network adapter to Internal/Private mode bound to a virtual switch restricted to guest VMs, and disable hypervisor guest integration features like shared folders and clipboard sharing.Cevap
- BConfigure the virtual network adapter to Host-Only mode, relying on the automatically assigned 169.254.x.x APIPA address to block outbound packet routing across physical network switches.
- CConfigure the virtual network adapter to NAT mode with port forwarding redirected to port 443 on the hypervisor host to encrypt guest-to-server traffic.
- DConfigure the virtual network adapter to Bridged mode connected to an unmanaged Layer 2 switch segment to restrict Layer 3 IP subnet traversal.
Cevap
Configure the virtual network adapter to Internal/Private mode bound to a virtual switch restricted to guest VMs, and disable hypervisor guest integration features like shared folders and clipboard sharing.
Internal or Private networking mode creates a virtual switch that is completely isolated from the host operating system's network stack and physical network interface cards. Guest VMs connected to this internal switch can communicate with each other (allowing communication with the logging server VM) while remaining completely isolated from the external network and host OS. Furthermore, disabling guest integration services (like shared folders and copy-paste buffers) mitigates VM escape risks.
Adım Adım Çözüm
Anahtar Kavram
Virtualization Network Modes and Hypervisor Isolation Security