osquery-defense-kit/incident_response/memory_map.sql

8 lines
108 B
MySQL
Raw Normal View History

2023-02-23 14:35:38 +00:00
-- Returns the OS memory region map.
--
-- tags: postmortem
-- platform: linux
SELECT
*
FROM
memory_map;