mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-14 01:54:32 +00:00
8 lines
108 B
SQL
8 lines
108 B
SQL
-- Returns the OS memory region map.
|
|
--
|
|
-- tags: postmortem
|
|
-- platform: linux
|
|
SELECT
|
|
*
|
|
FROM
|
|
memory_map; |