Retrieves the current version of the running osquery in the target system and where the configuration was loaded from.: Identify if your infrastructure is running the correct osquery version and which hosts may have drifted
Query:
select * from time, osquery_info;Additional Query Info:
Version: 1.4.5
Interval: 86400
JSON:
{ "queries": { "osquery_info": { "query" : "select * from time, osquery_info;", "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" : "Identify if your infrastructure is running the correct osquery version and which hosts may have drifted" } } }