Retrieves all the information for the current kernel modules in the target Linux system.: Only for Linux. It may pinpoint inserted modules that can carry malicious payloads.
Query:
select * from kernel_modules;Additional Query Info:
Version: 1.4.5
Platform: linux
Interval: 86400
JSON:
{ "queries": { "kernel_modules": { "query" : "select * from kernel_modules;", "interval" : "86400", "platform" : "linux", "version": "1.4.5", "description" : "Retrieves all the information for the current kernel modules in the target Linux system.", "value" : "Only for Linux. It may pinpoint inserted modules that can carry malicious payloads." } } }