<?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: Modular Policy Framework in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882954#M954747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been struggling with the following for &lt;/P&gt;&lt;P&gt;the past year without any solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- I want to block users from using&lt;/P&gt;&lt;P&gt;AOL Instant messenging.  AOL can masquerade any&lt;/P&gt;&lt;P&gt;ports.  I don't want to do a nslookup and&lt;/P&gt;&lt;P&gt;block the AOL destination.  With Checkpoint,&lt;/P&gt;&lt;P&gt;this was not an issue via SmartDefense.  How&lt;/P&gt;&lt;P&gt;can I do this with pix or asa devices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- How do I block nachi worm with Pix/ASA, &lt;/P&gt;&lt;P&gt;like this below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 199 permit icmp any any echo&lt;/P&gt;&lt;P&gt;access-list 199 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;route-map nachi-worm permit 10&lt;/P&gt;&lt;P&gt; match ip address 199&lt;/P&gt;&lt;P&gt; match length 92 92&lt;/P&gt;&lt;P&gt; set interface Null0&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;interface F0/0&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; ip route-cache policy&lt;/P&gt;&lt;P&gt; ip policy route-map nachi-worm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do this with Checkpoint in 20 seconds.&lt;/P&gt;&lt;P&gt;With Pix, I don't know how.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2008 18:37:38 GMT</pubDate>
    <dc:creator>cisco24x7</dc:creator>
    <dc:date>2008-02-19T18:37:38Z</dc:date>
    <item>
      <title>Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882952#M954744</link>
      <description>&lt;P&gt;Hi.. All&lt;/P&gt;&lt;P&gt;  Pls expain how can I block P2P Applications such as emule,Kazza etc with Modular Policy Framework?&lt;/P&gt;&lt;P&gt;  Also to block certain file types to be uploaded to internal FTP server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:04:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882952#M954744</guid>
      <dc:creator>anishpeter</dc:creator>
      <dc:date>2019-03-11T12:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882953#M954746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must be knowing ASA/Pix(version7) has default classes for this type of traffic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security-525(config-pmap-c)# sh run all class-map type inspect http&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_gator&lt;/P&gt;&lt;P&gt; match request header user-agent regex _default_gator&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all default_kazaa&lt;/P&gt;&lt;P&gt; match none&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_msn-messenger&lt;/P&gt;&lt;P&gt; match response header content-type regex _default_msn-messenger&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_yahoo-messenger&lt;/P&gt;&lt;P&gt; match request body regex _default_yahoo-messenger&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_windows-media-player-tunnel&lt;/P&gt;&lt;P&gt; match request header user-agent regex _default_windows-media-player-tunnel&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_gnu-http-tunnel&lt;/P&gt;&lt;P&gt; match request args regex _default_gnu-http-tunnel_arg&lt;/P&gt;&lt;P&gt; match request uri regex _default_gnu-http-tunnel_uri&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_firethru-tunnel&lt;/P&gt;&lt;P&gt; match request header host regex _default_firethru-tunnel_1&lt;/P&gt;&lt;P&gt; match request uri regex _default_firethru-tunnel_2&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_aim-messenger&lt;/P&gt;&lt;P&gt; match request header host regex _default_aim-messenger&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_http-tunnel&lt;/P&gt;&lt;P&gt; match request uri regex _default_http-tunnel&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_kazaa&lt;/P&gt;&lt;P&gt; match response header regex _default_x-kazaa-network count gt 0&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_shoutcast-tunneling-protocol&lt;/P&gt;&lt;P&gt; match request header regex _default_icy-metadata regex _default_shoutcast-tunneling-protocol&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_GoToMyPC-tunnel&lt;/P&gt;&lt;P&gt; match request args regex _default_GoToMyPC-tunnel&lt;/P&gt;&lt;P&gt; match request uri regex _default_GoToMyPC-tunnel_2&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all _default_httport-tunnel&lt;/P&gt;&lt;P&gt; match request header host regex _default_httport-tunnel&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;So you use the following commands to block for example Kaza&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect http filterp2p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security-525(config-pmap-c)#  policy-map global_policy&lt;/P&gt;&lt;P&gt;Security-525(config-pmap)# policy-map type inspect http filterp2p&lt;/P&gt;&lt;P&gt;Security-525(config-pmap)# class  default_kazaa&lt;/P&gt;&lt;P&gt;Security-525(config-pmap-c)# drop-connection log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see if this helps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 18:08:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882953#M954746</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-19T18:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882954#M954747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been struggling with the following for &lt;/P&gt;&lt;P&gt;the past year without any solutions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- I want to block users from using&lt;/P&gt;&lt;P&gt;AOL Instant messenging.  AOL can masquerade any&lt;/P&gt;&lt;P&gt;ports.  I don't want to do a nslookup and&lt;/P&gt;&lt;P&gt;block the AOL destination.  With Checkpoint,&lt;/P&gt;&lt;P&gt;this was not an issue via SmartDefense.  How&lt;/P&gt;&lt;P&gt;can I do this with pix or asa devices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- How do I block nachi worm with Pix/ASA, &lt;/P&gt;&lt;P&gt;like this below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 199 permit icmp any any echo&lt;/P&gt;&lt;P&gt;access-list 199 permit icmp any any echo-reply&lt;/P&gt;&lt;P&gt;route-map nachi-worm permit 10&lt;/P&gt;&lt;P&gt; match ip address 199&lt;/P&gt;&lt;P&gt; match length 92 92&lt;/P&gt;&lt;P&gt; set interface Null0&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;interface F0/0&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; ip route-cache policy&lt;/P&gt;&lt;P&gt; ip policy route-map nachi-worm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can do this with Checkpoint in 20 seconds.&lt;/P&gt;&lt;P&gt;With Pix, I don't know how.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 18:37:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882954#M954747</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-02-19T18:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882955#M954749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GUIs are always a 20 seconds game..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 18:52:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882955#M954749</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-19T18:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882956#M954751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what are the solutions for pix/asa?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 18:56:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882956#M954751</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-02-19T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882957#M954753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anish, please try my sample config that  I posted for you and let me know if there is anything else I can help you with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 19:10:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882957#M954753</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-19T19:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882958#M954754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.. ASHISH &lt;/P&gt;&lt;P&gt; Thanks Lot. I havent noticed the above default class maps. I will try it. &lt;/P&gt;&lt;P&gt;I also set my FTP policy to allow only certain file types. Can I use CSC module to inspect inbounf FTP files? If my ASA has AIP module populated and no room for  CSC how can i use an antivirus program to inspect inbound FTP traffic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 02:18:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882958#M954754</guid>
      <dc:creator>anishpeter</dc:creator>
      <dc:date>2008-02-20T02:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Modular Policy Framework</title>
      <link>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882959#M954755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Anish,,well if you have AIP/SSM module or CSC module then you actually a full fledged IPS mechanism and you can certainly monitor/block/reset inbound/outbound FTP files or ftp commands as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to configure AIP-SSM and turn on all the default signatures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 05:16:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/modular-policy-framework/m-p/882959#M954755</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-21T05:16:34Z</dc:date>
    </item>
  </channel>
</rss>

