Many computer crime investigations require the reconstruction of a subject's internet activity. Since this analysis technique is executed regularly, we researched the structure of the data found in Internet Explorer activity files (index.dat files). Pasco, the latin word meaning "browse", was developed to examine the contents of Internet Explorer's cache files. The foundation of Pasco's examination methodology is presented in the white paper located here. Pasco will parse the information in an index.dat file and output the results in a field delimited manner so that it may be imported into your favorite spreadsheet program. Pasco is built to work on multiple platforms and will execute on Windows (through Cygwin), Mac OS X, Linux, and *BSD platforms.
Usage: pasco [options] <filename>
-d Undelete Activity Records
-t Field Delimiter (TAB by default)
Example Usage:
[kjones:pasco/bin]% ./pasco index.dat > index.txt
Open index.txt as a TAB delimited file in MS Excel to further sort and filter your results.
Download:
Pasco can be downloaded from the following link at Sourceforge:
http://sourceforge.net/project/showfiles.php?group_id=146246&package_id=161375