On Oct 26, 4:48 pm, rober...@hushmail.com (Walter Roberson) wrote:
> In article <1161875680.100314.73...@k70g2000cwa.googlegroups. com>,
>
> <dilan.weerasin...@gmail.com> wrote:
> >We are running Cisco PIX Version 6.3(1).You should upgrade that. If you are the original owners of the
> equipment, you are entitled to a free update to 6.3(5)112 because
> of known security problems in 6.3(1), 6.3(3), and 6.3(4) and (5).
>
> >Can anyone tell me if they have any experience of IDS on this firewall?
> >I am hearing conflicting reports - some saying that IDS is not
> >available, others saying it maybe!There is IDS, but it has barely changed since the days of PIX 5,
> and it is not adaptable and is barely configurable.
>
> http://www.cisco.com/univercd/cc/td/...ix/pix_sw/v_63...
Thanks Walter.
We have the following lines in our config
logging on
logging timestamp
logging trap informational
logging host inside 192.168.1.7
<snip>
ip audit info action alarm
ip audit attack action alarm
<end of anything relating to ip audit>
Am I correct thinking that this doesn't do much since there is no
interface that the ip audit command is applied to? The logging to the
Kiwi Syslog server on 192.168.1.7 works fine, but I can't see anything
relating to IDS.
Would the following suffice?;
ip audit info action alarm
ip audit attack action alarm
ip audit interface outside
ip audit name audit attack action alarm
And then invest in a promiscous mode IDS device that
monitors what gets through?
Thanks