A cybersecurity specialist is configuring a virtual machine (VM) to serve as a malware analysis sandbox. To satisfy security policies, the VM must be able to send telemetry logs to a second virtual machine residing on the same hypervisor host, but it must be completely isolated from the host operating system itself and blocked from all external physical network communication. Which virtual network adapter configuration should be implemented?
- Internal networking modeAnswer
- BHost-only networking mode
- CBridged networking mode
- DNetwork Address Translation (NAT) mode
Answer
Internal networking mode is the correct virtual network configuration.
Internal networking mode creates a virtual switch that is isolated within the hypervisor. Virtual machines attached to the same internal network can communicate with one another (allowing telemetry logs to be sent to the secondary VM), but no traffic can cross to the host operating system or out to the physical network interface.
Step-by-Step Solution
Key Concept
Virtual Machine Network Interface Modes and Security Containment