https://github.com/osquery/osquery logo
Title
b

Brandon

12/31/2020, 5:38 PM
Is anyone using OSquery to find
missing windows patches
? How are you going about it since
patches
table only return installed patches
d

Dan

01/06/2021, 9:21 PM
Basically a monthly edit of something like
(build = 14393 AND patch < 4104)
(build = 17134 AND patch < 1902)
Not the best, but windows is not the majority in our shop