Windows 10 and above Aggregate COFIRE Not Fixed Collection

Microsoft.Windows.Client.Win10.Computer.COFIRE_NotFixed.Collection (Rule)

Knowledge Base article:

Summary

This rule collects events logged by Windows 10 and above Corrupted File Recovery Diagnostic when it encounters bad sectors in the system volume, tries to self-heal and fails.

Causes

Hard drive errors

Resolutions

Please backup the hard drive and replace it immediately.

Element properties:

TargetMicrosoft.Windows.Client.Win10.Aggregate.PhysicalDisk
CategoryEventCollection
EnabledTrue
Event_ID6
Event SourceMicrosoft-Windows-CorruptedFileRecovery-Server
Alert GenerateFalse
RemotableTrue
Event LogSystem

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider System.PrivilegedMonitoringAccount
Mapper ConditionDetection Microsoft.Windows.Client.Win10.LinkedDataMapper Default
PublishToDiskChannel WriteAction Microsoft.Windows.Client.Win10.Computer.PublishLinkedData Default

Source Code:

<Rule ID="Microsoft.Windows.Client.Win10.Computer.COFIRE_NotFixed.Collection" Enabled="true" Target="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDisk" DiscardLevel="100" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" RunAs="System!System.PrivilegedMonitoringAccount" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<LogName>System</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-CorruptedFileRecovery-Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>6</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value>$Target/Property[Type="Microsoft.Windows.Client.Win10.Aggregate.PhysicalDisk"]/ContainsSystemDrive$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<ConditionDetection TypeID="Microsoft.Windows.Client.Win10.LinkedDataMapper" ID="Mapper">
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
<WriteActions>
<WriteAction ID="PublishToDiskChannel" TypeID="Microsoft.Windows.Client.Win10.Computer.PublishLinkedData">
<ChannelId>00F75C2E-8E27-446E-89AD-312BCA470558</ChannelId>
</WriteAction>
</WriteActions>
</Rule>