Security: Digest authentication: invalid authentication

Security__Digest_authentication__invalid_authentication_1_9_Rule (Rule)

Knowledge Base article:

Summary

When users try to access content on a server that is running Internet Information Services (IIS) through HTTP or File Transfer Protocol (FTP), IIS returns a numeric code that indicates the status of the request. This status code is recorded in the IIS log, and it may also be displayed in the Web browser or FTP client. The status code can indicate whether a particular request is successful or unsuccessful and can also reveal the exact reason why a request is unsuccessful.

Sample Event:

IIS 5: Digest authentication: invalid authentication for user "%1", realm "%2".

Resolutions

To use Digest authentication, all the following conditions must be met:

External

For additional information specific to this message please visit the Microsoft Online Support site located at: Internet Information Server 5.0 Support Pages

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.2000.WebServer
CategoryEventCollection
EnabledTrue
Event_ID3
Event SourceIISMAP
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
Security: Digest authentication: invalid authentication
{0}
Event LogSystem
CommentMom2005ID='{1E2FFBF4-5117-11D3-87EC-0090270D4908}'

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Security__Digest_authentication__invalid_authentication_1_9_Rule" Comment="Mom2005ID='{1E2FFBF4-5117-11D3-87EC-0090270D4908}'" Enabled="onStandardMonitoring" Target="Microsoft.Windows.InternetInformationServices.2000.WebServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>IISMAP</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>3</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="Security__Digest_authentication__invalid_authentication_1_9_Rule.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>