<?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 search for logon/logoff activity of domain admins in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294444#M690</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 15:08:32 GMT</pubDate>
    <dc:creator>dhrechkosy</dc:creator>
    <dc:date>2017-02-13T15:08:32Z</dc:date>
    <item>
      <title>How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294439#M685</link>
      <description>&lt;P&gt;Trying to figure out how to search for all logon/logoff attempts by any users in the "Domain Admins" group in active directory. I am currently using Splunk Light 6.5.2 and forwarding the security log events from one single domain controller to Splunk.&lt;/P&gt;

&lt;P&gt;What would be a proper search string to use to find account logon/logoff activity for domain admins? Will I need to do a general search for all logon and logoff activity and then filter it to the specific users I'm looking for?&lt;/P&gt;

&lt;P&gt;There are 3 staff in the domain admins group as well as the built in domain-administrator account. Management wants me to find a way to track logs for every logon/logoff for these four accounts.&lt;/P&gt;

&lt;P&gt;Any suggestions will be helpful as I'm still quite new to this software.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:26:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294439#M685</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-10T16:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294440#M686</link>
      <description>&lt;P&gt;You could add your domain admins to a lookup file/table.&lt;BR /&gt;
Using a sub search you could read your list of users using inputlookup and then in the main search look for login events.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=authentication tag=login [search inputlookup admin_users.csv] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(I'm not near a system with windows logs to test/get you proper syntax but hopefully that gives you enough)&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 09:41:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294440#M686</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-02-11T09:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294441#M687</link>
      <description>&lt;P&gt;This is the easiest being new. Longer term you could make a lookup table inspired by the Enterprise Security app format for identities.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/ES/4.6.0/User/AssetandIdentityLookupReference"&gt;http://docs.splunk.com/Documentation/ES/4.6.0/User/AssetandIdentityLookupReference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then apply it as an auto lookup on the sourcetype of those logs. &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/6.5.1612/Knowledge/Makeyourlookupautomatic"&gt;http://docs.splunk.com/Documentation/SplunkCloud/6.5.1612/Knowledge/Makeyourlookupautomatic&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Feb 2017 12:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294441#M687</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2017-02-11T12:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294442#M688</link>
      <description>&lt;P&gt;Perfect I will try this suggestion. Do you know where the admin_users.csv file will need to be placed in order for splunk to recognize it when I run this sub search?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294442#M688</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-13T14:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294443#M689</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/PivotTutorial/AddlookupfilestoSplunk"&gt;https://docs.splunk.com/Documentation/Splunk/latest/PivotTutorial/AddlookupfilestoSplunk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:57:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294443#M689</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2017-02-13T14:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294444#M690</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 15:08:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294444#M690</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-13T15:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294445#M691</link>
      <description>&lt;P&gt;Just a few more questions/clarifications needed:&lt;/P&gt;

&lt;P&gt;For the two tags you mentioned "authentication" and "login" what field should those correspond to?&lt;/P&gt;

&lt;P&gt;I set authentication to EventCode=4634 and EventCode=4672, not sure if thats right and not certain what login should be set as.&lt;/P&gt;

&lt;P&gt;For the admin_users.csv file what is the format it should be in? Currently I just had an empty csv file with:&lt;/P&gt;

&lt;P&gt;Username&lt;BR /&gt;
Username&lt;BR /&gt;
Username&lt;/P&gt;

&lt;P&gt;Should there be any special formatting inside the .csv file to list the domain admin names properly?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 15:38:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294445#M691</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-13T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294446#M692</link>
      <description>&lt;P&gt;your CSV will need to contain a header row, and you may find it useful to drop some friendly names in too.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;username, firstname, surname
bob.jones, bob, jones
user662237, mike, smith
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294446#M692</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2017-02-13T16:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294447#M693</link>
      <description>&lt;P&gt;Hi Nick,&lt;/P&gt;

&lt;P&gt;Thanks looks like I have that all figured out now. As for the tags what field value pairs do you recommend?&lt;/P&gt;

&lt;P&gt;authentication: &lt;/P&gt;

&lt;P&gt;login: &lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 16:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/294447#M693</guid>
      <dc:creator>dhrechkosy</dc:creator>
      <dc:date>2017-02-13T16:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for logon/logoff activity of domain admins</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/707213#M21159</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi do you mind sharing the search string/spl you used to the the AD login information?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 19:48:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-search-for-logon-logoff-activity-of-domain-admins/m-p/707213#M21159</guid>
      <dc:creator>viscarra</dc:creator>
      <dc:date>2024-12-18T19:48:15Z</dc:date>
    </item>
  </channel>
</rss>

