フォレンジック調査員のノラは、潜在的な内部脅威の調査の一環として、侵害を受けたシステムのWindowsレジストリを調査しています。彼女は、ユーザーが最後にアクセスしたフォルダを特定したいと考えています。レジストリを確認した結果、特定のレジストリキーに、ユーザーが最近アクセスしたフォルダに関する情報(フォルダ名やファイルシステム内のパスなど)が格納されていることを発見しました。彼女の調査結果に基づき、この情報が含まれているレジストリキーは次のどれですか?
正解:A
According to the CHFI v11 Operating System Forensics objectives, the Windows Registry is a critical source of evidence for reconstructing user activity , particularly in insider threat investigations. One of the most important Registry artifacts for identifying recently accessed folders is the BagMRU key .
The BagMRU key is part of the Windows ShellBags artifact structure and is specifically designed to track folder navigation history . It stores hierarchical information about folders accessed by a user, including folder names, directory paths, and access order relationships . These keys allow forensic investigators to determine which directories a user browsed, even if the folders were accessed via Windows Explorer and later deleted from the system.
While the MRUListEx value exists within ShellBag-related keys, it only defines the order of access and does not store the actual folder path or name. The Bags key, on the other hand, stores folder view settings such as icon size, window position, and display preferences-not access history. The NodeSlot value is associated with Jump Lists and application usage tracking rather than directory navigation.
CHFI v11 explicitly highlights ShellBags and BagMRU keys as essential artifacts for reconstructing user behavior, especially in cases involving data exfiltration or insider misuse. Therefore, the correct and CHFI- verified answer is BagMRU key (Option A) .