mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-03-05 18:27:45 +00:00
9 lines
244 B
SQL
9 lines
244 B
SQL
-- Retrieves all the information for the current kernel modules in the target Linux system.
|
|
--
|
|
-- interval: 3600
|
|
-- platform: linux
|
|
-- value: Identify malware that has a kernel module component.
|
|
-- version: 1.4.5
|
|
|
|
select * from kernel_modules;
|