mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
25 lines
610 B
Plaintext
25 lines
610 B
Plaintext
{
|
|
"queries": {
|
|
"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"
|
|
},
|
|
"simple": {
|
|
"query": "select * from osquery_info",
|
|
"interval": "10"
|
|
}
|
|
}
|
|
}
|