Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 3.02 KB

evtx-4001-user-logon-gpo-processing-start.md

File metadata and controls

62 lines (51 loc) · 3.02 KB

Microsoft-Windows-GroupPolicy/Operational/4001: Starting user logon Policy processing

This event indicates that the Group Policy for a specific user has been updated due to the user having logged in. This is as opposed to Microsoft-Windows-GroupPolicy/Operational/4005: Starting manual processing of policy for user, which is a user GPO processing started manually or periodically.

Analysis Value

  • Network - Evidence of Network Activity

Operating System Availability

  • Windows 11
  • Windows 10
  • Windows 8
  • Windows 7
  • Windows Vista

Artifact Location(s)

  • %SystemRoot%\System32\Winevt\Logs\Microsoft-Windows-GroupPolicy%4Operational.evtx

Artifact Interpretation

XML Path Interpretation
System/Correlation ActivityID The ActivityID for this GPO update. This can be used to filter/correlate other events relating to this activity in both the System event log as well as the Group Policy Operational log.
EventData/PrincipalSamName The SAM name for the user account for which the GPO update was started.

In the event that new User Group Policy Objects were found for the user in question, System/1503: The Group Policy settings for the user were processed successfully will be generated with the same System/Correlation ActivityID .

If new User Group Policy Objects were found, Microsoft-Windows-GroupPolicy/Operational/5312: List of applicable Group Policy objects will be generated with the same System/Correlation ActivityID , providing a list of all the applicable GPOs.

Example

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Microsoft-Windows-GroupPolicy" Guid="{aea1b4fa-97d1-45f2-a64c-4d69fffd92c9}" /> 
  <EventID>4001</EventID> 
  <Version>1</Version> 
  <Level>4</Level> 
  <Task>0</Task> 
  <Opcode>1</Opcode> 
  <Keywords>0x4000000000000000</Keywords> 
  <TimeCreated SystemTime="2024-04-22T03:19:16.5400805Z" /> 
  <EventRecordID>34</EventRecordID> 
  <Correlation ActivityID="{13a6c2c7-a1ac-41e6-8e29-3a4bccb76ddf}" /> 
  <Execution ProcessID="2832" ThreadID="6072" /> 
  <Channel>Microsoft-Windows-GroupPolicy/Operational</Channel> 
  <Computer>DESKTOP-88KIKM6</Computer> 
  <Security UserID="S-1-5-18" /> 
  </System>
- <EventData>
  <Data Name="PolicyActivityId">{13a6c2c7-a1ac-41e6-8e29-3a4bccb76ddf}</Data> 
  <Data Name="PrincipalSamName">DESKTOP-88KIKM6\defaultuser0</Data> 
  <Data Name="IsMachine">0</Data> 
  <Data Name="IsDomainJoined">false</Data> 
  <Data Name="IsBackgroundProcessing">false</Data> 
  <Data Name="IsAsyncProcessing">false</Data> 
  <Data Name="IsServiceRestart">false</Data> 
  <Data Name="ReasonForSyncProcessing">1</Data> 
  </EventData>
  </Event>

This example was produced on Windows 10, Version 10.0.19045 Build 19045