Techniques
Sample rules
Google Workspace Bitlocker Setting Disabled
- source: elastic
- technicques:
- T1562
Description
Google Workspace administrators whom manage Windows devices and have Windows device management enabled may also enable BitLocker drive encryption to mitigate unauthorized data access on lost or stolen computers. Adversaries with valid account access may disable BitLocker to access sensitive data on an endpoint added to Google Workspace device management.
Detection logic
event.dataset:"google_workspace.admin" and event.action:"CHANGE_APPLICATION_SETTING" and event.category:(iam or configuration)
and google_workspace.admin.new_value:"Disabled" and google_workspace.admin.setting.name:BitLocker*