従業員がフリーウェア プログラムをダウンロードして、デスクトップを従来の Windows のクラシックな外観に変更します。従業員がプログラムをインストールして間もなく、システムから大量のランダム DNS クエリが送信され始めます。システムを調査すると、次のことがわかります。
Add-MpPreference -ExclusionPath '%Program Filest\ksysconfig'
次のどれが起こっている可能性がありますか?
正解:D
Defense evasion is the technique of avoiding detection or prevention by security tools or mechanisms. In this case, the freeware program is likely a malware that generates random DNS queries to communicate with a command and control server or exfiltrate data. The command Add-MpPreference -ExclusionPath '%Program Filest\ksysconfig' is used to add an exclusion path to Windows Defender, which is a built-in antivirus software, to prevent it from scanning the malware folder. References: CompTIA CySA+ Study Guide: Exam CS0-003, 3rd Edition, Chapter 5, page 204; CompTIA CySA+ CS0-003 Certification Study Guide, Chapter 5, page 212. pr