<?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 blacklisting event code  4679. TaskCategory=Kerberos Service Ticket Operations in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672353#M230308</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to blacklist winevent code 4679 by&amp;nbsp; &amp;nbsp;TaskCategory=Kerberos Service Ticket Operations.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This regex is not working.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;blacklist7 = EventCode="4769" TaskCategory="\w+\s\w+\s\w+\s\w+"&lt;BR /&gt;&lt;BR /&gt;Ive also tried&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;blacklist7 = EventCode="4769" TaskCategory="Kerberos Service Ticket Operations"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 00:46:27 GMT</pubDate>
    <dc:creator>nyajoefit22</dc:creator>
    <dc:date>2023-12-20T00:46:27Z</dc:date>
    <item>
      <title>blacklisting event code  4679. TaskCategory=Kerberos Service Ticket Operations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672353#M230308</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to blacklist winevent code 4679 by&amp;nbsp; &amp;nbsp;TaskCategory=Kerberos Service Ticket Operations.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This regex is not working.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;blacklist7 = EventCode="4769" TaskCategory="\w+\s\w+\s\w+\s\w+"&lt;BR /&gt;&lt;BR /&gt;Ive also tried&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;blacklist7 = EventCode="4769" TaskCategory="Kerberos Service Ticket Operations"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 00:46:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672353#M230308</guid>
      <dc:creator>nyajoefit22</dc:creator>
      <dc:date>2023-12-20T00:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: blacklisting event code  4679. TaskCategory=Kerberos Service Ticket Operations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672368#M230312</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263462"&gt;@nyajoefit22&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you shoud try to use a regex not only for the&amp;nbsp;&lt;SPAN&gt;TaskCategory field but for al the rule, something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;blacklist7 = EventCode\s*\=\s*4769.*TaskCategory\=\w+\s\w+\s\w+\s\w+&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I could be more detailed if you can share a sample of your logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can find many answer to this question in Community.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 07:36:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672368#M230312</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-12-20T07:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: blacklisting event code  4679. TaskCategory=Kerberos Service Ticket Operations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672413#M230317</link>
      <description>&lt;P&gt;This is the log. According to the splunk blacklisting documentation ., event codes do not have to be in regex format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LogName=Security
EventCode=4769
EventType=0
SourceName=Microsoft-Windows-Security-Auditing
Type=Information
RecordNumber=642560180
Keywords=Audit Success
TaskCategory=Kerberos Service Ticket Operations
OpCode=Info
Message=A Kerberos service ticket was requested.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 16:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672413#M230317</guid>
      <dc:creator>Bo3432</dc:creator>
      <dc:date>2023-12-20T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: blacklisting event code  4679. TaskCategory=Kerberos Service Ticket Operations</title>
      <link>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672415#M230319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/248673"&gt;@Bo3432&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as you can read at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.2/Admin/Inputsconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.2/Admin/Inputsconf&lt;/A&gt;&amp;nbsp;blacklist requires a regex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;blacklist = &amp;lt;regular expression&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;but also:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;blacklist = &amp;lt;comma-separated list&amp;gt; | key=regex [key=regex]&lt;/LI-CODE&gt;&lt;P&gt;so I prefer to use a full regex containing both the keywors.&lt;/P&gt;&lt;P&gt;In your case, you have a multiline log, so you have to add "(?ms)" to the beginning of the regex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(?ms)EventCode\=4769.*TaskCategory\=\w+\s\w+\s\w+\s\w+&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/ToPGX2/1" target="_blank"&gt;https://regex101.com/r/ToPGX2/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 15:28:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/blacklisting-event-code-4679-TaskCategory-Kerberos-Service/m-p/672415#M230319</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-12-20T15:28:57Z</dc:date>
    </item>
  </channel>
</rss>

