Skip to content

Commit eb688e9

Browse files
authored
Update README.md
1 parent 4354358 commit eb688e9

File tree

1 file changed

+35
-34
lines changed

1 file changed

+35
-34
lines changed

README.md

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,39 @@
2020
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>
2121
Note2: Runs on Windows 10 x64 <br>
2222

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>
43+
44+
- 0.Windows 10X *(dual screen)* device *(Observed)*
45+
- 1.Xbox One
46+
- 6.Apple iPhone
47+
- 7.Apple iPad
48+
- 8.Android device
49+
- 9.Windows 10 Desktop
50+
- 11.Windows 10 Phone
51+
- 12.Linux device
52+
- 13.Windows IoT
53+
- 14.Surface Hub
54+
- 15.Windows 10 Laptop PC *(Observed)*
55+
- 16.Windows 10 Tablet PC *(Observed)*
2356
___________________________________________________________________________________________
2457

2558
**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**
@@ -57,25 +90,7 @@ ________________________________________________________________________________
5790

5891
#### (5/2019) ####
5992
[**>> 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)
78-
93+
7994
* **Windows versions (OSBuild*) supporting Timeline:**<br>
8095
- March 2019 Update (v1903 18875) .. <br>
8196
- October 2018 Update (v1809 - 17763)<br>
@@ -85,7 +100,7 @@ ________________________________________________________________________________
85100
- [Win10 YourPhone app](https://github.com/kacos2000/Win10/blob/master/YourPhone/readme.md)
86101
- [Win10 Notifications](https://github.com/kacos2000/Win10/blob/master/Notifications/readme.md).
87102

88-
103+
89104
___________________________________________________________________________________________
90105

91106

@@ -149,20 +164,6 @@ ________________________________________________________________________________
149164
* ### **[WindowsTimeline.ps1](https://github.com/kacos2000/WindowsTimeline/blob/master/WindowsTimeline.ps1)** ###
150165
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*.
151166

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>
153-
154-
- 0.Windows 10X device *(Observed)*
155-
- 1.Xbox One
156-
- 6.Apple iPhone
157-
- 7.Apple iPad
158-
- 8.Android device
159-
- 9.Windows 10 Desktop
160-
- 11.Windows 10 Phone
161-
- 12.Linux device
162-
- 13.Windows IoT
163-
- 14.Surface Hub
164-
- 14.Windows 10 Laptop *(Observed)*
165-
166167
![.ps1 results](https://raw.githubusercontent.com/kacos2000/WindowsTimeline/master/WT.JPG)
167168

168169
* ### **[WinTimelineLocal.ps1](https://github.com/kacos2000/WindowsTimeline/blob/master/WinTimelineLocal.ps1)** ###

0 commit comments

Comments
 (0)