<?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: Windows authentication creates to much noise in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485814#M59738</link>
    <description>&lt;P&gt;Hi @gcusello &lt;/P&gt;

&lt;P&gt;Not just me then. I don't really have the permissions to run scripts on clients.&lt;/P&gt;

&lt;P&gt;Was hoping for an indicator of a true login within the logs or a method to make the results more accurate.&lt;/P&gt;

&lt;P&gt;We use smart cards to authenticate and ideally logging when a smart card is inserted to login or removed to log out would be ideal but struggling to get this information in the logs.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jan 2020 12:36:04 GMT</pubDate>
    <dc:creator>nathanluke86</dc:creator>
    <dc:date>2020-01-21T12:36:04Z</dc:date>
    <item>
      <title>Windows authentication creates to much noise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485810#M59734</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;Is it just me or are Windows Auth events ridiculously noisey.&lt;/P&gt;

&lt;P&gt;I am trying to get accurate login/logout information but the events show multiple success and logoff events for the same attempt judging by time. I thought this might be duplicate logs but they all have different record ID's as below.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8230i89C98760022CC8CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Is this just windows in general or might this be an issue with how our DC's (5 in total) log or are setup.&lt;/P&gt;

&lt;P&gt;multiple successes in a row with the same time stamp are mainly for 1 dc so not just multiple dc attempts to authenticate if that makes sense.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 10:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485810#M59734</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2020-01-21T10:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Windows authentication creates to much noise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485811#M59735</link>
      <description>&lt;P&gt;I see duplicate logs,&lt;BR /&gt;
&lt;CODE&gt;21/01/2020 08:28:04.000 ipAddress 10.200.33.211 EventID 4624&lt;/CODE&gt;&lt;BR /&gt;
 What is the query?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 10:57:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485811#M59735</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-21T10:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Windows authentication creates to much noise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485812#M59736</link>
      <description>&lt;P&gt;Hi @nathanluke86,&lt;BR /&gt;
Windows generates much noise (every login usually generates between 10 and 13 login/logout events!).&lt;BR /&gt;
You should try to group events using transform command.&lt;BR /&gt;
I had this problem and I solved in a different way: I executed every 5 minutes on clients a script with the command "query user" that extract the connected uses and gives infos about login and logout.&lt;BR /&gt;
This script with the inputs.conf were in a dedicated Technical Add-on.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 11:08:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485812#M59736</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-21T11:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Windows authentication creates to much noise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485813#M59737</link>
      <description>&lt;P&gt;@to4kawa &lt;/P&gt;

&lt;P&gt;all the logs have different record id's so are not duplicate logs.&lt;/P&gt;

&lt;P&gt;This was my first impression but turns out they are not.&lt;/P&gt;

&lt;P&gt;Thanks for the input, much appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 12:27:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485813#M59737</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2020-01-21T12:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Windows authentication creates to much noise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485814#M59738</link>
      <description>&lt;P&gt;Hi @gcusello &lt;/P&gt;

&lt;P&gt;Not just me then. I don't really have the permissions to run scripts on clients.&lt;/P&gt;

&lt;P&gt;Was hoping for an indicator of a true login within the logs or a method to make the results more accurate.&lt;/P&gt;

&lt;P&gt;We use smart cards to authenticate and ideally logging when a smart card is inserted to login or removed to log out would be ideal but struggling to get this information in the logs.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 12:36:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485814#M59738</guid>
      <dc:creator>nathanluke86</dc:creator>
      <dc:date>2020-01-21T12:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Windows authentication creates to much noise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485815#M59739</link>
      <description>&lt;P&gt;Hi @nathanluke86,&lt;BR /&gt;
see if your SmartCards give additional logs!&lt;BR /&gt;
Windows isn't so clear in logins, you could use transaction command with options (maxspan=1h startswith="EventCode=4624)" endswith="EventCode=4634") but isn't so precise!&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2020 12:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Windows-authentication-creates-to-much-noise/m-p/485815#M59739</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-21T12:56:10Z</dc:date>
    </item>
  </channel>
</rss>

