<?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: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344235#M63325</link>
    <description>&lt;P&gt;Curious to see if you found any more information on this. I'd like to not filter out the 4674 events but they are creating so many events that Splunk cannot keep up. For me, it is specifically the SeBackupPrivilege&lt;/P&gt;</description>
    <pubDate>Fri, 18 May 2018 13:20:30 GMT</pubDate>
    <dc:creator>jpolcari</dc:creator>
    <dc:date>2018-05-18T13:20:30Z</dc:date>
    <item>
      <title>Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344232#M63322</link>
      <description>&lt;P&gt;Has anyone seen an issue where Win Event Logs (Security logs)  (Win10) are generating gigs of data related to SeBackupPrivilege?&lt;BR /&gt;
Any idea why this is happening and how to fix it?&lt;/P&gt;

&lt;P&gt;This is the log message:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;LogName=Security
SourceName=Microsoft Windows security auditing.
EventCode=4674
EventType=0
Type=Information
ComputerName=(Hostname)
TaskCategory=Sensitive Privilege Use
OpCode=Info
RecordNumber=1300748316
Keywords=Audit Success
Message=An operation was attempted on a privileged object.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Jun 2017 17:14:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344232#M63322</guid>
      <dc:creator>roguebmc</dc:creator>
      <dc:date>2017-06-12T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344233#M63323</link>
      <description>&lt;P&gt;Have you checked for duplicate RecordNumbers?&lt;BR /&gt;
Because sometimes you get a ridiculous high amount of the same message.&lt;BR /&gt;
Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=*active_directory* sourcetype=*whatever* 
| stats count by RecordNumber, _time, host 
| where count &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 12:16:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344233#M63323</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2017-06-13T12:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344234#M63324</link>
      <description>&lt;P&gt;Thanks Skalli. I hadn't thought of that to be honest, so great point. &lt;/P&gt;

&lt;P&gt;The high volume of alerts were primarily from one machine. Once we disabled auditing in the windows event log, it stopped the spamming. The root cause is actually any app that is accessing a 'privileged object' (in this case it's calling the WmiPrvSE.exe process, but can be many such as adobe updater), and that is triggering millions of events in the log. Event 4674 in this case. So that is what I need to focus on now. &lt;/P&gt;

&lt;P&gt;Thanks for the response again. &lt;BR /&gt;
Brian &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 02:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344234#M63324</guid>
      <dc:creator>roguebmc</dc:creator>
      <dc:date>2017-06-14T02:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344235#M63325</link>
      <description>&lt;P&gt;Curious to see if you found any more information on this. I'd like to not filter out the 4674 events but they are creating so many events that Splunk cannot keep up. For me, it is specifically the SeBackupPrivilege&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 13:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344235#M63325</guid>
      <dc:creator>jpolcari</dc:creator>
      <dc:date>2018-05-18T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344236#M63326</link>
      <description>&lt;P&gt;Did anyone hear back on this? I'm getting the same issue but with &lt;STRONG&gt;chrome.exe&lt;/STRONG&gt; and &lt;STRONG&gt;iexplorer.exe&lt;/STRONG&gt; any guidance would be appreciated, thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 21:36:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344236#M63326</guid>
      <dc:creator>evolutionxtinct</dc:creator>
      <dc:date>2018-06-12T21:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344237#M63327</link>
      <description>&lt;P&gt;I ended up disabling the auditing for the SeBackupPrivilege only.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:42:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344237#M63327</guid>
      <dc:creator>jpolcari</dc:creator>
      <dc:date>2018-06-13T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344238#M63328</link>
      <description>&lt;P&gt;Did you disable the SEBackupPrivilege through GPO or during splunk ingesting? &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344238#M63328</guid>
      <dc:creator>evolutionxtinct</dc:creator>
      <dc:date>2018-06-13T16:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why are Win Event Logs (Security logs) (Win10) generating gigs of data related to SeBackupPrivilege?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344239#M63329</link>
      <description>&lt;P&gt;I did that through GPO. I didn't find the event very useful for my environment so chose not to log it.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:47:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-Win-Event-Logs-Security-logs-Win10-generating-gigs-of/m-p/344239#M63329</guid>
      <dc:creator>jpolcari</dc:creator>
      <dc:date>2018-06-13T16:47:19Z</dc:date>
    </item>
  </channel>
</rss>

