<?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 ASA 8 MPF FTP Inspection Blocks FTP over SSL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636184#M568744</link>
    <description>&lt;P&gt;I followed the Configuration Example below to configure MPF FTP inspection with regular expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080aee442.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080aee442.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently had a user complain that they were unable to connect to an FTP site despite my explicit allowance in the configuration.&amp;nbsp; See the attached image for the output they provided me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is my MPF configuration for FTP.&amp;nbsp; Any advice would be appreciated.&amp;nbsp; Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex FTP_SITE1 "([0-9A-Za-z])*[Ff][Tt][Pp]\.[Aa][Kk][Cc][Ee][Ll][Ee][Rr][Aa][Nn][Tt]\.[Cc][Oo][Mm]"&lt;BR /&gt;regex FTP_SITE2 "Davis \+ Henderson"&lt;BR /&gt;regex FTP_SITE3 "Fincentric Secure FTP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any FTP_SITES&lt;BR /&gt;match regex FTP_SITE1&lt;BR /&gt;match regex FTP_SITE2&lt;BR /&gt;match regex FTP_SITE3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map type inspect ftp match-all FTP_class_map&lt;BR /&gt;match not server regex class FTP_SITES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map type inspect ftp FTP_INSPECT_POLICY&lt;BR /&gt;parameters&lt;BR /&gt;class FTP_class_map&lt;BR /&gt;&amp;nbsp; reset log&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 19:40:35 GMT</pubDate>
    <dc:creator>Mike Hendriks</dc:creator>
    <dc:date>2019-03-11T19:40:35Z</dc:date>
    <item>
      <title>ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636184#M568744</link>
      <description>&lt;P&gt;I followed the Configuration Example below to configure MPF FTP inspection with regular expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080aee442.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080aee442.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently had a user complain that they were unable to connect to an FTP site despite my explicit allowance in the configuration.&amp;nbsp; See the attached image for the output they provided me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is my MPF configuration for FTP.&amp;nbsp; Any advice would be appreciated.&amp;nbsp; Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex FTP_SITE1 "([0-9A-Za-z])*[Ff][Tt][Pp]\.[Aa][Kk][Cc][Ee][Ll][Ee][Rr][Aa][Nn][Tt]\.[Cc][Oo][Mm]"&lt;BR /&gt;regex FTP_SITE2 "Davis \+ Henderson"&lt;BR /&gt;regex FTP_SITE3 "Fincentric Secure FTP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any FTP_SITES&lt;BR /&gt;match regex FTP_SITE1&lt;BR /&gt;match regex FTP_SITE2&lt;BR /&gt;match regex FTP_SITE3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map type inspect ftp match-all FTP_class_map&lt;BR /&gt;match not server regex class FTP_SITES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map type inspect ftp FTP_INSPECT_POLICY&lt;BR /&gt;parameters&lt;BR /&gt;class FTP_class_map&lt;BR /&gt;&amp;nbsp; reset log&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:40:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636184#M568744</guid>
      <dc:creator>Mike Hendriks</dc:creator>
      <dc:date>2019-03-11T19:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636185#M568745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FTP site that the user is trying to access is one of the FTP_SITES?&lt;/P&gt;&lt;P&gt;The global_policy is inspecting FTP (default inspection).&lt;/P&gt;&lt;P&gt;The FTP_INSPECT_POLICY resets FTP for the class FTP_class_map but do you have it applied with the&lt;/P&gt;&lt;P&gt;service-policy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you issue a ''show service-policy inspect ftp'' it will show if the ASA is dropping or&lt;/P&gt;&lt;P&gt;resetting the FTP packets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 21:57:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636185#M568745</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-26T21:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636186#M568746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, my inspect ftp line should actually read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inspect ftp strict FTP_INSPECT_POLICY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config I pasted in was the workaround I'm using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, see the following output from Core FTP when attempting to connect, as well as the output from the show service-policy inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Core FTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resolving ftp2.fincentric.com...&amp;nbsp; &lt;BR /&gt;Connect socket #1140 to 72.15.150.51, port 21...&lt;BR /&gt;220 Fincentric Secure FTP for WinSock ready...&amp;nbsp; &lt;BR /&gt;AUTH SSL&amp;nbsp; &lt;BR /&gt;234 AUTH command OK. Initializing SSL connection.&amp;nbsp; &lt;BR /&gt;SSL/TLS error - 0, SSL error - 1, error:00000001:lib(0):func(0):reason(1)&amp;nbsp;&amp;nbsp; &lt;BR /&gt;Winsock error 10060 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.&amp;nbsp; )&amp;nbsp; &lt;BR /&gt;SSL Connection not established&lt;BR /&gt;Connection Failed&lt;BR /&gt;disconnected &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA show service-policy inspect ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tritcasa5510# show service-policy inspect ftp&lt;/P&gt;&lt;P&gt;Global policy:&lt;BR /&gt;&amp;nbsp; Service-policy: global_policy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Class-map: inspection_default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Inspect: ftp strict FTP_INSPECT_POLICY, packet 17, drop 8, reset-drop 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cmd not terminated drop&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; class FTP_class_map&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reset log, packet 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not entirely sure what to make of the 8 drops and cmd not terminated drop counters.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 22:27:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636186#M568746</guid>
      <dc:creator>Mike Hendriks</dc:creator>
      <dc:date>2011-01-26T22:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636187#M568747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the error: &lt;BR /&gt;(A connection attempt failed because the connected party did not properly respond after a period of time,&lt;BR /&gt; or established connection failed because connected host has failed to respond.&amp;nbsp; )&amp;nbsp; &lt;BR /&gt;Could it have been that there was no response from the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If on the other hand, FTP is behaving in a way that the ASA will not accept (FTP inspection), we can capture the traffic and check the reason:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list FTPin permit ip host x.x.x.x host y.y.y.y &lt;BR /&gt;access-list FTPin permit ip host y.y.y.y host x.x.x.x &lt;BR /&gt;capture capin access-list FTPin interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list FTPout permit ip host x.x.x.x host y.y.y.y &lt;BR /&gt;access-list FTPout permit ip host y.y.y.y host x.x.x.x &lt;BR /&gt;capture capout access-list FTPout interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 22:46:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636187#M568747</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-26T22:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636188#M568748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;coto.fusionet wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the error: &lt;BR /&gt;(A connection attempt failed because the connected party did not properly respond after a period of time,&lt;BR /&gt;or established connection failed because connected host has failed to respond.&amp;nbsp; )&amp;nbsp; &lt;BR /&gt;Could it have been that there was no response from the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change inspect ftp strict FTP_INSPECT_POLICY to simply inspect ftp, the connection works normally.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will set up the capture and report back... I'm not familiar with what those commands do - Will this create a .cap file in the ASA's file system or something similar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 23:03:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636188#M568748</guid>
      <dc:creator>Mike Hendriks</dc:creator>
      <dc:date>2011-01-26T23:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636189#M568749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, and you can view the capture on the ASA itself, but it's way better to export them to Wireshark. &lt;/P&gt;&lt;P&gt;Here's the explanation:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/partner/docs/security/asa/asa83/command/reference/c1.html#wp2147322"&gt;http://www.cisco.com/en/US/partner/docs/security/asa/asa83/command/reference/c1.html#wp2147322&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 23:05:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636189#M568749</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-26T23:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636190#M568750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That link is apparently forbidden to me??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 23:08:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636190#M568750</guid>
      <dc:creator>Mike Hendriks</dc:creator>
      <dc:date>2011-01-26T23:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636191#M568751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely the behavior of this FTP connection is not compliant with FTP RFCs and that's why the ASA drops the connection (caused by the &lt;STRONG&gt;strict&lt;/STRONG&gt; option)&lt;/P&gt;&lt;P&gt;Please check this link for the FTP inspection behavior:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/inspect_basic.html#wp1821726"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/inspect_basic.html#wp1821726&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for the ASA ''capture'' command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 23:14:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636191#M568751</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-26T23:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636192#M568752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Federico, based on that link, I would tend to agree with you.&amp;nbsp; ASA FAQs also indicate that strict inspection is not supported with FTPS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, this also forces me to disable my regexp filtering as I am unable to specify a policy-map name with the inspect ftp command unless I also specify the strict keyword.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jan 2011 23:52:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636192#M568752</guid>
      <dc:creator>Mike Hendriks</dc:creator>
      <dc:date>2011-01-26T23:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636193#M568753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike, you're right but if the problem is with this one site, you can specify the FTP inspection to apply to all destinations but this one...&lt;/P&gt;&lt;P&gt;Not sure if it will work for you, just a thought.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 01:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636193#M568753</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2011-01-27T01:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 8 MPF FTP Inspection Blocks FTP over SSL</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636194#M568754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would be very interested as it does appear that only this one site is affected.&amp;nbsp; Unfortunately, looking at the config, it seems a little bit beyond my understanding of the ASA's MPF.&amp;nbsp; Any insight into that process you may have would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 00:01:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-mpf-ftp-inspection-blocks-ftp-over-ssl/m-p/1636194#M568754</guid>
      <dc:creator>Mike Hendriks</dc:creator>
      <dc:date>2011-01-28T00:01:13Z</dc:date>
    </item>
  </channel>
</rss>

