- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Custom HIDS Schedule Not Working As Intended
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2009 08:13 AM
02-16-2009 08:13 AM
Custom HIDS Schedule Not Working As Intended
Currently, we are working on a custom HIDS schedule to monitor changes to two specific file types on one of our systems. Below is the schedule policy being used:
SCHEDULE Our_Policy
GLOBALS
ENDGLOBALS
GROUPPERIOD
NAME Our_Policy
GMT 0
STARTTIME 0:00:0
ENDTIME 23:59:6
GROUP Our_Policy
TEMPLATE read_only
pathnames_to_watch | ^/psoft/tun89tst/sqr/$ | ^/psoft/tun89dev/sqr/$ | ^/psoft/tun89dev/sqr/*\.sqr | ^/psoft/tun89dev/sqr/*\.sqc | ^/psoft/tun89tst/sqr/*\.sqr | ^/psoft/tun89tst/sqr/*\.sqc | ^/psoft/tun89dev/sqr/*\.sqr$ | ^/psoft/tun89dev/sqr/*\.sqc$ | ^/psoft/tun89tst/sqr/*\.sqr$ | ^/psoft/tun89tst/sqr/*\.sqc$
ENDTEMPLATE
ENDGROUP
ENDGROUPPERIOD
ENDSCHEDULE
We intentionally stripped down the schedule to rule out what may or may not have been contributing to the issue. Additionally, we went over the top with attempting to have HIDS monitor the .sqc and .sqr files. In the past, we have tried combinations, etc. but went all out to try and capture the events.
After any changes to the schedule file, we are restarting the idsagent process to force the new schedule. As of now, we are not capturing the changes to the files in the /var/opt/ids/alert.log.
What are we missing or doing wrong? Thanks in advance for the assistance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2009 08:16 AM
02-16-2009 08:16 AM
Re: Custom HIDS Schedule Not Working As Intended
http://docs.hp.com/en/5991-1162/apgs02.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2009 08:21 AM
02-16-2009 08:21 AM
Re: Custom HIDS Schedule Not Working As Intended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2009 10:12 AM
02-16-2009 10:12 AM
Re: Custom HIDS Schedule Not Working As Intended
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 11:39 AM
02-17-2009 11:39 AM
Re: Custom HIDS Schedule Not Working As Intended
^/psoft/tun89dev/sqr/.*\.sqr (insert extra dot before *)
^/psoft/tun89tst/sqr/ (remove $ to match any file under dir)
See http://docs.hp.com/en/5992-5843/apas02.html for examples as well as the regexp(5) man page.
Pierre