📎 AI Summary:
The forum discussion centers on how to identify all downloaded and installed software on a Windows system, especially from a forensic perspective. The original poster asks if there's a file path that records all downloads, including applications and communications software. Participants explain that Windows treats all files similarly, with applications visible via Control Panel or PowerShell, and suggest examining browser caches, download histories stored in SQLite databases, and using data recovery tools like TestDisk. Overall, the conversation provides practical advice for forensic analysis of downloaded software, with positive engagement from the original poster.
The forum discussion centers on how to identify all downloaded and installed software on a Windows system, especially from a forensic perspective. The original poster asks if there's a file path that records all downloads, including applications and communications software. Participants explain that Windows treats all files similarly, with applications visible via Control Panel or PowerShell, and suggest examining browser caches, download histories stored in SQLite databases, and using data recovery tools like TestDisk. Overall, the conversation provides practical advice for forensic analysis of downloaded software, with positive engagement from the original poster.
Solution
I would look at browser cache and if needed use data recovery software look for old copies such as testdisk.
Chrome, Firefox and new Chromium based Edge all use SQLite to store their data.
Example: Chrome store download history here
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
under the History SQLITE database
You can use SQLITEMAN to examine the data structure. It also shows where the download was from.
Chrome, Firefox and new Chromium based Edge all use SQLite to store their data.
Example: Chrome store download history here
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
under the History SQLITE database
You can use SQLITEMAN to examine the data structure. It also shows where the download was from.
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
There's nothing that distinguishes between downloaded files vs downloaded programs. As far as Windows is concerned they're all just files.
Installed applications can be viewed in Control Panel > Programs and Features or via Powershell Get-Package
You can certainly dig through your browser(s) cache and see what you downloaded, but not much to look at in Windows.
Installed applications can be viewed in Control Panel > Programs and Features or via Powershell Get-Package
You can certainly dig through your browser(s) cache and see what you downloaded, but not much to look at in Windows.
Thanks for your response. I’m looking at Windows via Autopsy forensic software so I’m trying to look at the best way of looking at the downloaded softwareThere's nothing that distinguishes between downloaded files vs downloaded programs. As far as Windows is concerned they're all just files.
Installed applications can be viewed in Control Panel > Programs and Features or via Powershell Get-Package
You can certainly dig through your browser(s) cache and see what you downloaded, but not much to look at in Windows.
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
I would look at browser cache and if needed use data recovery software look for old copies such as testdisk.
Chrome, Firefox and new Chromium based Edge all use SQLite to store their data.
Example: Chrome store download history here
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
under the History SQLITE database
You can use SQLITEMAN to examine the data structure. It also shows where the download was from.
Chrome, Firefox and new Chromium based Edge all use SQLite to store their data.
Example: Chrome store download history here
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
under the History SQLITE database
You can use SQLITEMAN to examine the data structure. It also shows where the download was from.
Last edited by a moderator:
Member details
- Joined
- Jul 4, 2015
- Messages
- 8,995
I'd also look at BITS.
Investigating Microsoft BITS Activity
Investigating Microsoft BITS Activity