Commit Graph

4 Commits

Author SHA1 Message Date
Mike Thomas
bb488607b4
Create get-authorized-keys (#658)
- Add "Get authorized keys" query to `handbook/queries`
- Edit "Get installed ___ software" queries for all platforms to prepare for adding software inventory to the host details API endpoint
2021-04-20 11:45:20 -07:00
noahtalerman
1d1b26ee89
Prepare queries for Software inventory (#634)
This PR includes changes to the "Get installed ___ software" queries in the query handbook (4 total. 1 for each OS supported by osquery). 

- Add `type` column to all queries.
- Add `architecture and `install_time` column to Linux query.
- Add `architecture` column to FreeBSD query.
- Remove `opera_extensions` clause because osquery doesn't have an `opera_extensions` table.
2021-04-12 13:01:31 -07:00
headmin
49565ff1db
Fix minor issues in /handbook/queries queries (#485)
- Fix syntax for installed software queries
- Fix missing `version` column in `yum_packages` table for Get installed Linux software query
2021-03-17 10:44:56 -04:00
noahtalerman
e07dcc9131
Add queries for windows, linux, and freebsd. Rename firewall query file. Edit macOS query (#479)
- Add 3 queries to the handbook:
  - Get installed FreeBSD software
  - Get installed Windows software
  - Get installed Linux software
 - Fix misspelling of firewall query file
 - Add `UNION` to installed macOS software
2021-03-16 10:50:54 -04:00