Which technique enables automated analysis of malware behavior in isolated environments?
- Static Analysis
- Dynamic Analysis
- Sandboxing
- All of these
Answer: All of these
Malware analysis combines: static (code inspection), dynamic (runtime behavior), sandboxing (isolated execution). Critical for threat intelligence and incident response.