Skip to content

EventTranscript DB

Evidence: EventTranscript DB
Description: Collect EventTranscript DB
Category: System
Platform: windows
Short Name: evnttrscdb
Is Parsed: Yes
Sent to Investigation Hub: Yes
Collect File(s): Yes

EventTranscript.db is a SQLite database maintained by Windows for diagnostic data and telemetry. It contains detailed information about application inventory, browser history, WiFi connections, device installations, and other system events.

This database provides unique forensic artifacts not available in other Windows logs, including granular application usage data, WiFi access point history, and detailed system inventory information.

This collector gathers structured data about eventtranscript db.

FieldDescriptionExample
SIDUser security identifierS-1-5-21-…
UsernameUsernameDOMAIN\user
AccessTimeURL access timestamp2023-10-15T14:30:00
URLVisited URLhttps://www.example.com
SIDUser security identifierS-1-5-21-…
UsernameUsernameDOMAIN\user
ProgramNameApplication nameGoogle Chrome
InstallPathInstallation pathC:\Program Files\Google\Chrome
OSVersionOS version at install time10.0.19041
InstallDateInstallation timestamp2023-10-01T10:00:00
VersionApplication version118.0.5993.89
SIDUser security identifierS-1-5-21-…
UsernameUsernameDOMAIN\user
AccessTimeScan timestamp2023-10-15T14:30:00
SSIDWiFi network nameCorporate-WiFi
MACAddressAccess point MAC address00:11:22:33:44:55
SIDUser security identifierS-1-5-21-…
UsernameUsernameDOMAIN\user
DeviceMakeDevice manufacturerDell Inc.
DeviceModelDevice modelLatitude 7490
TimeZoneUser time zoneAmerica/New_York
DefaultBrowserDefault browser ProgIDChromeHTML
DefaultAppDefault app for file types
DeviceIdDevice identifier\.\PHYSICALDRIVE0
SerialNumberDisk serial numberS4BXNX0N123456
SizeDisk size in bytes512110190592
NumPartitionsNumber of partitions4
BytesPerSectorBytes per sector512
MediaTypeMedia typeSSD
SIDUser security identifierS-1-5-21-…
UsernameUsernameDOMAIN\user
InterfaceGuidNetwork interface GUID{12345678-1234-1234-1234-123456789ABC}
InterfaceTypeInterface type71
InterfaceDescriptionInterface descriptionIntel(R) Wireless-AC 9560
SSIDConnected WiFi networkCorporate-WiFi
AuthAlgAuthentication algorithmWPA2PSK
BSSIDAccess point MAC address00:11:22:33:44:55
ManufacturerAP manufacturerCisco
ModelNameAP model nameAIR-AP2802I
ModelNumberAP model numberAP2802I
SIDUser security identifierS-1-5-21-…
UsernameUsernameDOMAIN\user
ObjectIDDevice object identifierPCI\VEN_8086&DEV_9D60
ServiceAssociated servicenvme
FirstInstallDateFirst installation2023-01-15T10:00:00
InstallDateLast installation2023-10-01T14:00:00
ModelDevice modelSamsung SSD 970 EVO
ManufacturerDevice manufacturerSamsung
SIDUser security identifierS-1-5-21-…
UserNameUsernameDOMAIN\user
TimeStampEvent timestamp2023-10-15T14:30:00.123Z
ProducerIdProducer ID123
ProducerProducer nameMicrosoft-Windows-Kernel-General
ProviderGroupIdProvider group ID45
ProviderGroupGUIDProvider group GUID{A68CA8B7-004F-D7B6…}
LocaleNameLocale nameen-US
TagNameEvent tag nameBrowserHistory
TagIdEvent tag ID1
FullEventNameComplete event nameMicrosoft.Windows.Shell.SystemSettings.AppDefaultsUpdated
LoggingBinaryNameLogging binarySystemSettings.exe
FriendlyLoggingBinaryNameFriendly binary nameSystem Settings
FullEventNameHashEvent name hash12345678901234567890
KeywordsEvent keywords0x8000000000000000
IsCoreIs core eventtrue
CompressedSizeCompressed payload size1024
PayloadJSON payload data{“AppId”:“MSEdge”,“Url”:“https://…”}

This collector:

  • Collects the EventTranscript database from ProgramData\Microsoft\Diagnosis\EventTranscript
  • Opens the SQLite database
  • Queries specific event types using SQL
  • Parses JSON payloads from event records
  • Extracts and structures data into separate tables
  • Also exports raw event data organized by tags to CSV files

EventTranscript provides unique telemetry data not available in traditional Windows logs. Investigators use this for historical browser activity tracking, application installation timelines, WiFi network history and geolocation, device installation tracking, user behavior patterns, and system configuration analysis.