<?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 LDAP Search / Active Directory App Monitor Changes in Security</title>
    <link>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/511413#M11660</link>
    <description>&lt;P&gt;How can I use Splunk to alert / run reports on group member changes?&lt;/P&gt;&lt;P&gt;Currently I have something I wrote that reads group members from AD, stores in DB then runs a differential.&amp;nbsp; Seems like splunk would be ideal for this. Is there a way to run a search and diff from the previous run?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2020 14:14:59 GMT</pubDate>
    <dc:creator>ntripp_element</dc:creator>
    <dc:date>2020-07-31T14:14:59Z</dc:date>
    <item>
      <title>LDAP Search / Active Directory App Monitor Changes</title>
      <link>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/511413#M11660</link>
      <description>&lt;P&gt;How can I use Splunk to alert / run reports on group member changes?&lt;/P&gt;&lt;P&gt;Currently I have something I wrote that reads group members from AD, stores in DB then runs a differential.&amp;nbsp; Seems like splunk would be ideal for this. Is there a way to run a search and diff from the previous run?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 14:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/511413#M11660</guid>
      <dc:creator>ntripp_element</dc:creator>
      <dc:date>2020-07-31T14:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Search / Active Directory App Monitor Changes</title>
      <link>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/511942#M11663</link>
      <description>&lt;P&gt;bump?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 14:57:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/511942#M11663</guid>
      <dc:creator>ntripp_element</dc:creator>
      <dc:date>2020-07-31T14:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Search / Active Directory App Monitor Changes</title>
      <link>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/512626#M11676</link>
      <description>&lt;P&gt;Yes you can. You can bring your AD logs to Splunk using the following app&lt;/P&gt;&lt;P&gt;&lt;A href="#https://splunkbase.splunk.com/app/742/" target="_self"&gt;Splunk App For Windows&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using ldapsearch command, and with a bit of SPL magic, you can customise the data that you want to pull from AD.&lt;/P&gt;&lt;P&gt;Since Splunk will store your old, as well as new data, you can easily compare them and schedule alerts, reports, create tickets in a ITSM ticketing tool like Servicenow, Remedy etc and much more.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;P&gt;Note: If it helped, please mark this as an accepted answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 18:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/512626#M11676</guid>
      <dc:creator>shivanshu1593</dc:creator>
      <dc:date>2020-08-05T18:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Search / Active Directory App Monitor Changes</title>
      <link>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/512627#M11677</link>
      <description>&lt;P&gt;yes i already was able to pull the information. the other things you referenced I do not follow. I'm really trying to get a little more information on the how ...&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 18:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/512627#M11677</guid>
      <dc:creator>ntripp_element</dc:creator>
      <dc:date>2020-08-05T18:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Search / Active Directory App Monitor Changes</title>
      <link>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/512631#M11679</link>
      <description>&lt;P&gt;If you can give some sample data, which has the data of pre and post group changes, we can help you to build the search.&lt;/P&gt;&lt;P&gt;I believe an EventCode is being generated, everytime there's some changes in the OU. Like 4727 for a group creation, 4728 when a member is added, 4729 if a member is removed and so on.&lt;/P&gt;&lt;P&gt;If that's the case, I'd look out for those eventcodes and use the table command to pipe the required values in tabular format.&lt;/P&gt;&lt;P&gt;Again, some sample data and more light on what you want to achieve will be helpful.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2020 19:07:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/LDAP-Search-Active-Directory-App-Monitor-Changes/m-p/512631#M11679</guid>
      <dc:creator>shivanshu1593</dc:creator>
      <dc:date>2020-08-05T19:07:48Z</dc:date>
    </item>
  </channel>
</rss>

