<?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 create exception EventID 8004 - imputs.conf? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645398#M17020</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;I posted my imputs.conf iabove.&lt;/P&gt;&lt;P&gt;I appreciate it if you can help me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 15:12:19 GMT</pubDate>
    <dc:creator>RenanMarcelino</dc:creator>
    <dc:date>2023-06-01T15:12:19Z</dc:date>
    <item>
      <title>How to create exception EventID 8004 - imputs.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645373#M17017</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I'm trying to create an EventID 8004 exception from the C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\acrocef_1\RdrCEF.exe directory. I need to receive in Splunk EventID 8004 but not from RdrCEF.exe . I'm trying to use these blacklists below, but I still get events from this directory. I'm suspicious about the regex, perhaps incorrectly. Some help?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;directory&lt;BR /&gt;C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\acrocef_1\RdrCEF.exe&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;regex usage:&lt;BR /&gt;blacklist = EventCode = "^8004$" FullFilePath = "C:\\Program\sFiles\s\(x86\)\\Adobe\\Acrobat\sReader\sDC\\Reader\\acrocef\_1\\RdrCEF\.exe"&lt;BR /&gt;&lt;BR /&gt;blacklist1 = EventCode = "^8004$" Message = "C:\\Program\sFiles\s\(x86\)\\Adobe\\Acrobat\sReader\sDC\\Reader\\acrocef\_1\\RdrCEF\.exe"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;in event viwer the trigger is:&lt;BR /&gt;%PROGRAMFILES%\ADOBE\ACROBAT READER DC\READER\ACROCEF_1\RDRCEF.EXE&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:56:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645373#M17017</guid>
      <dc:creator>RenanMarcelino</dc:creator>
      <dc:date>2023-06-01T13:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create exception EventID 8004 - imputs.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645378#M17018</link>
      <description>&lt;P&gt;Can you post your real inputs.conf inside &amp;lt;/&amp;gt; block?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 14:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645378#M17018</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-01T14:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create exception EventID 8004 - imputs.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645396#M17019</link>
      <description>&lt;LI-CODE lang="markup"&gt;[WinEventLog://Microsoft-Windows-AppLocker/EXE and DLL]
checkpointInterval = 5
current_only = 0
disabled = 0
index = "our indexer"
start_from = oldest
renderXml = 1
whitelist = 8000, 8004, 8007, 8008, 8029, 8032, 8035, 8036, 8040
blacklist = EventCode = "^8004$" FullFilePath = "C:\\Program\sFiles\s\(x86\)\\Adobe\\Acrobat\sReader\sDC\\Reader\\acrocef\_1\\RdrCEF\.exe"
blacklist1 = EventCode = "^8004$" Message = "C:\\Program\sFiles\s\(x86\)\\Adobe\\Acrobat\sReader\sDC\\Reader\\acrocef\_1\\RdrCEF\.exe"
_TCP_ROUTING = "our destiny"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 01 Jun 2023 15:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645396#M17019</guid>
      <dc:creator>RenanMarcelino</dc:creator>
      <dc:date>2023-06-01T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to create exception EventID 8004 - imputs.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645398#M17020</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;.&lt;BR /&gt;&lt;BR /&gt;I posted my imputs.conf iabove.&lt;/P&gt;&lt;P&gt;I appreciate it if you can help me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 15:12:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645398#M17020</guid>
      <dc:creator>RenanMarcelino</dc:creator>
      <dc:date>2023-06-01T15:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create exception EventID 8004 - imputs.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645413#M17021</link>
      <description>&lt;P&gt;follow the imputs.conf&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[WinEventLog://Microsoft-Windows-AppLocker/EXE and DLL]
checkpointInterval = 5
current_only = 0
disabled = 0
index = "our indexer"
start_from = oldest
renderXml = 1
whitelist = 8000, 8004, 8007, 8008, 8029, 8032, 8035, 8036, 8040
blacklist = EventCode = "^8004$" FullFilePath = "C:\\Program\sFiles\s\(x86\)\\Adobe\\Acrobat\sReader\sDC\\Reader\\acrocef\_1\\RdrCEF\.exe"
blacklist1 = EventCode = "^8004$" Message = "C:\\Program\sFiles\s\(x86\)\\Adobe\\Acrobat\sReader\sDC\\Reader\\acrocef\_1\\RdrCEF\.exe"
_TCP_ROUTING = "our destiny"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 17:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/645413#M17021</guid>
      <dc:creator>RenanMarcelino</dc:creator>
      <dc:date>2023-06-01T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create exception EventID 8004 - imputs.conf?</title>
      <link>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/651481#M17137</link>
      <description>&lt;P&gt;I think that your white and black lists are not correct regular expressions. You should try to use something like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;C:\\\\Program Files \(x86\)\\Adobe\\Acrobat Reader DC\\Reader\\acrocef\_1\\RdrCEF\.exe&lt;/LI-CODE&gt;&lt;P&gt;as a FullFilePath. A good place to test those is regex101.com.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2023 12:32:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-create-exception-EventID-8004-imputs-conf/m-p/651481#M17137</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-21T12:32:28Z</dc:date>
    </item>
  </channel>
</rss>

