<?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: FTP over HTTP in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15357#M11272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you very much for taking the time to confirm that.&amp;nbsp; Yes, after running a packet capture was also able to see that it does indeed switch over to a ftp url.&amp;nbsp; I am logging at session end.&amp;nbsp; Looking into why there was no entry for anything after "web-browsing".&amp;nbsp; Will open a case with support if I finding nothing.&amp;nbsp; Possible it could of been timing in the logs - but after a minute or two, never saw the new ftp entry.&amp;nbsp; However, logging aside - glad to know that the communication is ftp and will work on some type of whitlisting approach.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Sep 2011 14:01:54 GMT</pubDate>
    <dc:creator>MGoodnow</dc:creator>
    <dc:date>2011-09-22T14:01:54Z</dc:date>
    <item>
      <title>FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15350#M11265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to block FTP communication - however, I do not want to block downloads that come through a browser - which can utilizes FTP over HTTP.&amp;nbsp; Would this configuration theoretically work? Curious if anyone has made that work - before I get into testing mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule1 - any/any - FTP Application - HTTP Service/Port80 - ALLOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rule2 - any/any - FTP Application - Any Services - DENY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would rule 1 allow a user to download a software update that utilizes ftp over port 80 - and rule 2 deny the user from using a FTP application for uploading or downloading straight port 21?&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;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 19:38:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15350#M11265</guid>
      <dc:creator>MGoodnow</dc:creator>
      <dc:date>2011-09-07T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15351#M11266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to see an example of anyone using ftp over port 80. That would rather seem odd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you would allow FTP downloads, wouldn't it be easier to create rule disallow FTP PUT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 22:20:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15351#M11266</guid>
      <dc:creator>camkim_MDEA</dc:creator>
      <dc:date>2011-09-07T22:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15352#M11267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the "ftp" application was broken out into a sub "ftp-get" and "ftp-put" - I would go that route.&amp;nbsp; A group of customers requested that back at the New England user forum.&amp;nbsp; Not sure if that is something the app team is still looking into.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 22:29:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15352#M11267</guid>
      <dc:creator>MGoodnow</dc:creator>
      <dc:date>2011-09-07T22:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15353#M11268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The web browser is an ftp client and for this reason doesn't tunnel ftp over http but simply use port 21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also have to consider that if you are using ftp-passive mode the server destination port could change from 21 during file transfer.&lt;/P&gt;&lt;P&gt;Otherwise, you have to use ftp-active mode (bad thing, bacause you need to open &amp;gt; 1023 ports to you local net from Internet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, you can configure http-get and http-put parameters but I didn'f find ftp-put in custom applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 09:49:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15353#M11268</guid>
      <dc:creator>migration</dc:creator>
      <dc:date>2011-09-08T09:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15354#M11269</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;You can allow ftp and put service as "application-default" which should help you to allow ftp traffic only. For FTP using browser as the client it is actually running the standard ftp at the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FTP put and and get, we do have a custom vulnerability sig shared in devcenter that you can use. You can enable vul profile and put the "ftp put" as "block" action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 15:26:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15354#M11269</guid>
      <dc:creator>jleung</dc:creator>
      <dc:date>2011-09-08T15:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15355#M11270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found that when I deny "ftp" - that you can no longer download from hp.com.&amp;nbsp; It shows in the logs as "web-browsing".&amp;nbsp; This was my thought earlier that is does some type of ftp over port 80.&amp;nbsp; The log never shows a ftp connection only 80.&amp;nbsp; When I allow "ftp" again - then you can download - and it still stays on port 80. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had tried to enter in the custom signatures - but received an error upon commit.&amp;nbsp; Had to remove them. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 18:23:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15355#M11270</guid>
      <dc:creator>MGoodnow</dc:creator>
      <dc:date>2011-09-15T18:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15356#M11271</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 tried to download some drivers from hp.com, and I saw three logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. web-browsing- which is normal as it is the traffic before I click download from the website&lt;/P&gt;&lt;P&gt;2. ftp control connection running over standard port 21&lt;/P&gt;&lt;P&gt;3. ftp data connection running in high port range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why you are not seeing the ftp log. Are you using log at session end or log at session start (you can check it when you click option of a policy). If you are using log at session end you should see things similar to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2011 15:38:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15356#M11271</guid>
      <dc:creator>jleung</dc:creator>
      <dc:date>2011-09-17T15:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15357#M11272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you very much for taking the time to confirm that.&amp;nbsp; Yes, after running a packet capture was also able to see that it does indeed switch over to a ftp url.&amp;nbsp; I am logging at session end.&amp;nbsp; Looking into why there was no entry for anything after "web-browsing".&amp;nbsp; Will open a case with support if I finding nothing.&amp;nbsp; Possible it could of been timing in the logs - but after a minute or two, never saw the new ftp entry.&amp;nbsp; However, logging aside - glad to know that the communication is ftp and will work on some type of whitlisting approach.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 14:01:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15357#M11272</guid>
      <dc:creator>MGoodnow</dc:creator>
      <dc:date>2011-09-22T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: FTP over HTTP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15358#M11273</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;Glad to know that. &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;P&gt;&lt;/P&gt;&lt;P&gt;Jones &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Sep 2011 14:04:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/ftp-over-http/m-p/15358#M11273</guid>
      <dc:creator>jleung</dc:creator>
      <dc:date>2011-09-22T14:04:15Z</dc:date>
    </item>
  </channel>
</rss>

