Hello,
To investigate Windows Security Event ID 4717, which indicates that "system security access was granted to an account," you'll want to follow a systematic approach. Here’s how you can verify the root cause and assess the health of your server:
Event ID 4717 is logged when logon rights, such as "Access this computer from the network" or "Logon as a service," are granted to an account. This event typically shows the Subject as the system itself (ID "0x3E7"), indicating that the change was made by the system rather than a user.
Check the details of the event in the Event Viewer. Look for fields like Account Modified and Access Granted to see which account received new rights and what rights were granted.
Check Group Policy Changes:
Since user rights are controlled via GPOs, check the security logs on your domain controllers for any recent changes to group policy objects. Look for events related to GPO modifications, particularly around the time the 4717 event was logged.
Correlate with Other Events:
You mentioned an Event ID 4688 logged shortly before the 4717 event. This event indicates a new process creation. While it was caused by your antivirus client, it’s worth checking if any other processes or services were running at that time that could have triggered the rights change.
Review Logon IDs:
The Logon ID in the 4717 event can help you correlate it with other logon events (like Event ID 4624). This can provide context about which user or service was active when the rights were granted.
Monitor for Anomalies:
Since this event has only occurred once in two weeks, it may not indicate a persistent issue. However, keep an eye on similar events. If you see more occurrences, especially from accounts other than SYSTEM, it could indicate a potential security concern.
For more details, refer to the following articles: 4717(S) System security access was granted to an account. - Windows 10 | Microsoft Learn
I hope the information above is helpful.
Best Regards,
Yanhong Liu
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.