<?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 MPF question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485481#M708366</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 5510 with no IPS/CSC modules.&lt;/P&gt;&lt;P&gt;Can I use the MPF to prevent files with extension .torrent from being downloaded?&lt;/P&gt;&lt;P&gt;Can you specify this using HTTP inspection or regex?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 18:03:23 GMT</pubDate>
    <dc:creator>Federico Coto Fajardo</dc:creator>
    <dc:date>2019-03-11T18:03:23Z</dc:date>
    <item>
      <title>MPF question</title>
      <link>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485481#M708366</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA 5510 with no IPS/CSC modules.&lt;/P&gt;&lt;P&gt;Can I use the MPF to prevent files with extension .torrent from being downloaded?&lt;/P&gt;&lt;P&gt;Can you specify this using HTTP inspection or regex?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:03:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485481#M708366</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2019-03-11T18:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: MPF question</title>
      <link>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485482#M708375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure I think that Regex will only work for URL or URI. For example URLs and URI with the .exe or .torrent &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/docs/DOC-1268"&gt;https://supportforums.cisco.com/docs/DOC-1268&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 21:34:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485482#M708375</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-06-24T21:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: MPF question</title>
      <link>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485483#M708389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly, I saw that document, but I don't see how to tell the ASA what to do when attemting to download a .torrent file.&lt;/P&gt;&lt;P&gt;I know that can be done with IPS, but again that is not the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 21:49:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485483#M708389</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-06-24T21:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: MPF question</title>
      <link>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485484#M708398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go bud.&amp;nbsp; I tested this with .pdf files and it worked.&amp;nbsp; I'm not brave enough to go to a torrent site to test this.&amp;nbsp; If you're interested, here is my understanding of why it works:&amp;nbsp; GET /en/US/docs/security/asa/asa83/command/reference/cmdref.pdf HTTP/1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"/en/US/docs/security/asa/asa83/command/reference/cmdref.pdf" is the URI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TORRENT ".*\.([Tt][Oo][Rr][Rr][Ee][Nn][Tt])"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-any TORRENT&lt;BR /&gt;match request uri regex TORRENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http TORRENT&lt;BR /&gt;parameters&lt;BR /&gt;&amp;nbsp; protocol-violation action drop-connection&lt;BR /&gt;match request uri regex TORRENT&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;&amp;nbsp; inspect http TORRENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A more elaborate configuration can be found here: &lt;A href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080940e04.shtml"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080940e04.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Aug 2010 23:05:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/mpf-question/m-p/1485484#M708398</guid>
      <dc:creator>charradke</dc:creator>
      <dc:date>2010-08-09T23:05:14Z</dc:date>
    </item>
  </channel>
</rss>

