Query Details
Use Case: Identifying and extracting information on certificate authorities. Query: Certificate | where IsCa == true | project IsCa, CommonName, SubjectName
The query is looking for certificates that are certificate authorities and extracting information such as whether it is a CA, the common name, and the subject name.

Ugur Koc
Released: February 4, 2024
Tables
Keywords
Operators