Retrieves all the information about the current kernel extensions for the target OSX system.: Only for OS X. It may pinpoint inserted modules that can carry malicious payloads.
Query:
select * from kernel_extensions;Additional Query Info:
Version: 1.4.5
Platform: darwin
Interval: 86400
JSON:
{ "queries": { "kextstat": { "query" : "select * from kernel_extensions;", "interval" : "86400", "platform" : "darwin", "version": "1.4.5", "description" : "Retrieves all the information about the current kernel extensions for the target OSX system.", "value" : "Only for OS X. It may pinpoint inserted modules that can carry malicious payloads." } } }