XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Appendix D: Sample Filters
XYPRO Technology Corporation 200 Proprietary and Confidential
D10: Selecting security-related BASE24 EMS events
The security-related BASE24 EMS messages have "ACI.XPSNCP" as the first part of
the SSID. These are the EMS messages generated by NCPCOM. The SSID is placed
in the AUDIT.OBJECTNAME column. Use this to select security-related BASE24
events in Filters and reports.
To capture the initialization of BASE24 audit logs, you should also look for EMS events
with an SSID of "ACI.LOGDATER". This is a PCI requirement.
Example 10:
FILTERDEFBEGIN $BASE24_EMS_AUDITS
!= the EMS LOG
STATUS INACTIVE
MOVER_BEGIN
MOVER_SELECT_BEGIN
PRODUCT = EMS
MOVER_SELECT_END
MOVER_END
DATA_BEGIN
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OBJECTNAME CONTAINS "ACI.XPSNCP"
DATA_SELECT_END
DATA_SELECT_BEGIN
FILTERTYPE STRINGFILTER
AUDIT.OBJECTNAME CONTAINS "ACI.LOGDATER"
DATA_SELECT_END
DATA_END