Connexion à la console incorrecte (SUSE Linux Enterprise Server 9)

Microsoft.ACS.Linux.SLES.9.Console.Invalid (Rule)

Règle de collecte d'événements pour les événements de connexion à la console incorrecte.

Knowledge Base article:

Résumé

Une opération de connexion à la console non valide a été détectée dans les fichiers journaux système.

Causes

L'utilisateur n'a pas été autorisé à accéder au système via la console système. Cette analyse permet aux administrateurs système de suivre l'utilisation de la console système.

Résolutions

La description de l'alerte et/ou de l'élément de données de sortie contient des informations sur l'événement survenu. Si l'activité paraît suspecte, consultez les détails des événements connexes ou de tout autre événement survenu à peu près au même moment.

Element properties:

TargetMicrosoft.ACS.Linux.SLES.9.ACSEndPoint
CategoryEventCollection
EnabledTrue
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.Linux.SLES.9.Console.Invalid" Enabled="true" Target="Microsoft.ACS.Linux.SLES.9.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/messages</LogFile>
<!-- [TYPE] SUSE ConsoleLogin False -->
<!-- [INPUT] Oct 13 03:26:05 linux login[11713]: FAILED LOGIN 1 FROM /dev/tty2 FOR UNKNOWN, User not known to the underlying authentication module -->
<!-- [INPUT] Oct 13 03:26:10 linux login[11713]: FAILED LOGIN 2 FROM /dev/tty2 FOR UNKNOWN, User not known to the underlying authentication module -->
<!-- [INPUT] Oct 13 03:26:15 linux login[11713]: FAILED LOGIN SESSION FROM /dev/tty2 FOR UNKNOWN, User not known to the underlying authentication module -->
<!-- [EXPECTED] date="Oct 13 03:26:05"; hostname="linux"; process="login"; processId="11713"; user="UNKNOWN" -->
<!-- [EXPECTED] date="Oct 13 03:26:10"; hostname="linux"; process="login"; processId="11713"; user="UNKNOWN" -->
<!-- [EXPECTED] date="Oct 13 03:26:15"; hostname="linux"; process="login"; processId="11713"; user="UNKNOWN" -->
<RegExpFilter>login\[[[:digit:]]+\]: FAILED LOGIN.*FROM .* FOR UNKNOWN, User not known to the underlying authentication module</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)\[(?'processId'\d+)\]: FAILED LOGIN.*FROM .* FOR (?'user'\S+), User not known to the underlying authentication module</RegExp>
<EventType>0</EventType>
<EventId>27003</EventId>
</WriteAction>
</WriteActions>
</Rule>