20,221 questions
Non boot-critical drivers are signed with security catalogs, not individual digital signature
run this in Windows Powershell
Get-AuthenticodeSignature C:\Windows\System32\drivers\IndirectKmd.sys | select *
or use signtool.exe tool from Windows Driver Kit / Windows SDK
signtool.exe verify /a /v C:\Windows\System32\drivers\IndirectKmd.sys