원본이 CertificationAuthority이고 ID가 67인 이벤트에 대한 수집 규칙

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

인증서 서비스가 다음 CRL이 발급되기 전까지 CRL(인증서 해지 목록)을 게시하지 않습니다.

Knowledge Base article:

요약

클라이언트에게 인증서를 신뢰할지 여부를 결정하는 데 필요한 정보를 제공하는 것은 CA(인증 기관) 및 PKI(공개 키 인프라)의 가장 중요한 보안 기능 중 하나입니다. 관리자의 경우 이는 예정된 만료 날짜에 도달하지 않은 신뢰할 수 없는 인증서를 즉시 해지하고 CRL(인증서 해지 목록)에 이 정보를 즉시 게시하는 것을 의미합니다. CRL 게시 및 가용성과 관련된 문제를 모니터링하고 해결하는 것은 PKI 보안의 중요한 기능입니다.

해결 방법

다음 CRL이 생성되기 전에 CRL을 게시하도록 설정

CRL 배포 지점 문제 해결

CRL 배포 지점 주소 정보 문제를 검토하여 해결하려면:

명령줄에서 구성된 CRL 배포 지점을 확인하려면:

Active Directory CRL 배포 지점 권한 확인

Active Directory 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 

추가 정보

CRL(인증서 해지 목록) 게시가 제대로 작동하는지 확인하려면 최근에 발급된 최종 엔터티(사용자 또는 컴퓨터) 인증서에 대해 다음 절차를 수행하십시오.

<cert.cer>을 인증서 내보내기 마법사로 인증서를 내보내서 만든 인증서 파일의 이름으로 바꿉니다.

Element properties:

TargetMicrosoft.Windows.CertificateServices.CARole.2016
CategoryEventCollection
EnabledTrue
Event_ID67
Event SourceMicrosoft-Windows-CertificationAuthority
Alert GenerateFalse
RemotableTrue
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider 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.67" 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">67</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"/>
</WriteActions>
</Rule>