ccombs
02/12/2021, 3:40 PMccombs
02/12/2021, 3:41 PMselect name, publisher, type, subscriptions, events, active from osquery_events;select i.*, p.resident_size, p.user_time, p.system_time, time.minutes as counter from osquery_info i, processes p, time where p.pid = i.pid;select name, interval, executions, output_size, wall_time, (user_time/executions) as avg_user_time, (system_time/executions) as avg_system_time, average_memory, last_executed from osquery_schedule;select osquery.version from osquery_info osquery;SELECT * FROM crontabzwass
--verbose --tls_dumpccombs
02/12/2021, 7:37 PM