Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added LocalSystem chrome history #973

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Targets/Browsers/Chrome.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,17 @@ Targets:
Path: C:\Users\%user%\AppData\Roaming\Microsoft\Protect\*\
Recursive: true
Comment: "Required for offline decryption"
-
Name: Chrome Snapshots Folder
Category: Communications
Path: C:\Users\%user%\AppData\Local\Google\Chrome\User Data\Snapshots\*\
Recursive: true
Comment: "Grabs folder that appears to have snapshots of Chrome SQLite DBs organized by version #."
-
Name: SYSTEM Chrome History
Category: Communications
Path: C:\Windows\system32\config\systemprofile\AppData\Local\Google\Chrome\User Data\*\
FileMask: History*

# Documentation
# https://nasbench.medium.com/web-browsers-forensics-7e99940c579a
Expand Down