<?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 web messenger with AIM-IPS? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186440#M77729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, that was for ASA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 05 Apr 2009 23:53:28 GMT</pubDate>
    <dc:creator>roshan.maskey</dc:creator>
    <dc:date>2009-04-05T23:53:28Z</dc:date>
    <item>
      <title>How to block web messenger with AIM-IPS?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186437#M77720</link>
      <description>&lt;P&gt;Hello, I have a 2821 with an AIM-IPS card. I would like to block some applications over http, like web messenger, remote desktop over http (like logmein) and these kind of services. I have enabled all signatures in the IPS and when I start a web messenger client (for example &lt;A class="jive-link-custom" href="http://www.ebuddy.com)" target="_blank"&gt;www.ebuddy.com)&lt;/A&gt; no signature fires. Are there any solutions to block them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 11:30:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186437#M77720</guid>
      <dc:creator>victorgarciaternero</dc:creator>
      <dc:date>2019-03-10T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to block web messenger with AIM-IPS?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186438#M77723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, anybody have the same problem? Or maybe there is no fix...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 13:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186438#M77723</guid>
      <dc:creator>victorgarciaternero</dc:creator>
      <dc:date>2009-02-13T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to block web messenger with AIM-IPS?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186439#M77726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might help you on blocking web messengers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex imo "imo\.com"&lt;/P&gt;&lt;P&gt;regex meebo "meboo\.com"&lt;/P&gt;&lt;P&gt;regex imhaha "imhaha\.com"&lt;/P&gt;&lt;P&gt;regex mabber "mabber\.com"&lt;/P&gt;&lt;P&gt;regex web_msn "webmessenger\.msn\.com"&lt;/P&gt;&lt;P&gt;regex koolim "koolim\.com"&lt;/P&gt;&lt;P&gt;regex msnfx "messengerfx\.com"&lt;/P&gt;&lt;P&gt;regex iloveim "iloveim\.com"&lt;/P&gt;&lt;P&gt;regex goowy "goowy\.com"&lt;/P&gt;&lt;P&gt;regex plugoo "plugoo\.com"&lt;/P&gt;&lt;P&gt;regex imunitive "imunitive\.com"&lt;/P&gt;&lt;P&gt;regex snimmer "snimmer\.com"&lt;/P&gt;&lt;P&gt;regex ebuddy "www\.ebuddy\.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any BLOCK-WEB-IM&lt;/P&gt;&lt;P&gt; description Deny all web messengers&lt;/P&gt;&lt;P&gt; match regex imo&lt;/P&gt;&lt;P&gt; match regex web_msn&lt;/P&gt;&lt;P&gt; match regex koolim&lt;/P&gt;&lt;P&gt; match regex imunitive&lt;/P&gt;&lt;P&gt; match regex goowy&lt;/P&gt;&lt;P&gt; match regex mabber&lt;/P&gt;&lt;P&gt; match regex ebuddy&lt;/P&gt;&lt;P&gt; match regex meebo&lt;/P&gt;&lt;P&gt; match regex iloveim&lt;/P&gt;&lt;P&gt; match regex msnfx&lt;/P&gt;&lt;P&gt; match regex snimmer&lt;/P&gt;&lt;P&gt; match regex imhaha&lt;/P&gt;&lt;P&gt; match regex plugoo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all IM-DOMAIN-BLOCK&lt;/P&gt;&lt;P&gt; match request header host regex class BLOCK-WEB-IM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http INSIDE-L7-POLICY&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  protocol-violation action drop-connection log&lt;/P&gt;&lt;P&gt; class IM-DOMAIN-BLOCK&lt;/P&gt;&lt;P&gt;  reset log&lt;/P&gt;&lt;P&gt;policy-map inside-policy&lt;/P&gt;&lt;P&gt; class inside-class&lt;/P&gt;&lt;P&gt;  inspect http INSIDE-L7-POLICY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2009 02:48:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186439#M77726</guid>
      <dc:creator>roshan.maskey</dc:creator>
      <dc:date>2009-04-05T02:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to block web messenger with AIM-IPS?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186440#M77729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, that was for ASA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2009 23:53:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-web-messenger-with-aim-ips/m-p/1186440#M77729</guid>
      <dc:creator>roshan.maskey</dc:creator>
      <dc:date>2009-04-05T23:53:28Z</dc:date>
    </item>
  </channel>
</rss>

