XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 198 Proprietary and Confidential
D8: Alert when someone logs directly on as SUPER.SUPER
Example 8 generates an EMS message whenever anyone logs on directly as
SUPER.SUPER. What makes these events unique is the target userid and the
operation. As is, this Filter will capture all logons to SUPER.SUPER.
If you only wanted to be alerted if someone logged on to SUPER.SUPER from a "not
logged on TACL", you could comment out the SUBJECT_USERNUMBER lines. The
EMS event will include the user name of the ID that logged on (SUBJECTLOGIN) as
SUPER.SUPER.
Example 8:
FILTERDEFBEGIN $SUPERSUPER_LOGON
STATUS INACTIVE
!=XCM -or- SAFEGUARD
!=Log on to super.super or an alias to super.super
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = XYGATECM
MOVER_SELECT_END
MOVER_SELECT_BEGIN
PRODUCT = SAFEGUARD
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
! AUDIT.SUBJECT_USERNUMBER_MAJOR = 0
! AUDIT.SUBJECT_USERNUMBER_MINOR = 0
AUDIT.OPERATION = VERIFYUSER
AUDIT.OBJECTNAME CONTAINS SUPER.SUPER
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE ALERT
ALERTTARGET $0
ALERTSEVERITY NONCRITICAL
ALERTEMSEVENTNUMBER 2048
ALERTSTRING |(AUDIT.SUBJECTLOGIN)|logged on as SUPER.SUPER
ALERTTOKENSBEGIN
AUDIT.OPERATION
AUDIT.OBJECTNAME
AUDIT.SUBJECTLOGIN
AUDIT.OUTCOME
ALERTTOKENSEND
MAXRECORDAGE 21600
ACTION_END
ACTIONCOLL_END
FILTERDEFEND