<?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: Data pattern strange behavior in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4450#M3299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update after 2 month from opening the case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem still remains even with the new 4.0.3 due to limit in long regex pattern. There is a limit that you can't trespass that generates errors in commit operation like commit failure or commit thread not responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now DLP has big limitations respect other vendors and I want to remark that having a strong DLP support is quite important in this kind of device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify the error in the future and improve this feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the case with the support is closed with the note: not solved. By the way thanks to the support team.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2011 09:45:10 GMT</pubDate>
    <dc:creator>zanonibs</dc:creator>
    <dc:date>2011-06-17T09:45:10Z</dc:date>
    <item>
      <title>Data pattern strange behavior</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4448#M3297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to enable some data patterns in order to block banking informations going out from the network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Model PA-500 PANOS 4.0.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first task is to block Italian IBAN code starting from Checkpoint's DLP blade pattern. This is the regex extracted from a UTM-1 R75&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-weight: bold;"&gt;IT\d{2}( )?[A-Z]\d{3}( )?\d{4}( )?\d{3}[0-9A-Za-z]( )?([0-9A-Za-z]{4}( )?){2}[0-9A-Za-z]{3}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know (Admin guide source) Palo Alto pattern recognition doesn't have some features like \d{2} and repetition {2} and I've changed the format into a new one according to PA's needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier; font-weight: bold; "&gt;.*(IT[0-9][0-9]( )?[A-Z][0-9][0-9][0-9]( )?[0-9][0-9][0-9][0-9]( )?[0-9][0-9][0-9][0-9A-Za-z]( )?[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z]( )?[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z]( )?[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first problem is due to 7 bytes lenght: in this format always I received the error and only adding some other words i can continue with the commit. I added, for example,&amp;nbsp; a simpe phrase:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-weight: bold;"&gt;.*(IBAN Italia).*(IT[0-9][0-9]( )?[A-Z][0-9][0-9][0-9]( )?[0-9][0-9][0-9][0-9]( )?[0-9][0-9][0-9][0-9A-Za-z]( )?[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z]( )?[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z][0-9A-Za-z]( )?[0-9A-Za-z][0-9A-Za-z][0-9A-Za-z])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I' ve tried other format (without long IBAN code) still receiving 7 bytes error so might there is a bug somewhere in pattern recognition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: bold;"&gt;.*(IBAN).*((Italia)|(ITALIA)|(italia)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;-&amp;gt; pattern -&amp;gt; IBAN-IT -&amp;gt; regex '.*(IBAN).*((Italia)|(ITALIA)|(italia))' is invalid. pattern must be at least 7 bytes &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second problem is an increbilbe increasing in commit time from 1 minute to 5-10 minute and often this is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;device: response from cfgpush.s1.dp0.comm.cfg: config push error&lt;/LI&gt;&lt;LI&gt;Commit failed&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way to create this pattern match is creating a subset rule but commit long time still remains and the match is due the first two words not the real IBAN code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier; "&gt;.*(IBAN Italia).*(IT[0-9][0-9]( )?[A-Z][0-9][0-9][0-9])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone has an idea how to resolve this odd behavior please send me an update. If not I will open a support case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 16:10:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4448#M3297</guid>
      <dc:creator>zanonibs</dc:creator>
      <dc:date>2011-04-15T16:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data pattern strange behavior</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4449#M3298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick update: the long commit time is only for the first commit after the regex insertion. The others take the normal time, about one min, the coffee time &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 16:38:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4449#M3298</guid>
      <dc:creator>zanonibs</dc:creator>
      <dc:date>2011-04-15T16:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data pattern strange behavior</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4450#M3299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update after 2 month from opening the case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem still remains even with the new 4.0.3 due to limit in long regex pattern. There is a limit that you can't trespass that generates errors in commit operation like commit failure or commit thread not responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now DLP has big limitations respect other vendors and I want to remark that having a strong DLP support is quite important in this kind of device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please verify the error in the future and improve this feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the case with the support is closed with the note: not solved. By the way thanks to the support team.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 09:45:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/data-pattern-strange-behavior/m-p/4450#M3299</guid>
      <dc:creator>zanonibs</dc:creator>
      <dc:date>2011-06-17T09:45:10Z</dc:date>
    </item>
  </channel>
</rss>

