The upcoming release of Windows 8.1 offers new features that will add to and/or modify the forensic artifacts available for examination. One of these additions is the “Search Everywhere” feature that allows a user to search his or her files, settings, apps, and even the Internet at the same time. In contrast, Windows 8 restricts a user to searching within a single category of data at a time (files, settings, apps). The new search feature of 8.1 introduces artifacts not available in Windows 8 and provides examiners with another source of search charm data. This post will discuss artifacts available in both Windows 8 and 8.1 as a result of the user conducting searches via the Windows search charm.
In order to utilize the “Search Everywhere” feature of Windows 8.1, the user must run a search using the Windows search charm, a feature introduced with Windows 8. This is not the same as conducting a search using Windows Explorer and leaves a different set of artifacts.
![]() |
Windows 8.1 Search Charm |
![]() |
Windows 8 Search Charm |
When a user runs a search using the search charm in Windows 8, specifically selecting “Files” as the search category, the search term is added as a value to an MRU list (maintained by an MRUListEx value) in the user’s NTUSER.DAT under SoftwareMicrosoftWindowsCurrentVersionExplorerSearchHistory Microsoft.Windows.FileSearchApp. If the “Settings” or “Apps” category is selected, the search term does not appear to be added as a value to the MRU list (nor is a separate subkey created in the SearchHistory key).
Windows 8.1 also utilizes the SearchHistory key to maintain an MRU list of search terms, but within the SearchHistoryEXPLORER.EXE subkey instead. Additionally, it appears that all search terms executed using the search charm are stored as a value here (as opposed to only the terms executed against the “Files” category). An MRUListEx value is used to maintain the list here as well and the search term itself is stored in Unicode as type REG_BINARY.
In addition to the SearchHistory subkey, it appears that Windows 8.1 maintains another set of artifacts in the form of LNK files in the user’s AppDataLocalMicrosoftWindows ConnectedSearchHistory directory. Interestingly, the LNK files associated with the search charm history that I’ve examined consist of only the LNK header and a shell item ID list containing the search term. This means that if your tool does not parse shell item ID lists, it will not extract the search term from these files. The LNK files I’ve examined that are associated with the search charm do not contain embedded FILETIME timestamps in the LNK header or DOSDate timestamps in the shell item ID list. Further, if the user runs the same search term at a later date, there appears to be no change to the file content or file system timestamps of the LNK file. This means that the file system timestamps associated with these files can only be used to identify the first time a particular search was conducted.
The search charm LNK files could be quite useful during an examination, despite the fact that the search terms are also stored in the user’s NTUSER.DAT. For example, these files can help determine a specific time that each search term was used, provide additional artifacts to support that a particular search term was/wasn’t used, and may be useful if the user has taken steps to remove his or her search charm history. When the search charm history is cleared (via search & apps settings), the entire SearchHistory subkey and the LNK files in the ConnectedSearchHistory directory are deleted. The existence of these LNK files provides another possible avenue to recover previously used search terms. One thing to note with respect to these files is that they are likely to be resident, given the fact that they contain only the LNK header and a small shell item ID list.
The testing I’ve conducted with regard to the Windows 8 and 8.1 search charm history has been with the default settings. The Preview version of Windows 8.1 Professional was used for all testing related to 8.1. At the time of this writing, the option to search the Internet using Bing is not a default option and thus was not tested. It will be interesting to see if/how this option changes the artifacts available to an examiner. At any rate, the Windows search charm, both with and without the “Search Everywhere” feature, provides additional forensic artifacts to help examiners piece together user activity in a Windows environment.
Hi Jason,
I checked 3 different NTUSER.dat files from 3 different Windows 8 machines but could not find the SearchHistory key. I did find it in the Windows 8.1 NTUSER.dat file. Any idea/comment? Thank you.
Andrew,
Did you perform a search using the search charm and specifically select the "Files" category on Windows 8? My testing indicated that only searches conducted within the Files category are recorded in the SearchHistory key. Also, what version(s) of Windows 8 did you look at?
Hi Jason,
check also the Blog of Yogesh Khatri about the Windows Search on http://www.swiftforensics.com/2014/04/search-history-on-windows-8-and-81.html (Part 1 and 2!)
Greetings,
Thorsten