<?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 PIX 506 enabling IDS in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119637#M601559</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick question. I'm running a pix 506 with software version 6.3. I was asked to look into configuring the IDS part of the firewall. Is there any white papers explaning how to configure it properly? I have experience with cisco's firewalls but im fairly new to IDS. Any help would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 06:54:30 GMT</pubDate>
    <dc:creator>sysadmin</dc:creator>
    <dc:date>2020-02-21T06:54:30Z</dc:date>
    <item>
      <title>PIX 506 enabling IDS</title>
      <link>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119637#M601559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a quick question. I'm running a pix 506 with software version 6.3. I was asked to look into configuring the IDS part of the firewall. Is there any white papers explaning how to configure it properly? I have experience with cisco's firewalls but im fairly new to IDS. Any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 06:54:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119637#M601559</guid>
      <dc:creator>sysadmin</dc:creator>
      <dc:date>2020-02-21T06:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506 enabling IDS</title>
      <link>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119638#M601560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mid that PIX IDS is very limited, it only looks for 59 signatures, a very small subset of the over 300 that a proper IDS sysem will detect.  In addition to that the signatures are not updated in a very timely fashion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the command reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/gl.htm#1101884" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/gl.htm#1101884&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The subset of signatures that the PIX IDS will look for and report on is listed here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemsgs.htm#1138590" target="_blank"&gt;http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/63syslog/pixemsgs.htm#1138590&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The two commands you see initially in a lot of configurations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ip audit info action alarm&lt;/P&gt;&lt;P&gt;    ip audit attack action alarm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set up the default action for both info and attack alarms (see the link above for which ones are which).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In its simplest form, all you need to do is define an audit process and&lt;/P&gt;&lt;P&gt;apply it to an interface.  The PIX is different to IOS however, in that you&lt;/P&gt;&lt;P&gt;can't specify an info policy AND an attack policy with the same name.  You have&lt;/P&gt;&lt;P&gt;to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ip audit name test1 info action alarm&lt;/P&gt;&lt;P&gt;    ip audit name test2 attack action alarm drop reset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add both to the interface (note each interface can have two policies&lt;/P&gt;&lt;P&gt;assigned, one info and one attack):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ip audit interface outside test1&lt;/P&gt;&lt;P&gt;    ip audit interface outside test2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the actions, you have to remove the name and then re-add&lt;/P&gt;&lt;P&gt;it with the new actions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you ping the interface you'll get the following on the console:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;400014: IDS:2004 ICMP echo request from 172.18.124.142 to 172.18.124.148 on&lt;/P&gt;&lt;P&gt;interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can disable particular signatures with the same command as IOS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ip audit signature 2004 disable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2003 22:47:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119638#M601560</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-08-04T22:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: PIX 506 enabling IDS</title>
      <link>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119639#M601561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the late reply, I'm aware that it is limited, but management doesn't want to spend that much on IDS. Thanks for your help, I'll defenately take a look into this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Aug 2003 19:24:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-506-enabling-ids/m-p/119639#M601561</guid>
      <dc:creator>sysadmin</dc:creator>
      <dc:date>2003-08-14T19:24:32Z</dc:date>
    </item>
  </channel>
</rss>

