OS Version

Retrieves the current version of the running osquery in the target system and where the configuration was loaded from.:

Query

select * from os_version;

Additional Query Info

  • Version: 1.4.5
  • Interval: 86400

JSON

{
  "queries": {
    "OS Version": {
      "query": "select * from os_version;",
      "interval": "86400",
      "platform": "",
      "version": "1.4.5",
      "description": "Retrieves the current version of the running osquery in the target system and where the configuration was loaded from.",
      "value": ""
    }
  }
}