<?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: Blacklists in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683664#M114123</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the responses. Much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have done the blacklists as its easier to do under our Change Board ( we have preauths) and need a longer period of time to do major changes like the sysmon one. So went, in the short term, with the blacklist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found that I have to alter the regex slightly to get it working, then ive waited around a week for all devices to check in with the DS and get the new config. Strange though, even with the new inputs.conf the devices still push out logs for a few hours then nothing. Actually expected a full blown STOP. But hey ho.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2024 06:42:12 GMT</pubDate>
    <dc:creator>Douglas</dc:creator>
    <dc:date>2024-04-09T06:42:12Z</dc:date>
    <item>
      <title>Blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683233#M114051</link>
      <description>&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here is a doozy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have blacklists in place using Regx. In particular this one:&lt;/P&gt;&lt;P&gt;[WinEventLog://Microsoft-Windows-Sysmon/Operational]&lt;BR /&gt;source= XmlWinEventLog:Microsoft-Windows-Sysmon/Operational&lt;BR /&gt;disabled = false&lt;BR /&gt;start_from = oldest&lt;BR /&gt;current_only = 0&lt;BR /&gt;evt_resolve_ad_obj = 1&lt;BR /&gt;checkpointInterval = 5&lt;BR /&gt;blacklist1 = $XmlRegex= (C:\\Program Files\\Preton\\PretonSaver\\PretonService.exe)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;along with some other blacklists in sequence as blacklist2, blacklist3 etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, on my and some colleagues local machines where I have tested the inputs.conf file to see if we are blacklisting correctly, it all works, no logs come into splunk cloud.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT when this is deployed using our deployment server to the estate the blacklist doesnt work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know where i can troubleshoot this from?&amp;nbsp; Ive ran the btool and confs come out fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are local UF agents going to a DS then to Splunk Cloud.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 11:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683233#M114051</guid>
      <dc:creator>Douglas</dc:creator>
      <dc:date>2024-04-04T11:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683247#M114053</link>
      <description>&lt;P&gt;Is&amp;nbsp;&lt;STRONG&gt;renderXml = 1&lt;/STRONG&gt; set on the input for working and non-working?&lt;BR /&gt;&lt;BR /&gt;And any chance what you have working locally includes delimiters around the regex?&amp;nbsp; Ex...&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;blacklist1 = $XmlRegex="(C:\\Program Files\\Preton\\PretonSaver\\PretonService.exe)"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf#Event_Log_allow_list_and_deny_list_formats" target="_blank" rel="noopener"&gt;inputs.conf - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;* key=regex format:
[...]
  * &lt;STRONG&gt;The regex consists of a leading delimiter, the regex expression, and a
    trailing delimiter. Examples:&amp;nbsp;%regex%, *regex*, "regex"&lt;/STRONG&gt;
[...]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 13:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683247#M114053</guid>
      <dc:creator>ashurack_qmulos</dc:creator>
      <dc:date>2024-04-04T13:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683256#M114055</link>
      <description>&lt;P&gt;Why use blacklists at all?&amp;nbsp; Sysmon has excellent means of filtering what you want logged and not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 13:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683256#M114055</guid>
      <dc:creator>Ulwur2</dc:creator>
      <dc:date>2024-04-04T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683258#M114056</link>
      <description>&lt;P&gt;Yup, that would work too.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#configuration-files" target="_blank" rel="noopener"&gt;Sysmon - Configuration Files&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon#event-filtering-entries" target="_self"&gt;Sysmon - Event Filtering&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 14:15:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683258#M114056</guid>
      <dc:creator>ashurack_qmulos</dc:creator>
      <dc:date>2024-04-04T14:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Blacklists</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683664#M114123</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the responses. Much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have done the blacklists as its easier to do under our Change Board ( we have preauths) and need a longer period of time to do major changes like the sysmon one. So went, in the short term, with the blacklist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Found that I have to alter the regex slightly to get it working, then ive waited around a week for all devices to check in with the DS and get the new config. Strange though, even with the new inputs.conf the devices still push out logs for a few hours then nothing. Actually expected a full blown STOP. But hey ho.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 06:42:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Blacklists/m-p/683664#M114123</guid>
      <dc:creator>Douglas</dc:creator>
      <dc:date>2024-04-09T06:42:12Z</dc:date>
    </item>
  </channel>
</rss>

