0

i am new, and I am using osquery to get specific list of applications installed on endpoint. doesn't seem like its possible, correct

Gana
  • 979
  • 3
  • 10
  • 18

1 Answers1

0

Look over the different tables available, here: https://osquery.io/schema/3.3.0

Depending on your platform, you should be able to pull a list of applications installed. For instance, on Windows, you can query the Programs table: https://osquery.io/schema/3.3.0#programs

Josh Brower
  • 245
  • 1
  • 2
  • 8