<?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 p2p and tunneling in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679379#M87226</link>
    <description>&lt;P&gt;hi all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having ASA with AIP card , users are using lots of p2p applications and tunneling softwares and becoz of that my internet bandwidth gets chocked , and i have to restart the ASA. I want to block p2p application and tunneling. is it possible ... &lt;/P&gt;&lt;P&gt;kindly help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 10:31:13 GMT</pubDate>
    <dc:creator>amit.seth</dc:creator>
    <dc:date>2019-03-10T10:31:13Z</dc:date>
    <item>
      <title>p2p and tunneling</title>
      <link>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679379#M87226</link>
      <description>&lt;P&gt;hi all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having ASA with AIP card , users are using lots of p2p applications and tunneling softwares and becoz of that my internet bandwidth gets chocked , and i have to restart the ASA. I want to block p2p application and tunneling. is it possible ... &lt;/P&gt;&lt;P&gt;kindly help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:31:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679379#M87226</guid>
      <dc:creator>amit.seth</dc:creator>
      <dc:date>2019-03-10T10:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: p2p and tunneling</title>
      <link>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679380#M87227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw you have been asking this question for quite some time (with no replys) and what you want to do is something I have been wanting to do so I open a ticket with TAC and below is the response from the TAC tech. It at least will get us both started. From TAC:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Hello Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My name is Andrew and I will be the TAC engineer, working with you on this case. The following IPS signatures are designed to block P2P traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://tools.cisco.com/MySDN/Intelligence/viewThreat.x?threatId=3794" target="_blank"&gt;http://tools.cisco.com/MySDN/Intelligence/viewThreat.x?threatId=3794&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can configure these signatures to drop the unwanted traffic when it traverses the IPS module. An alternative solution would be to configure an HTTP Inspection map on the ASA. For instance, the following map will block HTTP tunnelled traffic over port TCP/80 recording each attempt to pass such traffic in the logs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class HTTP_TRAFFIC&lt;/P&gt;&lt;P&gt; match port tcp eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http BLOCK_P2P&lt;/P&gt;&lt;P&gt;class _default_gator&lt;/P&gt;&lt;P&gt;   drop-connection log&lt;/P&gt;&lt;P&gt;class _default_kazaa&lt;/P&gt;&lt;P&gt;   drop-connection log&lt;/P&gt;&lt;P&gt;class _default_http-tunnel&lt;/P&gt;&lt;P&gt;   drop-connection log&lt;/P&gt;&lt;P&gt;class _default_gnu-http-tunnel&lt;/P&gt;&lt;P&gt;   drop-connection log&lt;/P&gt;&lt;P&gt;class _default_httport-tunnel&lt;/P&gt;&lt;P&gt;   drop-connection log&lt;/P&gt;&lt;P&gt;class _default_firethru-tunnel&lt;/P&gt;&lt;P&gt;   drop-connection log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class HTTP_TRAFFIC&lt;/P&gt;&lt;P&gt;  inspect http BLOCK_P2P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any more questions. Should you need assistance outside of my normal hours, please call TAC Hotline at 1-800-553-2447. Thanks!"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 01:50:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679380#M87227</guid>
      <dc:creator>pguibord</dc:creator>
      <dc:date>2007-03-19T01:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: p2p and tunneling</title>
      <link>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679381#M87228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for such a specific and clear response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 07:37:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/p2p-and-tunneling/m-p/679381#M87228</guid>
      <dc:creator>amit.seth</dc:creator>
      <dc:date>2007-03-19T07:37:03Z</dc:date>
    </item>
  </channel>
</rss>

