microsoft doesn't provide bitlocker support for wi...
# general
p
microsoft doesn't provide bitlocker support for windows 11 home editions. But when i used 3rd party software like VeraCrypt, then osquery not able to detect device encryption and i'm using
bitlocker_info
table to get the device encryption. Need some guidance, guys. Thanks
m
The osquery table is only meant to return Bitlocker status, so if the drive is encrypted with a third-party software, either a new table would have to be written for osquery, or you would need to find a method to detect VeraCrypt using only files or registry keys or other artifacts that osquery can obtain.
👍 1
p
ok