注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
Azure Sentinel を構成しています。
悪意のある IP アドレスからの Azure 仮想マシンへのサインインが検出された場合は、Azure Sentinel でインシデントを作成する必要があります。
解決策: データ コネクタ用の Microsoft インシデント作成ルールを作成します。
これは目標を達成していますか?
正解:B
In Microsoft Sentinel, Microsoft incident creation rules are used to automatically create incidents from alerts generated by connected Microsoft security products (like Microsoft Defender XDR, Defender for Endpoint, or Defender for Cloud Apps). However, these rules do not detect malicious IP activity on their own.
They simply define how and when alerts from Microsoft security connectors should be grouped or converted into incidents.
To meet the goal - "create an incident when a sign-in to an Azure virtual machine from a malicious IP address is detected" - you must use an analytics rule (scheduled query) or a Fusion rule that actively correlates sign-in logs with threat intelligence data (malicious IPs). Analytics rules in Sentinel run KQL queries that can match sign-in activity (from Azure Activity or SigninLogs) with known malicious IP lists, and they can automatically generate incidents when matches occur.
Therefore, creating a Microsoft incident creation rule for a data connector does not meet the requirement, since it cannot detect or correlate malicious sign-in activity itself.
Hence, the correct answer is B. No.