<?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: Monitor AD Group Changes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/685863#M114388</link>
    <description>&lt;P&gt;Is there any free alternative to this, as it went out of support?&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 15:41:22 GMT</pubDate>
    <dc:creator>bmartins-</dc:creator>
    <dc:date>2024-04-29T15:41:22Z</dc:date>
    <item>
      <title>Monitor AD Group Changes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/185714#M37190</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Trying to understand how I can get the recent membership changes, query working for Domain Admins group. I want to see what there are changes (eithering adding or removing) users from the Domain Admins. Have tried a few queries but no results.&lt;BR /&gt;
Wondering anyone out there could assist?&lt;/P&gt;

&lt;P&gt;'group-changes-for-group("My Domain Name","Domain Admins")`&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2015 15:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/185714#M37190</guid>
      <dc:creator>andybento</dc:creator>
      <dc:date>2015-03-13T15:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor AD Group Changes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/185715#M37191</link>
      <description>&lt;P&gt;Please try Splunk App for Windows Infra (&lt;A href="https://apps.splunk.com/app/1680/"&gt;https://apps.splunk.com/app/1680/&lt;/A&gt;). It has prebuilt dashboards for AD environment.  &lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 03:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/185715#M37191</guid>
      <dc:creator>satishsdange</dc:creator>
      <dc:date>2015-03-16T03:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor AD Group Changes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/185716#M37192</link>
      <description>&lt;P&gt;If you've got AD data coming in, you can run something like this. Have it set to run every 5 minutes, and send a notification if it detects a the windows log event. Your sed commands will vary based on your local structure.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=*index_name* (EventCode=4728 OR EventCode=4729) earliest=-5m latest=now (Group_Name="*Domain Admins*" OR Group_Name="*Group2*")
| rename src_user AS "Actioned By", src_user_first AS "First Name" src_user_last AS "Last Name" name as "Action Taken"
| rex mode=sed field="Account_Name" "s/CN=//g"
| rex mode=sed field="Account_Name" "s/cn=//g"
| rex mode=sed field="Account_Name" "s/,OU.*//g" 
| rex mode=sed field="Account_Name" "s/\\\//g" 
| table "Actioned By"  "First Name"  "Last Name" Account_Name "Action Taken" Group_Name Account_Domain _time
| sort - _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Apr 2018 06:20:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/185716#M37192</guid>
      <dc:creator>Simon_Mantell</dc:creator>
      <dc:date>2018-04-26T06:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor AD Group Changes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/685862#M114387</link>
      <description>&lt;P&gt;May I ask if you're using this to track Exchange distribution group changes?&lt;/P&gt;&lt;P&gt;Based on my testing, and thanks a lot for sharing your query, it generates a lot of events, because, even if you just remove a member from a group, Exchange will remove and re-add the others...&lt;/P&gt;&lt;P&gt;Has anyone found a way to work around this?&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:40:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/685862#M114387</guid>
      <dc:creator>bmartins-</dc:creator>
      <dc:date>2024-04-29T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor AD Group Changes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/685863#M114388</link>
      <description>&lt;P&gt;Is there any free alternative to this, as it went out of support?&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Monitor-AD-Group-Changes/m-p/685863#M114388</guid>
      <dc:creator>bmartins-</dc:creator>
      <dc:date>2024-04-29T15:41:22Z</dc:date>
    </item>
  </channel>
</rss>

