You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+35-34Lines changed: 35 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,39 @@
20
20
Note1: Requires "[System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki)". If not available, it will download and install automatically.<br>
21
21
Note2: Runs on Windows 10 x64 <br>
22
22
23
+
***ActivityTypes observed:**
24
+
25
+
- **2** (Notification)
26
+
- **3** (Mobile Device Backup)
27
+
- **5** (Open Application/File/Webpage)
28
+
- **6** (Application in Use/Focus)
29
+
- **10** (Clipboard Text - for a duration of 43200 seconds or 12 hours exactly)
30
+
- **11,12,15** Windows System operations such as:
31
+
- Microsoft.Credentials.Vault
32
+
- Microsoft.Credentials.WiFi
33
+
- Microsoft.Default
34
+
- Microsoft.Credentials
35
+
- Microsoft.Personalization
36
+
- Microsoft.Language
37
+
- Microsoft.Accessibility*
38
+
- **0,1,4,7,8,9,13** *unknown yet*
39
+
- **16** (Copy/Paste Operation - Copy or Paste is shown in the Group field of the db)
40
+
41
+
***Device Types:** <br>
42
+
(According to the Connected [Devices Platform specification](https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-CDP/[MS-CDP].pdf) & observation)* <br>
**SQLite queries to parse Windows 10 (*[1803+](https://support.microsoft.com/en-us/help/4099479/windows-10-update-history?ocid=update_setting_client)*) Timeline's ActivitiesCache.db Database**
[**>> Revised query <<**](https://github.com/kacos2000/WindowsTimeline/blob/master/Timeline.sql) for Windows Timeline - works with all versions (1803,1809,1903+) and is based on the smartlookup view #dfir. (Tested on Win10 pro 1903 *(Build 19023.1)*) <br>
60
-
61
-
***ActivityTypes observed:**
62
-
63
-
- **2** (Notification)
64
-
- **3** (Mobile Device Backup)
65
-
- **5** (Open Application/File/Webpage)
66
-
- **6** (Application in Use/Focus)
67
-
- **10** (Clipboard Text - for a duration of 43200 seconds or 12 hours exactly)
68
-
- **11,12,15** Windows System operations such as:
69
-
- Microsoft.Credentials.Vault
70
-
- Microsoft.Credentials.WiFi
71
-
- Microsoft.Default
72
-
- Microsoft.Credentials
73
-
- Microsoft.Personalization
74
-
- Microsoft.Language
75
-
- Microsoft.Accessibility*
76
-
- **0,1,4,7,8,9,13** *unknown yet*
77
-
- **16** (Copy/Paste Operation - Copy or Paste is shown in the Group field of the db)
Powershell script to check the Platform DeviceID values in the database against the HKCU DeviceCache entries in the registry. ~~It appears that Type 8 entries are Smartphones, type 9 Full Sized PCs and type 15 Laptops)~~. <br>*Note that Platform Device IDs representing a specific device change over time*.
151
166
152
-
* Note: According to the Connected [Devices Platform specification](https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-CDP/[MS-CDP].pdf) these are the device types. Curiously, type 15 is not in that list:<br>
0 commit comments