<?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: Reduce Event Code 4663 volume in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534638#M89710</link>
    <description>&lt;P&gt;HF is not an option for us at this moment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing this at the indexer level still count against the daily license?&lt;/P&gt;</description>
    <pubDate>Sun, 03 Jan 2021 13:02:28 GMT</pubDate>
    <dc:creator>AbelCruz</dc:creator>
    <dc:date>2021-01-03T13:02:28Z</dc:date>
    <item>
      <title>Reduce Event Code 4663 volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534621#M89704</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reading this&lt;/P&gt;&lt;P&gt;Due to license constrictions, we need to eliminate the Event Code 4663 based on the Message field that includes Accesses: ReadData (or ListDirectory). while retaining the other values from the Accesses field. We are using the Splunk_TA_windows and configuring blacklist in its inputs.conf file. We have tried tried several regex but so far they either blacklist the entire Event Code 4663 or it doesn't&lt;/P&gt;&lt;P&gt;Here is an example of the Message field:&lt;/P&gt;&lt;P&gt;n attempt was made to access an object. Subject: Security ID: ACA\ACA_SQL_Service Account Name: ACA_SQL_Service Account Domain: ACA Logon ID: 0x1347AFBE1 Object: Object Server: Security Object Type: File Object Name: G:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn Handle ID: 0x55c Resource Attributes: Process Information: Process ID: 0x55cc8 Process Name: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Access Request Information: Accesses: ReadData (or ListDirectory) Access Mask: 0x1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbelCruz_0-1609642681530.png" style="width: 667px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12422iF64FAB2915D15476/image-dimensions/667x562?v=v2" width="667" height="562" role="button" title="AbelCruz_0-1609642681530.png" alt="AbelCruz_0-1609642681530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 12:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534621#M89704</guid>
      <dc:creator>AbelCruz</dc:creator>
      <dc:date>2021-01-03T12:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce Event Code 4663 volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534625#M89705</link>
      <description>&lt;P&gt;sample event:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal | head 1 | fields _raw
| eval _raw="&amp;lt;Event xmlns=\"http://schemas.microsoft.com/win/2004/08/events/event\"&amp;gt;
 &amp;lt;System&amp;gt;
 &amp;lt;Provider Name=\"Microsoft-Windows-Security-Auditing\" Guid=\"{54849625-5478-4994-A5BA-3E3B0328C30D}\" /&amp;gt; 
 &amp;lt;EventID&amp;gt;4663&amp;lt;/EventID&amp;gt; 
 &amp;lt;Version&amp;gt;1&amp;lt;/Version&amp;gt; 
 &amp;lt;Level&amp;gt;0&amp;lt;/Level&amp;gt; 
 &amp;lt;Task&amp;gt;12800&amp;lt;/Task&amp;gt; 
 &amp;lt;Opcode&amp;gt;0&amp;lt;/Opcode&amp;gt; 
 &amp;lt;Keywords&amp;gt;0x8020000000000000&amp;lt;/Keywords&amp;gt; 
 &amp;lt;TimeCreated SystemTime=\"2015-09-18T22:13:54.770429700Z\" /&amp;gt; 
 &amp;lt;EventRecordID&amp;gt;273866&amp;lt;/EventRecordID&amp;gt; 
 &amp;lt;Correlation /&amp;gt; 
 &amp;lt;Execution ProcessID=\"516\" ThreadID=\"524\" /&amp;gt; 
 &amp;lt;Channel&amp;gt;Security&amp;lt;/Channel&amp;gt; 
 &amp;lt;Computer&amp;gt;DC01.contoso.local&amp;lt;/Computer&amp;gt; 
 &amp;lt;Security /&amp;gt; 
 &amp;lt;/System&amp;gt;
- &amp;lt;EventData&amp;gt;
 &amp;lt;Data Name=\"SubjectUserSid\"&amp;gt;S-1-5-21-3457937927-2839227994-823803824-1104&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"SubjectUserName\"&amp;gt;dadmin&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"SubjectDomainName\"&amp;gt;CONTOSO&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"SubjectLogonId\"&amp;gt;0x4367b&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"ObjectServer\"&amp;gt;Security&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"ObjectType\"&amp;gt;File&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"ObjectName\"&amp;gt;C:\\Documents\\HBI Data.txt&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"HandleId\"&amp;gt;0x1bc&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"AccessList\"&amp;gt;%%4417 %%4418&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"AccessMask\"&amp;gt;0x6&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"ProcessId\"&amp;gt;0x458&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"ProcessName\"&amp;gt;C:\\\\Windows\\\\System32\\\\notepad.exe&amp;lt;/Data&amp;gt; 
 &amp;lt;Data Name=\"ResourceAttributes\"&amp;gt;S:AI(RA;ID;;;;WD;(\"Impact\_MS\",TI,0x10020,3000))&amp;lt;/Data&amp;gt; 
 &amp;lt;/EventData&amp;gt;
 &amp;lt;/Event&amp;gt;"
 | rex "(?ms)(?:EventID\&amp;gt;4663.*)(?&amp;lt;tmp&amp;gt;notepad\.exe)"&lt;/LI-CODE&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-use-regex-to-send-events-to-NullQueue/m-p/332224" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-use-regex-to-send-events-to-NullQueue/m-p/332224&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 09:03:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534625#M89705</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2021-01-03T09:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce Event Code 4663 volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534636#M89708</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;Can this be done at the UF level through a blacklist regex?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 12:34:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534636#M89708</guid>
      <dc:creator>AbelCruz</dc:creator>
      <dc:date>2021-01-03T12:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce Event Code 4663 volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534637#M89709</link>
      <description>&lt;P&gt;Not UF, HF or Indexer.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 12:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534637#M89709</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2021-01-03T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce Event Code 4663 volume</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534638#M89710</link>
      <description>&lt;P&gt;HF is not an option for us at this moment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing this at the indexer level still count against the daily license?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 13:02:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Reduce-Event-Code-4663-volume/m-p/534638#M89710</guid>
      <dc:creator>AbelCruz</dc:creator>
      <dc:date>2021-01-03T13:02:28Z</dc:date>
    </item>
  </channel>
</rss>

