Windows Anitivirus and EDR Elevation of Privilege Vulnerability
Description
The query for malicious file creations via TOCTOU Vulnerability in Leading Endpoint Detection and Response (EDR) and Antivirus (AV) Solutions. - Microsoft Defender (CVE-2022-37971) - Defender for Endpoint (CVE-2022-37971) - SentinelOne EDR - TrendMicro Apex One (CVE-2022-45797) - Avast Antivirus (CVE-2022-4173) - AVG Antivirus (CVE-2022-4173)
Query · kql
DeviceFileEvents | where Timestamp > ago(7d) | where ActionType == "FileCreated" | where FileName endswith "ndis.sys" | where FolderPath startswith "C:\\temp\\Windows\\System32\\drivers\\"