Windows 10 and above Aggregate COFIRE Fixed R Collection

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

Knowledge Base article:

Summary

This rule collects events logged by Windows 10 and above Corrupted File Recovery Diagnostic, which, in this case, has identified a bad sector in the hard drive, and has healed the system.

Resolutions

None. Windows 10 and above has healed itself.

Element properties:

TargetMicrosoft.Windows.Client.Win10.Aggregate.PhysicalDisk
CategoryEventCollection
EnabledTrue
Event_ID8
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_FixedR.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>8</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>