최대 횟수로 시도된 암호 변경(SUSE Linux Enterprise Server 10)

Microsoft.ACS.Linux.SLES.10.Password.Change.Maximum.Tries (Rule)

암호 변경 최대 시도 횟수에 대한 이벤트를 수집하는 규칙

Knowledge Base article:

요약

원래 암호가 여러 번 잘못 지정되었기 때문에 시스템 로그 파일에서 실패한 암호 변경 작업이 검색되었습니다.

원인

시스템에서 암호를 변경하지 못했습니다. 이 모니터를 통해 시스템 관리자는 암호 변경을 추적할 수 있습니다.

해결 방법

경고에 대한 설명 및/또는 출력 데이터 항목에 발생한 이벤트에 대한 정보가 포함되어 있습니다. 이 작업이 의심스러운 경우 관련 이벤트 정보 및 이 이벤트 시간에 발생한 다른 이벤트를 확인하십시오.

Element properties:

TargetMicrosoft.ACS.Linux.SLES.10.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.10.Password.Change.Maximum.Tries" Enabled="true" Target="Microsoft.ACS.Linux.SLES.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/messages</LogFile>
<!-- [TYPE] SUSE Password False -->
<!-- [INPUT] Oct 19 14:00:57 scxcore-suse01 passwd[20433]: User jeffcof: Have exhausted maximum number of retries for service -->
<!-- [EXPECTED] date="Oct 19 14:00:57"; hostname="scxcore-suse01"; process="passwd"; processId="20433"; user="jeffcof" -->
<RegExpFilter>\s+passwd\[[[:digit:]]+\]: User \S+: Have exhausted maximum number of retries for service</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'passwd)\[(?'processId'\d+)]: User (?'user'\S+): Have exhausted maximum number of retries for service</RegExp>
<EventType>0</EventType>
<EventId>27004</EventId>
<BackrefOverrides>sessionName="Password not changed"</BackrefOverrides>
</WriteAction>
</WriteActions>
</Rule>