Skip to content

Commit

Permalink
Added definition for Windows thumbcache database (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored May 18, 2024
1 parent 85ea189 commit 1b7095f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions artifacts/data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3053,6 +3053,16 @@ sources:
supported_os: [Windows]
urls: ['https://www.microsoftpressstore.com/articles/article.aspx?p=2762082&seqNum=2']
---
name: WindowsThumbcacheDatabaseFiles
doc: Windows thumbcache_*.db files.
sources:
- type: FILE
attributes:
paths: ['%%users.localappdata%%\Microsoft\Windows\Explorer\thumbcache_*.db']
separator: '\'
supported_os: [Windows]
urls: ['https://forensics.wiki/vista_thumbcache/']
---
name: WindowsTimezone
aliases: [WinTimeZone]
doc: The time zone of the system as a Windows time zone name or in MUI form.
Expand Down

0 comments on commit 1b7095f

Please sign in to comment.