Skip to content

Commit 2f16452

Browse files
committed
Logon GUID info
1 parent 90dce67 commit 2f16452

2 files changed

Lines changed: 21 additions & 10 deletions

File tree

chapters/media/image68.png

70.8 KB
Loading

chapters/process-events.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ The ProcessGuid and LoginGuid make tracking individual process and users much ea
88

99
![ProcessGUID Source](./media/image31.png)
1010

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-
2111
The ProcessGUID depending on the event and where in the process tree it
2212
is, it will also be known by other names by its relation to the action
2313
monitored.
@@ -41,7 +31,28 @@ derived names are
4131

4232
* Kernel Driver Load
4333

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+
![LogonGuide Source](./media/image68.png)
39+
40+
For Linux
41+
42+
![Linux LogonGuide Source](./media/image67.png)
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+
4454
The image of the process is also related in other processes and can be
4555
used to track all actions related to a specific one.
4656

4757
![Image Relation](./media/image33.png)
58+

0 commit comments

Comments
 (0)