mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-12 17:14:37 +00:00
8 lines
129 B
SQL
8 lines
129 B
SQL
-- Retrieves all block devices known to the system
|
|
-- platform: posix
|
|
-- tags: postmortem seldom
|
|
SELECT
|
|
*
|
|
FROM
|
|
block_devices
|