Query Details

Show All Drivers That Are Not Signed

Query

Use Case: Identifying unsigned drivers in a Windows operating system for security auditing and compliance.

Query:

WindowsDriver
| where Signed != true

Explanation

The query is searching for unsigned drivers in a Windows operating system for the purpose of security auditing and compliance.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

WindowsDriver

Keywords

WindowsDriver,Signed

Operators

| project DriverNameDriverVersionManufacturer

Actions