XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 197 Proprietary and Confidential
D7: Alert for SUPER.SUPERs password change via XPQ
Example 7 generates an email alert whenever SUPER.SUPERs password is changed
using XPQ. What makes these events unique is the combination of the MOVER and
the target user name. You could also use the AUDIT.OBJECTNAME column, in which
case you would use: AUDIT.OBJECTNAME CONTAINS "SUPER.SUPER".
Remember, the OBJECTNAME column contains both the userid and the user name.
Example 7:
FILTERDEFBEGIN $XPQ_CHG_SUPER_PSWD
STATUS ACTIVE
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = XYGATEPQ
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.TARGETLOGIN = SUPER.SUPER
AUDIT.OUTCOME = 1
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE MAIL
MAIL_SRV mail.bankofcochran.com
MAIL_PORT 25
MAIL_FROM secgrp@bankofcochran.com
MAIL_TO secmailbox@bankofcochran.com
MAIL_IPPROCESS $ztcp2
MAIL_SUBJECT ALERT - SUPER.SUPER's password changed
MAIL_BODY \NODE1.$SECURE.XYGATEMA.MAILPASS
MAXRECORDAGE 43200
ACTION_END
ACTIONCOLL_END
FILTERDEFEND