<?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 to block mp3 ? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38245#M28003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks starting from 4.1.4 mp3 and mp4 can be added to file blocking profiles, i will test and update here guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 May 2012 14:10:02 GMT</pubDate>
    <dc:creator>LCMember4717</dc:creator>
    <dc:date>2012-05-01T14:10:02Z</dc:date>
    <item>
      <title>how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38236#M27994</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 just got a request from a custoer on how to block mp3.. so as currently PanOS doesnt detect it , can we add it as a signature ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 14:30:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38236#M27994</guid>
      <dc:creator>LCMember4717</dc:creator>
      <dc:date>2012-01-02T14:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38237#M27995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;You can write a custom app to detect .mp3 extension in HTTP.&amp;nbsp; Enclosed is a custom appID to look for .jpg images written for PAN-OS verison 3.1.x.&amp;nbsp; The signature is looking in the URI path and matching on&amp;nbsp; the string ‘\.jpg HTTP’ without the quote.&amp;nbsp; Typically the web request would look like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;GET /images/twitter_corp.jpg HTTP/1.1\r\n&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;GET /images/logo.jpg HTTP/1.1\r\n&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;Please import this appID into the PA device and test.&amp;nbsp; Once verified, you can clone the app and change the app to match .mp3.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial,helvetica,sans-serif; "&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 18:48:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38237#M27995</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2012-01-02T18:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38238#M27996</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;it did not work for the site which am testing for ill attach the screenshot, i also did several test on other site some of them show the extension up to .mp3 some not ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 13:52:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38238#M27996</guid>
      <dc:creator>LCMember4717</dc:creator>
      <dc:date>2012-01-03T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38239#M27997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="file:/C:/Users/vnguyen/AppData/Local/Temp/moz-screenshot.png" /&gt;&lt;IMG src="file:/C:/Users/vnguyen/AppData/Local/Temp/moz-screenshot-1.png" /&gt;The custom signature is looking for pattern '.jpg HTTP' in the URI.&amp;nbsp; If you changed the pattern to '.mp3 HTTP', then we are looking for this pattern and it must be an exact match.&amp;nbsp; Your example has URI '...dh-wahshny.html HTTP/1.1' which does not contain '.mp3 HTTP'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion will not catch all .mp3 files if the downloaded content does not end in .mp3 extension.&amp;nbsp; You may want to contact your local Palo Alto account team and submit a feature request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 17:19:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38239#M27997</guid>
      <dc:creator>rmonvon</dc:creator>
      <dc:date>2012-01-03T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38240#M27998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you try to make a data-filtering profile for the file-type mp3 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Edit - seems indeed that mp3 is not amongst the supported file-types.&lt;/P&gt;&lt;P&gt;You could enter a feature request to add this file-type...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bart.Jocque&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 12:58:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38240#M27998</guid>
      <dc:creator>Bart_Jocque</dc:creator>
      <dc:date>2012-01-06T12:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38241#M27999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well i dont think this even will work.. even if i tried to block a url with *.mp3 it wont work as some sites hide the extension from the url ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jan 2012 08:18:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38241#M27999</guid>
      <dc:creator>LCMember4717</dc:creator>
      <dc:date>2012-01-08T08:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38242#M28000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now it does, mp3 and also mp4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 17:52:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38242#M28000</guid>
      <dc:creator>ksuuk</dc:creator>
      <dc:date>2012-04-30T17:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38243#M28001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible for you to attach your signature that works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you must act on both fileextension aswell as mimetype if you write your own signature, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fileext: .mp3&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;mime-type: audio/mp3 (or whatever its called)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however this can be evaded by using octet-stream as mime-type and then the client app will detect what this file is based on magic bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If im not mistaken the file function in PA (when you select filetypes) will to both fileext, mimetype and magic bytes to detect files however the file detection in PA currently only works for http, ftp, smtp, pop3 and imap streams (if im not mistaken).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 18:54:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38243#M28001</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-04-30T18:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38244#M28002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No special signature, just now there's (I'm running 4.1.6) option to block mp3's and mp4's with File Blocking. See the attached image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 19:56:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38244#M28002</guid>
      <dc:creator>ksuuk</dc:creator>
      <dc:date>2012-04-30T19:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38245#M28003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks starting from 4.1.4 mp3 and mp4 can be added to file blocking profiles, i will test and update here guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 14:10:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38245#M28003</guid>
      <dc:creator>LCMember4717</dc:creator>
      <dc:date>2012-05-01T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to block mp3 ?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38246#M28004</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;Still it is not working. Please try below and will it be there a perment solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.hirufm.lk/musicdownloads/audio-93"&gt;http://www.hirufm.lk/musicdownloads/audio-93&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 06:09:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-block-mp3/m-p/38246#M28004</guid>
      <dc:creator>Asanka</dc:creator>
      <dc:date>2012-05-23T06:09:08Z</dc:date>
    </item>
  </channel>
</rss>

