Update queries.yml (#28897)

uppercase 'S' was breaking the query.
This commit is contained in:
Mike Thomas 2025-05-08 04:48:08 +09:00 committed by GitHub
parent f64753f72b
commit a91042ae02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2551,7 +2551,7 @@ spec:
name: Get Shimcache table
platform: windows
description: Returns forensic data showing evidence of likely file execution, in addition to the last modified timestamp of the file, order of execution, full file path order of execution, and the order in which files were executed.
query: select * from Shimcache
query: select * from shimcache
purpose: Informational
tags: hunting
contributors: puffyCid