Query Details
Tags:
Query:
DeviceProcessEvents
| where (FileName contains "CertReq.exe" or ProcessVersionInfoInternalFileName contains "CertReq.exe") and ProcessCommandLine contains "Post"
References:
This KQL (Kusto Query Language) query is searching through DeviceProcessEvents for events where:
FileName or ProcessVersionInfoInternalFileName contains "CertReq.exe".ProcessCommandLine contains the word "Post".In simple terms, it looks for any process events involving the "CertReq.exe" file that also have "Post" in their command line.

Ali Hussein
Released: September 24, 2023
Tables
Keywords
Operators