Skip to content

Releases: kacos2000/WindowsTimeline

WindowsTimeline parser (x64)

13 Aug 18:07
0cd108d
Compare
Choose a tag to compare
  • Added Hex Offset in the Clipboard text carver
  • Added column with Clipboard Type info (in anticipation of upcoming Clipboard change)
  • Updated estimation of Win10 version identification (based on the dB)
  • Changed 1703/1709 queries to show more data
    (Win10 v1709 and earlier have the following line in the Smartlookup View query preventing display of deleted entries:)
    LEFT OUTER JOIN Activity ON ActivityOperation.Id = Activity.Id WHERE [O].[OperationType] <> 3

WindowsTimeline parser (x64)

10 Aug 15:06
002e773
Compare
Choose a tag to compare
  • Changed the queries so that all timestamps are (as they should be) in UTC
  • Updated IANA/OLSON TimeZone support (does not account for Daylight savings)
  • Included 'Clipboard Text Carver' option

NOTE: In previous 'WindowsTimeline parser' versions timestamps are in examiner's Local Time

WindowsTimeline Clipboard Text Carver (Win10 x64)

08 Aug 18:49
d0988c6
Compare
Choose a tag to compare

Update :
- Added tooltips
- Changed Base64 conversion from ASCII to UTF8.

WindowsTimeline parser (x64)

04 Aug 21:09
d0988c6
Compare
Choose a tag to compare
  • Minor GUI scaling & file output fixes

WindowsTimeline Clipboard Text Carver (Win10 x64)

05 Aug 19:33
5b271a8
Compare
Choose a tag to compare
- Retrieves (carves) current & deleted Clipboard text entries from an ActivitiesCache db or db-wal file.
- Displays offset of entry in the file & decoded text
- Allows Copy of a selection or all of the results
- Allows export to "|" separated CSV

          Example:
           - WindowsTimeline.exe: 15 clipboard text entries (SQLite query)
           - ClipboardTextEntries.exe: 224 from the db & 19 from the db-wal

WindowsTimeline parser (x64)

01 Aug 21:04
60878ec
Compare
Choose a tag to compare
  • Quite a few updates/improvements, plus:

    • Show estimation of originating Win10 version in the status bar while processing
    • Added GMT representation of the Timezone (based on Olson/IANA lists) (does not account for Daylight savings)
    • Added option to view Clipboard history (if available) in a separate window
    • Added option to export Clipboard history (if available) separately in a CSV

WindowsTimeline parser (x64)

31 Jul 18:08
0740569
Compare
Choose a tag to compare
  • Added support for all ActivitiesCache.dbs (from 1709-2004+)
    done limited testing on 1709 dbs due to the scarcity of them
  • Added some column info tooltips
  • Many small improvements

WindowsTimeline parser (x64)

22 Jul 10:41
f5457d7
Compare
Choose a tag to compare

WindowsTimeline parser (x64)

02 Jul 12:07
187a708
Compare
Choose a tag to compare
  • Added support for 'ActivityEngagementFlags' in ActivityType 6 entries (Win10 v.2004+)
  • Fixed error not displaying ParentActivityId

WindowsTimeline parser (x64)

01 Jul 23:11
eb688e9
Compare
Choose a tag to compare

Added support for Device Type 16 (Windows 10 Tablet PC)
Added option to view All the Devices in the selected NTUser.dat in a popup
Added some coloring to ease viewing large dB sets

Note:
If you need/want to manually download "System.Data.SQLite"
the location of the downloads is https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki

WindowsTimeline.exe looks for this file:
"C:\Program Files\System.Data.SQLite\2010\bin\System.Data.SQLite.dll"