成功 su (Solaris 10)

Microsoft.ACS.Solaris.10.Su.Succeeded (Rule)

收集呼叫 su 成功事件的規則

Knowledge Base article:

摘要

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

原因

使用者可能已獲得存取特殊權限帳戶的授權。此監視可讓系統管理員追蹤 'su' 的使用狀況。

解決方式

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

Element properties:

TargetMicrosoft.ACS.Solaris.10.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.10.Su.Succeeded" Enabled="false" Target="Microsoft.ACS.Solaris.10.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 True -->
<!-- [INPUT] Oct 29 17:38:01 scxsun12 su: [ID 366847 auth.notice] 'su root' succeeded for jeffcof on /dev/pts/1 -->
<!-- [EXPECTED] date="Oct 29 17:38:01"; hostname="scxsun12"; process="su"; clientUser="root"; user="jeffcof" -->
<RegExpFilter>[[:space:]]+su: \[.*\] \'su [^[:space:]]+\' succeeded 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+)\' succeeded for (?'user'\S+) on</RegExp>
<EventType>1</EventType>
<EventId>27006</EventId>
</WriteAction>
</WriteActions>
</Rule>