<?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 Filtering Windows Security Events based on blacklist in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-Windows-Security-Events-based-on-blacklist/m-p/239494#M46545</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;
I am using Splunk UF 6.1.4 on my Windows Domain controllers to monitor windows events. I've put in place a working blacklist to filter out a number of events and that works fine. The issue I have is I also want to filter out an EventCode 4776 where the Error_Cdoe is 0x0&lt;/P&gt;

&lt;P&gt;**[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
evt_resolve_ad_obj = 1&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = soc&lt;BR /&gt;
ignoreOlderThan = 2d&lt;/P&gt;

&lt;H1&gt;whitelist = Category=9&lt;/H1&gt;

&lt;P&gt;blacklist1 = 4624,4634,4658,4656,4690,4661,4662,5136,5137,538,675,540,566,565,562&lt;BR /&gt;
blacklist2 = EventCode="4776" Error_Code="0x0"**&lt;/P&gt;

&lt;P&gt;As I say the blacklist1 list works, &lt;/P&gt;

&lt;P&gt;Or should I be setting blacklist2 to &lt;BR /&gt;
&lt;STRONG&gt;blacklist2 = EventCode="4776" Message="Error Code:*0x0"&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 07:22:13 GMT</pubDate>
    <dc:creator>jasonheb</dc:creator>
    <dc:date>2020-09-29T07:22:13Z</dc:date>
    <item>
      <title>Filtering Windows Security Events based on blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-Windows-Security-Events-based-on-blacklist/m-p/239494#M46545</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;
I am using Splunk UF 6.1.4 on my Windows Domain controllers to monitor windows events. I've put in place a working blacklist to filter out a number of events and that works fine. The issue I have is I also want to filter out an EventCode 4776 where the Error_Cdoe is 0x0&lt;/P&gt;

&lt;P&gt;**[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
evt_resolve_ad_obj = 1&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = soc&lt;BR /&gt;
ignoreOlderThan = 2d&lt;/P&gt;

&lt;H1&gt;whitelist = Category=9&lt;/H1&gt;

&lt;P&gt;blacklist1 = 4624,4634,4658,4656,4690,4661,4662,5136,5137,538,675,540,566,565,562&lt;BR /&gt;
blacklist2 = EventCode="4776" Error_Code="0x0"**&lt;/P&gt;

&lt;P&gt;As I say the blacklist1 list works, &lt;/P&gt;

&lt;P&gt;Or should I be setting blacklist2 to &lt;BR /&gt;
&lt;STRONG&gt;blacklist2 = EventCode="4776" Message="Error Code:*0x0"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:22:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-Windows-Security-Events-based-on-blacklist/m-p/239494#M46545</guid>
      <dc:creator>jasonheb</dc:creator>
      <dc:date>2020-09-29T07:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Windows Security Events based on blacklist</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Filtering-Windows-Security-Events-based-on-blacklist/m-p/239495#M46546</link>
      <description>&lt;P&gt;Ok sorted it - The Message needs to include the line for the Error Code&lt;BR /&gt;
In this case I went for simple exact string match which worked fine&lt;BR /&gt;
blacklist2 = EventCode="4776" Message="Error Code: 0x0"&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2015 02:13:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Filtering-Windows-Security-Events-based-on-blacklist/m-p/239495#M46546</guid>
      <dc:creator>jasonheb</dc:creator>
      <dc:date>2015-09-25T02:13:25Z</dc:date>
    </item>
  </channel>
</rss>

