XYGATE Merged Audit Reference Manual

Table Of Contents
XYGATE Merged Audit
®
Reference Manual
Chapter 3. Configuring Filters and the FILTERS File
XYPRO Technology Corporation 59 Proprietary and Confidential
IPALERT_PORT Defines the port on the remote system where XMA will
send the string meant for a SYSLOG. This keyword is
required for IPALERT actions. Port 514 is the expected
value.
IPALERT_PREFIX Defines the prefix that will be prepended to the SYSLOG
message. This is optional and can be up to 79 characters
in length. For non-SYSLOGQ messages the length can be
up to 40 characters. Data Substitution tokens are not
permitted.
IPALERT_PROCESS Defines the TCP/IP process that will communicate with the
IPALERT_PORT to send the message.
ALERTSTRING Defines the data or text that will be sent to the SYSLOG. It
can be a combination of text and Data Substitution
Tokens. It may be up to 127 characters in length. Any
message longer than 127 characters will be truncated, so
for longer messages, use additional ALERTSTRING
keywords.
Example 2 shows a SYSLOG alert. A message will be sent via TCP/IP process
$ZTC0, to port 514 at the 10.90.90.10 IP address. The message will be a comma-
separated list of the contents of every column in the XMA AUDDET, AUDSESS, and
INSTALL tables. The value <130> in the IPALERT_PREFIX is a standard prefix
indicating the severity of the message.
Example 2: Sample ACTION paragraph for a SYSLOG alert
ACTION_BEGIN
ACTIONTYPE IPALERT
IPALERT_IPPROCESS $ZTC0
IPALERT_PORT 514
IPALERT_ADDRESS 10.90.90.10
IPALERT_PREFIX local0 <130> XYGATEMA
ALERTSTRING |(AUDIT.RECORDGMT)|,|(AUDIT.GMTSEQNO)|,|(AUDIT.RECORDLCT)|,
ALERTSTRING |(AUDIT.RECORDAUDITKEY)|,|(AUDIT.RECORDSESSIONKEY)|,
ALERTSTRING |(AUDIT.SEQNO)|,|(AUDIT.OUTCOME)|,|(AUDIT.WARNINGMODE)|,
ALERTSTRING |(AUDIT.TESTMODE)|,|(AUDIT.ALERTED)|,|(AUDIT.SEVERITY)|,
ALERTSTRING |(AUDIT.PRODUCTCODE)|,
ALERTSTRING |(AUDIT.SUBJECT_USERNUMBER_MAJOR)|,
ALERTSTRING |(AUDIT.SUBJECT_USERNUMBER_MINOR)|,
ALERTSTRING |(AUDIT.TARGET_USERNUMBER_MAJOR)|,
ALERTSTRING |(AUDIT.TARGET_USERNUMBER_MINOR)|,
ALERTSTRING |(AUDIT.SUBJECTLOGIN)|,|(AUDIT.SUBJECTSYSTEM)|,
ALERTSTRING |(AUDIT.TARGETLOGIN)|,|(AUDIT.OBJECTTYPE)|,
ALERTSTRING |(AUDIT.OBJECTNAME)|,|(AUDIT.OPERATION)|,|(AUDIT.TERMINAL)|,
ALERTSTRING |(AUDIT.MESSAGEID)|,|(AUDIT.MESSAGECODE)|,|(AUDIT.RULENAME)|,
ALERTSTRING |(AUDIT.RESULT)|,|(AUDIT.USER_DATA)|,
ALERTSTRING |(SESSION.RECORDSESSIONKEY)|,|(SESSION.RECORDINSTALLKEY)|,
ALERTSTRING |(SESSION.SESSIONID)|,|(SESSION.FOUNDSESSIONSTART)|,
ALERTSTRING |(SESSION.FOUNDSESSIONEND)|,|(SESSION.SESSIONNAME)|,
ALERTSTRING |(SESSION.PROCESSTHREADID)|,|(SESSION.PROCESSTHREADID2)|,
ALERTSTRING |(SESSION.CLIENTPROGRAM)|,
ALERTSTRING |(SESSION.ANCESTORPROCESSTHREADID)|,|(SESSION.IPADDRESS)|,