Retrieves all the installed RPM packages in the target Linux system.: This, with the help of vulnerability feed, can help tell if a vulnerable application is installed.
Query:
select * from rpm_packages;Additional Query Info:
Version: 1.4.5
Platform: linux
Interval: 86400
JSON:
{ "queries": { "rpm_packages": { "query" : "select * from rpm_packages;", "interval" : "86400", "platform" : "linux", "version": "1.4.5", "description" : "Retrieves all the installed RPM packages in the target Linux system.", "value" : "This, with the help of vulnerability feed, can help tell if a vulnerable application is installed." } } }