XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 199 Proprietary and Confidential
D9: Alert for XAC command containing "255"
Example 9 generates an EMS message whenever someone invokes an XAC
COMMAND that contains the characters "-255". The EMS message will display the
users logon name and the XAC command they invoked.
Example 9:
FILTERDEFBEGIN $XAC_SELECTED_CMDS
STATUS INACTIVE
!= Invocation of a sensitive command like TACL-255
!= or FUP-255 or SAFECOM-255
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = XYGATEAC
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.RULENAME CONTAINS "-255"
\PROD1.$SECURE.XYGATEMA.XACFILT
DATA_SELECT_END
DATA_END
ACTIONCOLL_BEGIN
ACTION_BEGIN
ACTIONTYPE IPALERT
IPALERT_ADDRESS 127.0.0.1
IPALERT_PORT 512
IPALERT_IPPROCESS $tcp1p
IPALERT_PREFIX <130> HPNS
ALERTSTRING |AUDIT.SUBJECTLOGIN)|invoked|(AUDIT.RULENAME)|
!= only produce alert if 5 mins have passed since last alert
MAXACTIONRATE 300
!= only produce alert if action occured <= 12 hours ago
MAXRECORDAGE 43200
ACTION_END
ACTIONCOLL_END
FILTERDEFEND