<?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: Content Security Module for ASA - SSM-CSC in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039421#M418913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In asa,you define what traffic should be sent to csc for scanning purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the acl where you define the traffic,add an entry denying the source ip addresses for which you do not want filtering to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map CSC-C&lt;/P&gt;&lt;P&gt; match access-list CSC-TRAFFIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class CSC-C&lt;/P&gt;&lt;P&gt;  csc fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CSC-TRAFFIC line 1 extended deny tcp host x.x.x.x any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CSC-TRAFFIC line 2 extended permit tcp any any eq 80 &lt;/P&gt;&lt;P&gt;access-list CSC-TRAFFIC line 3 extended permit tcp any any eq smtp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example,web traffic from x.x.x.x will not be sent to csc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 16:47:24 GMT</pubDate>
    <dc:creator>suschoud</dc:creator>
    <dc:date>2008-09-09T16:47:24Z</dc:date>
    <item>
      <title>Content Security Module for ASA - SSM-CSC</title>
      <link>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039418#M418906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible with that module to filter some of the users filtered (like restricting facebook.com) and others unfiltered? I mean if user based filtering is possible?&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 11:00:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039418#M418906</guid>
      <dc:creator>blackswans</dc:creator>
      <dc:date>2020-02-21T11:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Content Security Module for ASA - SSM-CSC</title>
      <link>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039419#M418908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible based on source IP address not user name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 10:57:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039419#M418908</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-09-09T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Content Security Module for ASA - SSM-CSC</title>
      <link>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039420#M418911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need some type of URL filtering software like WebSense to filter based on user.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 12:55:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039420#M418911</guid>
      <dc:creator>edunn</dc:creator>
      <dc:date>2008-09-09T12:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Content Security Module for ASA - SSM-CSC</title>
      <link>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039421#M418913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In asa,you define what traffic should be sent to csc for scanning purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the acl where you define the traffic,add an entry denying the source ip addresses for which you do not want filtering to be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map CSC-C&lt;/P&gt;&lt;P&gt; match access-list CSC-TRAFFIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class CSC-C&lt;/P&gt;&lt;P&gt;  csc fail-open&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CSC-TRAFFIC line 1 extended deny tcp host x.x.x.x any eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list CSC-TRAFFIC line 2 extended permit tcp any any eq 80 &lt;/P&gt;&lt;P&gt;access-list CSC-TRAFFIC line 3 extended permit tcp any any eq smtp &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above example,web traffic from x.x.x.x will not be sent to csc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 16:47:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039421#M418913</guid>
      <dc:creator>suschoud</dc:creator>
      <dc:date>2008-09-09T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Content Security Module for ASA - SSM-CSC</title>
      <link>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039422#M418915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think u were asking about how to filter some websites based on users so i told u &lt;/P&gt;&lt;P&gt;that u can do it through source IP not username&lt;/P&gt;&lt;P&gt;however u seem u were looking how to send spisific traffic to CSC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then this link will give all these details in that regard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808dea62.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00808dea62.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful Rate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 03:17:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/content-security-module-for-asa-ssm-csc/m-p/1039422#M418915</guid>
      <dc:creator>Marwan ALshawi</dc:creator>
      <dc:date>2008-09-10T03:17:05Z</dc:date>
    </item>
  </channel>
</rss>

