An IT security technician needs to safely execute and observe the behavior of an unknown, potentially malicious executable on a local workstation. The technical requirements specify that the environment must isolate all file system and registry modifications from the underlying operating system, prevent network traffic from reaching the production LAN, and allow the runtime state to be immediately discarded after testing. Which client-side virtualization purpose directly addresses these requirements?
- Security sandboxingAnswer
- BInfrastructure as a Service cloud migration
- CType 1 hypervisor bare-metal provisioning
- DHost memory overcommitment configuration
Answer
Security sandboxing
Security sandboxing involves utilizing client-side virtual machines to run untrusted or malicious software in an isolated state. This prevents harmful actions from modifying the host workstation's operating system or spreading to connected network resources.
Step-by-Step Solution
Key Concept
Client-Side Virtualization Security Sandboxing