XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 3. Configuring Filters and the FILTERS File
XYPRO Technology Corporation 67 Proprietary and Confidential
Specifying Multiple ACTIONS
You may specify multiple ACTIONS to be taken when a match occurs. Each ACTION
will have its own paragraph. If one of the ACTIONS is IGNORE, it must be last within
the Filter.
Example 10 below shows a Filter with three ACTIONTYPEs. When a matching audit
event occurs, an EMS message will be generated, an email will be sent, and the
AUDIT.USER_DATA column will be set to "Sfg Config".
Example 10: How to configure multiple actions
ACTIONCOLL_BEGIN
!Action 1 - Send EMS message
ACTION_BEGIN
ACTIONTYPE ALERT
ALERTTARGET \N1.$0
ALERTSEVERITY NONCRITICAL
ALERTSTRING |(AUDIT.SUBJECTLOGIN)|altered|(AUDIT.OBJECTNAME)|
ALERTTOKENSBEGIN
! BODY OF EMS MESSAGE:
AUDIT.SUBJECTLOGIN
AUDIT.RECORDLCT
AUDIT.TERMINAL
AUDIT.RESULT
ALERTTOKENSEND
ACTION_END
!Action 2 Set data in "User_data column"
ACTION_BEGIN
ACTIONTYPE SETDATA
AUDIT.USER_DATA "Sfg Config"
ACTION_END
!Action 3 - Send email message
ACTION_BEGIN
ACTIONTYPE MAIL
MAIL_SRV mail.bankofcochran.com
MAIL_PORT 25
MAIL_FROM jo@bankofcochran.com
MAIL_TO jo@bankofcochran.com
MAIL_IPPROCESS $ZTCP2
MAIL_SUBJECT XMA-|(AUDIT.SUBJECTLOGIN)|altered|(AUDIT.OBJECTNAME)|
MAIL_BODY \N1.$SECURE.XYGATEMA.MAILSAFE
ACTION_END
ACTIONCOLL_END
FILTERDEFEND