Successful Console login (Solaris 11)

Microsoft.ACS.Solaris.11.Console.Login.Succeeded (Rule)

Rule to collect events for successful console login

Knowledge Base article:

Summary

A successful console login operation has been detected in the system log files.

Causes

User was granted access to the system via the system console. This monitor allows system administrators to track system console usage.

Resolutions

The description of the alert and/or the output data item contains information on the event encountered. If the activity appears suspicious, please check the associated event details and any other events that happened around the time of this event.

Element properties:

TargetMicrosoft.ACS.Solaris.11.ACSEndPoint
CategoryEventCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Unix.SCXLog.Privileged.Datasource Default
WA WriteAction Microsoft.ACS.Unix.SecureEventLogWriter Default

Source Code:

<Rule ID="Microsoft.ACS.Solaris.11.Console.Login.Succeeded" Enabled="false" Target="Microsoft.ACS.Solaris.11.ACSEndPoint" Remotable="true">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Unix!Microsoft.Unix.SCXLog.Privileged.Datasource">
<Host>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</Host>
<LogFile>/var/log/authlog</LogFile>
<!-- [TYPE] Solaris ConsoleLogin True -->
<!-- [INPUT] Jan 17 10:06:14 chrispau-sol11-x86 login: [ID 644210 auth.notice] ROOT LOGIN /dev/console -->
<!-- [EXPECTED] date="Jan 17 10:06:14"; hostname="chrispau-sol11-x86"; process="login" -->
<RegExpFilter>[[:space:]]+login: \[.*\] ROOT LOGIN \/</RegExpFilter>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="ACS.Unix!Microsoft.ACS.Unix.SecureEventLogWriter">
<RegExp>(?'date'\S+\s+\d+\s+\d+:\d+:\d+)\s+(?:\S+:)?(?'hostname'\S+)\s+(?'process'login): \[.*\] ROOT LOGIN \/</RegExp>
<EventType>1</EventType>
<EventId>27002</EventId>
<BackrefOverrides>user="root"</BackrefOverrides>
</WriteAction>
</WriteActions>
</Rule>