失敗 su (Solaris 11)

Microsoft.ACS.Solaris.11.Su.Failed (Rule)

收集呼叫 su 失敗事件的規則

Knowledge Base article:

摘要

在系統記錄檔中偵測到執行失敗的 'su' 命令。

原因

使用者嘗試授予特殊權限帳戶的權限。 此監視可讓系統管理員追蹤 'su' 的使用狀況。

解決方式

警示及/或輸出資料項目的描述包含所發生事件的資訊。 如果此活動似乎有問題,請檢查相關聯的事件詳細資訊,以及與此事件同時間發生的其他任何事件。

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.Su.Failed" 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 SU False -->
<!-- [INPUT] Jan 10 11:32:06 jeffcof-sol11-x86 su: [ID 810491 auth.crit] 'su root' failed for jeffcof on /dev/pts/5 -->
<!-- [EXPECTED] date="Jan 10 11:32:06"; hostname="jeffcof-sol11-x86"; process="su"; clientUser="root"; user="jeffcof" -->
<RegExpFilter>[[:space:]]+su: \[.*\] \'su [^[:space:]]+\' failed for [^[:space:]]+ on</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'su): \[.*\] \'su (?'clientUser'\S+)\' failed for (?'user'\S+) on</RegExp>
<EventType>0</EventType>
<EventId>27003</EventId>
</WriteAction>
</WriteActions>
</Rule>