Operating System - HP-UX
1832757 Members
3010 Online
110045 Solutions
New Discussion

Re: questions on using IDS

 
shacharg
New Member

questions on using IDS

Hello,

I have IDS/9000 v2 on HPUX11.0 server.
I recieve many alerts "Filesystem change detected" for activities made on files :
"/etc/syslog.conf.[0-9]+" (for example /etc/syslog.conf.6757). I tried regular expression with *, <*> to exclude it but it doesn't work.

Is any way to exclude these files ?

Thanks,
Alex
3 REPLIES 3
Clemens van Everdingen
Honored Contributor

Re: questions on using IDS

Steve Steel
Honored Contributor

Re: questions on using IDS

 
If you want truly to understand something, try to change it. (Kurt Lewin)
Pierre Pasturel
Respected Contributor

Re: questions on using IDS

Use "/etc/syslog.conf." in the "Ignore these directories" in the Modifcation of files/directories template.
This string will match /etc/syslog.conf.1212 but also /etc/syslog.conf.otherstuff.

If you refer to the regular expression section in the appendix of the admin guide, /etc/syslog.conf.<#>$ is what you really want, but unfortunately this does not work.

BTW, you can only specify regular expressions for the "directory property;" the "file" properties are only used for exact string matches.

Pierre