注: この質問は、同じシナリオを示す一連の質問の一部です。このシリーズの各質問には、指定された目標を達成できる可能性のある独自の解決策が含まれています。一部の質問セットには複数の正しい解決策が含まれる場合がありますが、他の質問セットには正しい解決策がない場合があります。
このセクションの質問に回答すると、その質問に戻ることはできません。そのため、これらの質問はレビュー画面には表示されません。
Active Directory との ID 統合のために Microsoft Defender を構成しています。
Microsoft Defender for ID ポータルから、攻撃者が悪用できるようにいくつかのアカウントを構成する必要があります。
解決策: アカウントを Active Directory グループに追加し、そのグループを機密グループとして追加します。
これは目標を達成していますか?
正解:B
In Microsoft Defender for Identity (MDI), the goal described - "configure several accounts for attackers to exploit" - refers to creating honeytoken accounts. A honeytoken is a decoy user account deliberately configured to appear valuable (e.g., privileged or high-value) but is not used by legitimate users. Defender for Identity monitors these accounts, and if any authentication or access attempt is detected, it triggers an immediate alert because such activity indicates potential attacker reconnaissance or compromise.
According to Microsoft Defender for Identity documentation, to designate honeytoken accounts, you must explicitly add the accounts themselves under the Honeytoken accounts configuration in the MDI portal.
The portal path is:
Defender for Identity Portal # Configuration # Honeytoken accounts # Add accounts.
Adding accounts to a Sensitive group does not make them honeytokens. Sensitive groups (like Domain Admins or Enterprise Admins) are used by Defender for Identity to track privileged account activities and detect lateral movement, but they are not monitored as honeypots.
Therefore, while adding accounts to a Sensitive group increases monitoring visibility for privilege abuse, it does not fulfill the goal of configuring specific accounts as decoy targets for attackers.
Hence, the correct and verified answer is B. No - the described solution does not meet the goal.