次の環境があります。 アズールセンチネル Microsoft 365 サブスクリプション ID 用の Microsoft Defender Azure Active Directory (Azure AD) テナント すべての Active Directory メンバー サーバーとドメイン コントローラーからセキュリティ ログを収集するように Azure Sentinel を構成します。 Microsoft Defender for Identity は、スタンドアロン センサーを使用して展開します。 Active Directory で機密グループがいつ変更されたかを確実に検出できるようにする必要があります。 どの 2 つのアクションを実行する必要がありますか?それぞれの正解は、解決策の一部を示しています。 注: 正しく選択するたびに 1 ポイントの価値があります。
正解:A,D
Microsoft Defender for Identity (MDI) detects sensitive group modifications-such as changes to Domain Admins, Enterprise Admins, or Schema Admins-by analyzing Windows security events from domain controllers. For MDI sensors to detect such changes, advanced audit policies must be configured to log these activities (specifically Directory Service Changes and Account Management events). Microsoft documentation specifies that "Defender for Identity requires auditing to be enabled on domain controllers for security events like group membership changes." This is done under Advanced Audit Policy Configuration # Directory Service Changes. Additionally, Windows Event Forwarding (WEF) is required or beneficial when Azure Sentinel needs to centralize those events from multiple domain controllers into a Log Analytics workspace. WEF minimizes administrative effort by automatically collecting logs without manual export or per-server log pulling. Thus, configuring Advanced Audit Policy ensures the right events are generated, and Windows Event Forwarding ensures those events reach Sentinel for correlation with MDI alerts. # Correct Answers: A and D