I am trying to track users added to Administrators group. But in the event viewer log shows local username and group, but in the event which i am receiving has only the SID. I check the Friendly View and XML View, both are same. Is there any way to resolve this issue?
I am using ELK Stack and Beats agent to ship the logs. This is the Friendly view,
Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 12/27/2019 3:25:02 PM
Event ID: 4732
Task Category: Security Group Management
Level: Information
Keywords: Audit Success
User: N/A
Computer: pms-primary
Description:
A member was added to a security-enabled local group.
Subject:
Security ID: PMS-PRIMARY\Administrator
Account Name: Administrator
Account Domain: PMS-PRIMARY
Logon ID: 0x1bc355
Member:
Security ID: PMS-PRIMARY\test
Account Name: -
Group:
Security ID: BUILTIN\Administrators
Group Name: Administrators
Group Domain: Builtin
Additional Information:
Privileges: -
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" />
<EventID>4732</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>13826</Task>
<Opcode>0</Opcode>
<Keywords>0x8020000000000000</Keywords>
<TimeCreated SystemTime="2019-12-27T09:55:02.995947100Z" />
<EventRecordID>480532626</EventRecordID>
<Correlation />
<Execution ProcessID="556" ThreadID="5760" />
<Channel>Security</Channel>
<Computer>pms-primary</Computer>
<Security />
</System>
<EventData>
<Data Name="MemberName">-</Data>
<Data Name="MemberSid">S-1-5-21-1340285219-1682968722-2481256013-1046</Data>
<Data Name="TargetUserName">Administrators</Data>
<Data Name="TargetDomainName">Builtin</Data>
<Data Name="TargetSid">S-1-5-32-544</Data>
<Data Name="SubjectUserSid">S-1-5-21-1340285219-1682968722-2481256013-500</Data>
<Data Name="SubjectUserName">Administrator</Data>
<Data Name="SubjectDomainName">PMS-PRIMARY</Data>
<Data Name="SubjectLogonId">0x1bc355</Data>
<Data Name="PrivilegeList">-</Data>
</EventData>
</Event>