<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get Splunk know the Account name when the Local or Global Group changed in Windows server 2008? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-know-the-Account-name-when-the-Local-or-Global/m-p/48615#M9222</link>
    <description>&lt;P&gt;check the event description 4732: &lt;A href="https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4732" target="_blank"&gt;https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4732&lt;/A&gt;&lt;BR /&gt;
the Account Name is extracted but if you dont use the windows TA you will have to use eval on the Account_Name field as it contains 2 values, 1 for the account who made the change and one for the member of the group.&lt;BR /&gt;
when using the Windows TA, splunk extracts the fields src_user and user accordingly&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:03:56 GMT</pubDate>
    <dc:creator>adonio</dc:creator>
    <dc:date>2020-09-29T14:03:56Z</dc:date>
    <item>
      <title>How to get Splunk know the Account name when the Local or Global Group changed in Windows server 2008?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-know-the-Account-name-when-the-Local-or-Global/m-p/48614#M9221</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I found a problem when I migrate Splunk from Windows server 2003 to Windows server 2008.&lt;BR /&gt;&lt;BR /&gt;
I created a alert for local or global groups changed. &lt;BR /&gt;
It works well in Windows server 2003. But in Windows Server 2008, there is only Sid, no Account Name. Here is an example. If I add myslf into the administrator group. (I have changd some real information....) Thank you in advance!&lt;/P&gt;

&lt;P&gt;In windows server 2003:&lt;/P&gt;

&lt;P&gt;SourceName=Security&lt;BR /&gt;
EventCode=636&lt;BR /&gt;
Type=Success Audit&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;P&gt;Message=Security Enabled Local Group Member Added:&lt;BR /&gt;&lt;BR /&gt;
     Member Name:   -&lt;BR /&gt;&lt;BR /&gt;
     Member ID: AP\zyxcc&lt;BR /&gt;&lt;BR /&gt;
     Target Account Name:   Administrators&lt;BR /&gt;&lt;BR /&gt;
     Target Domain: Builtin &lt;BR /&gt;
     Target Account ID: AP\Administrators&lt;BR /&gt;&lt;BR /&gt;
     Caller User Name:  zyxcc&lt;BR /&gt;&lt;BR /&gt;
     Caller Domain: AP&lt;BR /&gt;&lt;BR /&gt;
......&lt;/P&gt;

&lt;P&gt;But in windows server 2008, there has Sid, but no account name for the member's information:&lt;/P&gt;

&lt;P&gt;SourceName=Microsoft Windows security auditing.&lt;BR /&gt;
EventCode=4732&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;

&lt;P&gt;Keywords=Audit Success&lt;/P&gt;

&lt;P&gt;Message=A member was added to a security-enabled local group.&lt;/P&gt;

&lt;P&gt;Subject:&lt;BR /&gt;&lt;BR /&gt;
        Security ID:        S-1-5-21-981343549-14154652-165423545&lt;BR /&gt;&lt;BR /&gt;
        Account Name:       zyxcc&lt;BR /&gt;&lt;BR /&gt;
        Account Domain:     AP&lt;BR /&gt;&lt;BR /&gt;
        Logon ID:       0x51ed123&lt;/P&gt;

&lt;P&gt;Member: &lt;/P&gt;

&lt;P&gt;Security ID:        S-1-5-21-981343549-14154652-165423545&lt;BR /&gt;&lt;BR /&gt;
        Account Name:       -&lt;/P&gt;

&lt;P&gt;Group:&lt;BR /&gt;&lt;BR /&gt;
        Security ID:        BUILT\Administrators&lt;BR /&gt;&lt;BR /&gt;
        Group Name:     Administrators&lt;BR /&gt;&lt;BR /&gt;
        Group Domain:       Built&lt;/P&gt;

&lt;P&gt;......&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2012 08:01:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-know-the-Account-name-when-the-Local-or-Global/m-p/48614#M9221</guid>
      <dc:creator>zyxcc</dc:creator>
      <dc:date>2012-11-29T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Splunk know the Account name when the Local or Global Group changed in Windows server 2008?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-know-the-Account-name-when-the-Local-or-Global/m-p/48615#M9222</link>
      <description>&lt;P&gt;check the event description 4732: &lt;A href="https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4732" target="_blank"&gt;https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4732&lt;/A&gt;&lt;BR /&gt;
the Account Name is extracted but if you dont use the windows TA you will have to use eval on the Account_Name field as it contains 2 values, 1 for the account who made the change and one for the member of the group.&lt;BR /&gt;
when using the Windows TA, splunk extracts the fields src_user and user accordingly&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:03:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-Splunk-know-the-Account-name-when-the-Local-or-Global/m-p/48615#M9222</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-09-29T14:03:56Z</dc:date>
    </item>
  </channel>
</rss>

