Overview

Solaris is an operating system based on Unix that was developed in 1992 by Sun Microsystems. EventTracker integrates with Solaris via Syslog to monitor events and provide insights on security and compliance-related activities such as login, logout, login-failed events, the command executed, and privilege escalation.This guide provides detailed procedures for configuring Solaris and EventTracker to receive Solaris events and monitor them effectively.The configurations outlined in this guide are designed for use with Seceon CCE and Solaris, ensuring consistency and reliability.Solaris users who want to forward events to EventTracker and monitor them using this tool can benefit from the information provided in this guide.

Prerequisites

  1. To use Seceon CCE, it must be installed on your system.

  2. In order for Syslog to function properly and transmit data, UDP Port 514 should be allowed through the firewall.

To configure Solaris to forward logs to EventTracker - Seceon CCE, follow these steps:

  1. Log into the Solaris system you want to monitor.

  2. Launch the terminal and run the following command:

sudo vi /etc/rsyslog.conf

To configure Solaris to forward logs to EventTracker - Seceon CCE, follow these steps:

  1. Enter the CCE IP address in place of <EventTracker IP> in the appropriate configuration file.

  2. Save and exit the file.

  3. Run the following command:

sudo /usr/sbin/auditconfig -setflags fd,fc,fm,lo,ex

To complete the configuration of Solaris to forward logs to EventTracker - Seceon CCE, follow these additional steps:

Restart the syslog service using the following command:

svcadm restart system/system-log:default

Varification

On the source system, test if messages are being sent to the remote log host with the logger command:

cCopy code# logger -p daemon.warn "this is a test"

Then check the /var/adm/messages file on the remote loghost for the test message:

shellCopy code# tail /var/adm/messages

These commands can be used to verify that the logging system is properly configured and that log messages are being forwarded from the source system to the remote log host.