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: chapters/process-events.md
+21-10Lines changed: 21 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,6 @@ The ProcessGuid and LoginGuid make tracking individual process and users much ea
8
8
9
9

10
10
11
-
When a user logs onto on a modern version of Windows (Windows 2016/10)
12
-
they will have 2 Logon IDs assigned if:
13
-
14
-
* User is a member of local Administrator Group.
15
-
16
-
* UAC (User Access Control) is enabled.
17
-
18
-
These sessions will be linked by a Linked Login ID in Successful Logon
19
-
Event ID 4624, making the logging of this event important.
20
-
21
11
The ProcessGUID depending on the event and where in the process tree it
22
12
is, it will also be known by other names by its relation to the action
23
13
monitored.
@@ -41,7 +31,28 @@ derived names are
41
31
42
32
* Kernel Driver Load
43
33
34
+
All processes associated to a unique logon session can be mapped using the LogonGuid field. This field is generated using similar values as the ProcessGuid with the exception that instead of a process Id it uses in the case of Windows the Logon Session hexadecimal value and in the case of Linux the Logon Id to generate a unique identifier to match all actions taken.
35
+
36
+
For Windows
37
+
38
+

39
+
40
+
For Linux
41
+
42
+

43
+
44
+
When a user logs onto on a modern version of Windows (Windows 2016/10)
45
+
they will have 2 Logon IDs assigned if:
46
+
47
+
* User is a member of local Administrator Group.
48
+
49
+
* UAC (User Access Control) is enabled.
50
+
51
+
These sessions will be linked by a Linked Login ID in Successful Logon
52
+
Event ID 4624, making the logging of this event important.
53
+
44
54
The image of the process is also related in other processes and can be
45
55
used to track all actions related to a specific one.
0 commit comments