セキュリティ オペレーション センターは、ファイルを実行して悪意のあるアクティビティをテストできるソリューションを実装したいと考えています。このソリューションは、既知の脅威に対するファイルのアクティビティのレポートを提供する必要があります。
セキュリティ オペレーション センターが実装する必要があるのは、次のうちどれですか?
正解:C
-----
Cuckoo is a sandbox that is specifically written to run programs inside and identify any malware. A sandbox is a virtualized environment that isolates the program from the rest of the system and monitors its behavior. Cuckoo can analyze files of various types, such as executables, documents, URLs, and more. Cuckoo can provide a report of the files' activity against known threats, such as network traffic, file operations, registry changes, API calls, and so on.
A security operations center can implement Cuckoo to execute files to test for malicious activity and generate a report of the analysis. Cuckoo can help the security operations center to detect and prevent malware infections, investigate incidents, and perform threat intelligence.