osquery-defense-kit/incident_response/kernel_modules.sql
Thomas Stromberg e785c35614
v0.0.1
2022-10-13 09:11:17 -04:00

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;