Installed Applications
Retrieves all the currently installed applications in the target OSX system.:
Query
select * from apps;
Additional Query Info
- Version: 1.4.5
- Platform: darwin
- Interval: 86400
JSON
{
"queries": {
"Installed Applications": {
"query": "select * from apps;",
"interval": "86400",
"platform": "darwin",
"version": "1.4.5",
"description": "Retrieves all the currently installed applications in the target OSX system.",
"value": ""
}
}
}