具有來源 CertificationAuthority 和 ID 75 的事件收集規則

Microsoft.Windows.CertificateServices.CARole.2016.CertSvcEvents.75 (Rule)

憑證服務無法發佈憑證撤銷清單 (CRL)。

Knowledge Base article:

摘要

憑證授權單位 (CA) 和公開金鑰基礎結構 (PKI) 最重要的安全功能之一是向用戶端提供用於判定是否應該信任某個憑證的資訊。對管理員而言,這意謂著需要立即撤銷未達到其排定到期日期的未受信任憑證,並在憑證撤銷清單 (CRL) 上發佈此資訊。監視並解決與 CRL 發行和可用性相關的問題是 PKI 安全性的一個重要層面。

解決方式

啟用 AD CS 以發佈憑證撤銷清單

此事件記錄檔訊息的可能解決方式包括:

若要執行這些程序,您必須擁有管理 CA 權限,或者必須已被委派適當的權限。

確認 Active Directory CRL 發佈點權限

若要確認 Active Directory CRL 發佈點權限:

確認檔案位置 CRL 發佈點權限

若要確認檔案位置 CRL 發佈點權限:

檢查網路連線

若要判斷 CA 與網域控制站之間是否存在網路連線問題:

回覆自 IP_address: 位元組=32 時間=3ms TTL=59

回覆自 IP_address: 位元組=32 時間=20ms TTL=59

回覆自 IP_address: 位元組=32 時間=3ms TTL=59

回覆自 IP_address:位元組=32 時間=6ms TTL=59 3。

發佈新的 CRL

若要使用 [憑證授權單位] 嵌入式管理單元發佈新的 CRL:

若要使用 Certutil 命令列工具發佈新的 CRL:

以 CRL 檔案的名稱取代 crlname.crl,並以 CA 名稱和執行 CA 的主機之名稱取代 CA 名稱及 CA 主機名稱,然後以您的 Active Directory 網域的命名空間取代 contoso 及 com。

確認所設定 CRL 發佈點的有效性

若要確認所設定 CRL 發佈點的有效性:

您也可以透過在 CA 上開啟命令提示字元視窗並執行下面的命令,決定所設定的 CRL 發佈點 URL:certutil -getreg ca\crlpublicationurls。

其他

若要確認憑證撤銷清單 (CRL) 發佈正確運作,請對最近發行的終端實體 (使用者或電腦) 憑證執行下列程序:

將 <cert.cer> 取代為您透過 [憑證匯出精靈] 匯出憑證所建立之憑證檔案的名稱。

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.2016
CategoryEventCollection
EnabledTrue
Event_ID75
Event SourceMicrosoft-Windows-CertificationAuthority
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
RemotableTrue
Alert Message
AD CS 憑證撤銷清單 (CRL) 發佈 - 無法發佈差異 CRL 主機詳細資料
事件描述:{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default
WriteToCertSvcEvents WriteAction Microsoft.Windows.CertificateServices.CARole.CertSvcEvents.Publisher Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default

Source Code:

<Rule ID="Microsoft.Windows.CertificateServices.CARole.2016.CertSvcEvents.75" Enabled="true" Target="CSDisc!Microsoft.Windows.CertificateServices.CARole.2016" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">75</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft-Windows-CertificationAuthority</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteToCertSvcEvents" TypeID="Microsoft.Windows.CertificateServices.CARole.CertSvcEvents.Publisher"/>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>2</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="AlertMessageID9cb8180955a3408180dc7d3ccd53cb81"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>