<?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: Issue with excluding a decoded base64 command in Security</title>
    <link>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/683078#M17744</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Thanks for your response, It's not multivalued field and tried regex which isn't excluding the results as well.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 17:38:19 GMT</pubDate>
    <dc:creator>vnarahari</dc:creator>
    <dc:date>2024-04-03T17:38:19Z</dc:date>
    <item>
      <title>Issue with excluding a decoded base64 command</title>
      <link>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/682893#M17737</link>
      <description>&lt;P&gt;I have been working on decoding a base64 encoded command using the decrypt2 app. I have successfully decoded the string but facing difficulty excluding or searching and also running stats of decoded field which gives a "p" thing as a result.&lt;BR /&gt;&lt;BR /&gt;Examples of | Search NOT:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vnarahari_0-1712088517693.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30133i27FB5FBEE0D3E7D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnarahari_0-1712088517693.png" alt="vnarahari_0-1712088517693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example of Stats resulted "p":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vnarahari_0-1712087927555.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30081i09C09542C7851007/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnarahari_0-1712087927555.png" alt="vnarahari_0-1712087927555.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;| rex field="process" ".*-(e|E)(n|N)[codemanCODEMAN]{0,12}\ (?&amp;lt;process_enc&amp;gt;[A-Za-z\d+/=]*)?"&lt;BR /&gt;| decrypt field=process_enc b64 emit('process_decoded')&lt;BR /&gt;| stats count by process_decoded&lt;/PRE&gt;&lt;P&gt;Could someone please provide guidance on the correct syntax to exclude or search the decoded field using search not or using a lookup and help clarify the "P" thing from stats command? &lt;LI-PRODUCT title="DECRYPT2" id="5565"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 20:08:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/682893#M17737</guid>
      <dc:creator>vnarahari</dc:creator>
      <dc:date>2024-04-02T20:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with excluding a decoded base64 command</title>
      <link>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/682908#M17738</link>
      <description>&lt;P&gt;I don't know the decrypt command so this might be completely irrelevant, but, is the output (emitted) field a multi value field and if so do you need to use mvexpand to separate out the strings that you want to filter on?&lt;/P&gt;&lt;P&gt;Another possibility is perhaps the regex command&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| regex process_decoded!="SELECT"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 02 Apr 2024 22:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/682908#M17738</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-02T22:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with excluding a decoded base64 command</title>
      <link>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/683078#M17744</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;Thanks for your response, It's not multivalued field and tried regex which isn't excluding the results as well.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 17:38:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Issue-with-excluding-a-decoded-base64-command/m-p/683078#M17744</guid>
      <dc:creator>vnarahari</dc:creator>
      <dc:date>2024-04-03T17:38:19Z</dc:date>
    </item>
  </channel>
</rss>

