Skip to content

Installed Applications

Evidence: Installed Applications
Description: Enumerate Installed Applications
Category: System
Platform: windows
Short Name: apps
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): No

Windows maintains a list of installed applications in registry Uninstall keys. This provides software inventory and key metadata such as version, publisher and key last write time.

This collector gathers structured data about installed applications.

FieldDescriptionExample
AppNameApplication display nameGoogle Chrome
Is32BitWhether this is a 32-bit applicationFALSE
AppVersionApplication version118.0.5993.89
PublisherSoftware publisherGoogle LLC
SystemComponentWhether this is a Windows system componentFALSE
LastWriteTimeRegistry key last write time2023-10-15T14:30:00

This collector enumerates HKLM\SOFTWARE…\Uninstall in both 64-bit and 32-bit (WOW64) registry views, reading DisplayName, DisplayVersion, Publisher, SystemComponent and key last write time.

This evidence is crucial for forensic investigations to identify installed or recently added software, detect suspicious tools, and support timeline and compliance analysis.