<?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 symantec DLP in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/symantec-DLP/m-p/206864#M176267</link>
    <description>&lt;P&gt;Dear Sirs,&lt;BR /&gt;
in symantec dlp we have different policies consider it as (1,2,3,...etc) and when i user violate any policy we will receive logs showing that,&lt;BR /&gt;
another case is when a user violate 2 policies at the same time (like 1 and 2 together) still the dlp showing each event as a seperate one.&lt;BR /&gt;
my question is, how can i write a search in splunk that will show me if two policies violated at the same time by the same user.&lt;BR /&gt;
for example, sending external e-mail is a policy and sending confidential documents is a policy, so in case someone send external email with confidential documents in it this is violation for 2 policies in same time, and thats what i'm looking for.&lt;BR /&gt;
regards&lt;/P&gt;</description>
    <pubDate>Wed, 02 Nov 2016 06:57:22 GMT</pubDate>
    <dc:creator>aliroumani</dc:creator>
    <dc:date>2016-11-02T06:57:22Z</dc:date>
    <item>
      <title>symantec DLP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-DLP/m-p/206864#M176267</link>
      <description>&lt;P&gt;Dear Sirs,&lt;BR /&gt;
in symantec dlp we have different policies consider it as (1,2,3,...etc) and when i user violate any policy we will receive logs showing that,&lt;BR /&gt;
another case is when a user violate 2 policies at the same time (like 1 and 2 together) still the dlp showing each event as a seperate one.&lt;BR /&gt;
my question is, how can i write a search in splunk that will show me if two policies violated at the same time by the same user.&lt;BR /&gt;
for example, sending external e-mail is a policy and sending confidential documents is a policy, so in case someone send external email with confidential documents in it this is violation for 2 policies in same time, and thats what i'm looking for.&lt;BR /&gt;
regards&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 06:57:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-DLP/m-p/206864#M176267</guid>
      <dc:creator>aliroumani</dc:creator>
      <dc:date>2016-11-02T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: symantec DLP</title>
      <link>https://community.splunk.com/t5/Splunk-Search/symantec-DLP/m-p/206865#M176268</link>
      <description>&lt;P&gt;The easiest (yet not most elegant) way would be using the &lt;CODE&gt;transaction&lt;/CODE&gt; command. Depending on the amount of events to search, this command may pr pretty "expensive" to run - so keep this in mind if you experience performance issues.&lt;/P&gt;

&lt;P&gt;Assuming you have the username as field &lt;CODE&gt;user&lt;/CODE&gt;, and the violation events are within less than 5 seconds, your search could be something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;base search that returns violations events&amp;gt; | transaction user maxpause=5s | where linecount &amp;gt; 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will group the violation events together and only keep those where more than 1 violation occurred within 5s.&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 09:27:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/symantec-DLP/m-p/206865#M176268</guid>
      <dc:creator>DMohn</dc:creator>
      <dc:date>2016-11-02T09:27:30Z</dc:date>
    </item>
  </channel>
</rss>

