The history is stored in \ AppData \ Local \ Microsoft \ Windows \ WebCache \ WebCacheV01.dat. It uses the Microsoft Extensible Storage Engine to store data. There is a C ++ shell for accessing Extensible Storage Engine files that I used to access data from this file.
The Containers table inside WebCacheV01.dat tells you which Container_X tables are of type Content or History, as well as the secure directories and their order. You can use the ESEDatabaseView utility to view the data in the WebCacheV01.dat file.
source share