Kextstat

Retrieves all the information about the current kernel extensions for the target OSX system.:

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": ""
    }
  }
}