VM1 という名前の仮想マシンを含み、Azure Defender を使用する Azure サブスクリプションがあります。 Azure Defender では自動プロビジョニングが有効になっています。
VM1 上の PowerShell の不審な使用に対する誤検知アラートを抑制するカスタム アラート抑制ルールを作成する必要があります。
まず何をすべきでしょうか?
正解:C
To create a custom alert suppression rule in Microsoft Defender for Cloud (formerly Azure Security Center), you must first have an existing alert to base the suppression rule on. Suppression rules can only be configured for alert types that have already been triggered.
According to Microsoft's Defender for Cloud documentation:
"You can create suppression rules for alerts that you've already received. To create the rule, locate the specific alert in Security alerts, open it, and then choose 'Create suppression rule' from the alert page." Therefore, before you can create a suppression rule for suspicious use of PowerShell on VM1, you must first trigger that alert by performing (or simulating) the action that causes it - in this case, generating a PowerShell activity alert on VM1.
The other options are incorrect:
* (A) Workflow automation is used to respond automatically to alerts, not suppress them.
* (B) Get-MPThreatCatalog retrieves malware threat details from Windows Defender, not alert data from Defender for Cloud.
* (D) Exporting alerts to Log Analytics is for analysis, not suppression configuration.
# Correct answer: C. On VM1, trigger a PowerShell alert