2015-05-16 05:25:19 +00:00
|
|
|
{
|
2015-05-27 23:50:57 +00:00
|
|
|
"queries": {
|
2015-05-16 05:25:19 +00:00
|
|
|
"launchd": {
|
|
|
|
"query": "select * from launchd",
|
|
|
|
"interval" : "414141",
|
|
|
|
"platform" : "whatever",
|
|
|
|
"version" : "1.0.0",
|
|
|
|
"description" : "Very descriptive description",
|
|
|
|
"value" : "Value overflow"
|
|
|
|
},
|
|
|
|
"evil_things": {
|
|
|
|
"query": "select * from time",
|
|
|
|
"interval" : "666",
|
|
|
|
"platform" : "invalid",
|
|
|
|
"version" : "9.9.9",
|
|
|
|
"description" : "More descriptive description",
|
|
|
|
"value" : "It is dangerous to go alone, take this"
|
2015-05-27 23:50:57 +00:00
|
|
|
},
|
|
|
|
"simple": {
|
|
|
|
"query": "select * from osquery_info",
|
|
|
|
"interval": "10"
|
2015-05-16 05:25:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|