<?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: How Can I create custom application? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7282#M5397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tiger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The \ 'escapes' the following character (in this case a '.') so that the regex engine treats it as a normal character instead of the regex special character '.' Without escaping first, the regex engine treats that period as a sort of wildcard character that will match anything but a newline. Escaping it causes the engine to treat is as an actual period to be matched against. Hopefully this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Aug 2013 05:21:23 GMT</pubDate>
    <dc:creator>cstancill</dc:creator>
    <dc:date>2013-08-30T05:21:23Z</dc:date>
    <item>
      <title>How Can I create custom application?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7280#M5395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Family~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create custom application,,&lt;/P&gt;&lt;P&gt;but It is hard to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;recently I red custom application document&lt;/P&gt;&lt;P&gt;about uploading.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\.&amp;nbsp;&amp;nbsp; &amp;lt;- why include \ character?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to what could have known where document;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me please,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 01:25:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7280#M5395</guid>
      <dc:creator>SilverTiger</dc:creator>
      <dc:date>2013-08-30T01:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create custom application?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7281#M5396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are referring to this doc &lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/docs/DOC-2015"&gt;https://live.paloaltonetworks.com/docs/DOC-2015&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;\. is a regex pattern which is being used &lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/docs/DOC-1499" style="font-size: 10pt; line-height: 1.5em;"&gt;https://live.paloaltonetworks.com/docs/DOC-1499&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For regex pattern to work we need atleast 7 characters with no interpreted characters.&lt;/P&gt;&lt;P&gt;In this case you can very well use uploading.com without any \. What \. does is escape the period.&lt;/P&gt;&lt;P&gt;Following discussion talks more about regex pattern matches&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/message/28486"&gt;https://live.paloaltonetworks.com/message/28486&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 02:15:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7281#M5396</guid>
      <dc:creator>sraghunandan</dc:creator>
      <dc:date>2013-08-30T02:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create custom application?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7282#M5397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tiger,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The \ 'escapes' the following character (in this case a '.') so that the regex engine treats it as a normal character instead of the regex special character '.' Without escaping first, the regex engine treats that period as a sort of wildcard character that will match anything but a newline. Escaping it causes the engine to treat is as an actual period to be matched against. Hopefully this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 05:21:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7282#M5397</guid>
      <dc:creator>cstancill</dc:creator>
      <dc:date>2013-08-30T05:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create custom application?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7283#M5398</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;try watch this video - &lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/videos/1317"&gt;https://live.paloaltonetworks.com/videos/1317&lt;/A&gt; Maybe this will help &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 06:19:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7283#M5398</guid>
      <dc:creator>Interface</dc:creator>
      <dc:date>2013-08-30T06:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I create custom application?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7284#M5399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Creating a custom app is actually fairly simple to do, it is just a little hard to understand &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;. There is a simple way, and a more complex way. The complex way is a much more useful tool. The simple way is to create a custom app by clicking add in application objects, give it a name and then check the box marked &lt;SPAN style="color: #222222; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ebedee;"&gt;Continue scanning for other Applications&lt;/SPAN&gt;. Then click on policies tab and select application override. Click add and name it, give it a source and destination, and the port(s) that it uses, select the custom application that you created and presto you have that unknown-tcp or unknown-upd traffic show in the logs as your custom app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The more complex method entails actually packet capturing the traffic and creating a signature based on that traffic. The document that sraghunandan, posted:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://live.paloaltonetworks.com/docs/DOC-2015"&gt;https://live.paloaltonetworks.com/docs/DOC-2015&lt;/A&gt; does a far better job of explaining that I could. For non-http traffic, I have used unknown-req-tcp-payload, and hex string matches, with defined ports. Just remember the \x at the beginning and the end!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Aug 2013 13:44:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-can-i-create-custom-application/m-p/7284#M5399</guid>
      <dc:creator>craymond</dc:creator>
      <dc:date>2013-08-30T13:44:40Z</dc:date>
    </item>
  </channel>
</rss>

