mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-02-17 01:47:06 +00:00
8 lines
129 B
MySQL
8 lines
129 B
MySQL
|
-- Retrieves all block devices known to the system
|
||
|
-- platform: posix
|
||
|
-- tags: postmortem seldom
|
||
|
SELECT
|
||
|
*
|
||
|
FROM
|
||
|
block_devices
|