Internet Browser Forensics with Autopsy
Octavious W.
Incident Response | Digital Forensics | Vulnerability Analysis | Security+ | CHFI | CEH | Cisco Certified CyberOps Associate | GFACT | GSEC (2025) | GCIH (2025)
In this lab we learned how to access web browser history from Windows computers and how to use that data in an investigation. We learned the locations of the web history, web cache, and cookies in the Chrome, Edge, and Firefox browsers. Cookies help prove a user visited a website and can help determine what they did when they visited. We manually visited the locations where the Autopsy parsers get their data from.
The web history and Cookies files for Google Chrome are located at the path:<Userprofile>\AppData\Local\Google\Chrome\User Data\Default\
The cache file for Google Chrome is located at the path:<Userprofile>\AppData\Local\Google\Chrome\User Data\Default\Cache
The history and cookies files in Mozilla Firefox are stored in the path C > Users > Mr Good > AppData > Roaming > Mozilla > Firefox > Profiles > *.default-release
The cache in Mozilla Firefox is stored in C > Users > [User Profile] > AppData > local > Mozilla > Firefox > Profiles > *.default-release.
领英推荐
The web history in Internet Explorer is stored in C > Users > [User Profile] > AppData > Local > Microsoft > Windows > WebCache
The web cookies in Internet Explorer are stored in C > Users > [User Profile] > AppData > Local > Microsoft > Windows > INetCookies
The web cache in Internet Explorer is stored in C > Users > [User Profile] > AppData > Local > Microsoft > Windows > WebCache > IE? ***OR***? C > Users > [User Profile] > AppData > Local > Microsoft > Windows > WebCache > Low > IE
Autopsy stores parsed, categorized data in Results > Extracted Content. These categories aggregate all the information from the sources we manually visited earlier in this lab.