Retrieves all the currently installed applications in the target OSX system.: This, with the help of a vulnerability feed, can help tell if a vulnerable application is installed.
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" : "This, with the help of a vulnerability feed, can help tell if a vulnerable application is installed." } } }